![]() | ||
Views: 24,595,486 |
Home
| Forums
| Uploader
| Wiki
| Object databases
| IRC
Rules/FAQ | Memberlist | Calendar | Stats | Online users | Last posts | Search |
05-13-25 12:11 AM |
Guest: |
0 users reading Getting a Sign to read the right Text (Help) | 1 bot |
Main - General SM64DS hacking - Getting a Sign to read the right Text (Help) | Hide post layouts | New reply |
TheHappyFaceKing |
| ||
![]() Koopa The King Of All Happy Faces Level: 22 ![]() Posts: 7/101 EXP: 58064 Next: 286 Since: 05-27-16 From: Happy Land Last post: 2632 days ago Last view: 1572 days ago |
How do I get a Sign to Read the right Text?
I know the Text Id is in the Sign's first Param, but I don't get what I have to put in this Param to get a Sign to read the right Text? Example: A sign with a Param 1 saying (B26) directs it to Text ID (014E) but I don't understand how. ![]() |
Arisotura |
| ||
![]() Star Mario banned for being a derp and posting in the wrong forum Level: 166 ![]() Posts: 5574/9080 EXP: 59297901 Next: 889785 Since: 07-03-12 From: in a box ![]() Last post: 1 day ago Last view: 32 min. ago |
TheHappyFaceKing |
| ||
![]() Koopa The King Of All Happy Faces Level: 22 ![]() Posts: 8/101 EXP: 58064 Next: 286 Since: 05-27-16 From: Happy Land Last post: 2632 days ago Last view: 1572 days ago |
The only info I have is this. but I don't know what it mean's?
Message 0000, FFFF - 0000 000F - 000F 0071 - 0011 06D7 - 0059 EDIT: Here's some more info that may help us find this out: The Toad that's in the room where the Painting for Jolly Rodger bay is has his Param 1 say AF1 that directs to Text ID 00F1 so the A in the Param may not matter. I'm going to do a test with giving like 20 sign's random Param's I will write down the Result after. ![]() |
TheHappyFaceKing |
| ||
![]() Koopa The King Of All Happy Faces Level: 22 ![]() Posts: 9/101 EXP: 58064 Next: 286 Since: 05-27-16 From: Happy Land Last post: 2632 days ago Last view: 1572 days ago |
I Figured it out ![]() Result: 3F0 = 0032 3F1 = 0033 3F3 = 0035 400 = 0042 ![]() |
Fiachra |
| ||
Local moderator Level: 66 Posts: 961/1065 EXP: 2339531 Next: 122320 Since: 12-15-12 From: Ireland Last post: 2542 days ago Last view: 492 days ago |
The method responsible for mapping the parameter 1 value to the message ID is 0x0201FC10. To use:
symbols.x: ObjectMessageIDToActualMessageID = 0x0201FC10;
SM64DS.h:
unsigned short int ObjectMessageIDToActualMessageID(
unsigned short int object_message_id ); If you would like to be able to set parameter 1 to the actual message ID and skip the mapping you can use: void nsub_0201FC10() { return; } |
Main - General SM64DS hacking - Getting a Sign to read the right Text (Help) | Hide post layouts | New reply |
Page rendered in 0.029 seconds. (2048KB of memory used) MySQL - queries: 26, rows: 201/201, time: 0.014 seconds. ![]() © 2005-2008 Acmlm, Xkeeper, blackhole89 et al. |