Darthatron
巨大なトロール。
- 1,152
- Posts
- 19
- Years
- Age 33
- Melbourne, Australia
- Seen Feb 3, 2015
I second this. Though I don't think I, personally, would have much use for disabling the entire menu, it might be nice to be able to disable certain functions like the Bag. Actually, I think the Bag is disabled in one of the Battle Frontier zones in Emerald so maybe we could take a look at some of those specials and try to port them to Fire Red.
Also, when you mention the "help menu" do you mean the menu that pops up when the player presses 'L' or 'R'? Because the player can choose to disable that menu in the Options tab from the Start Menu so if we could locate where the Options (text speed, text box type, etc.) are stored in the RAM, we could probably override the player's settings temporarily to disable the Help Menu.
The pointer at 0x0300500C points to some data that may be of help.
Code:
[Name (8 bytes)]
[Gender (1 byte)]
[??? (1 byte)]
[Trainer ID (2 bytes)]
[Secret ID (2 bytes)]
[Hours of play (2 bytes)]
[Minutes (1 byte)]
[Seconds (1 byte)]
[Milliseconds (1 byte)]
[Options (3 bytes)]
The 14th byte (or first byte in the "Options" part mentioned above) there changes when you change the "Button" option
Code:
00 > Help
01 > LR
02 > L=A
I didn't do much research on it, so that's all I have. ^_^