• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Akari, Red, Kris, May - which Pokémon protagonist is your favorite? Let us know by voting in our semifinal favorite protagonist poll!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Question] Which firered flags/vars trigger specific help menu events?

i've asked this question in pc discord a few times but never gotten my question answered, so i figured i would ask here if people helpful somehow still look through this forum
dom — 09/25/2024 2:29 PM
does anyone know which flag/var/whatever is set to get various parts in the help menu to be unlocked in firered? in my hack i want all of it available at the start, however for some reason theyre spread throughout the game

Arnie — 09/25/2024 2:44 PM
usually most hacks focus on actually removing the help menu so that there is free RAM for things such as Dex expansion and other features
because, ~4800 bytes of free RAM go a long way for the trade off of losing something people can easily use Google for
Sylinuser — 09/25/2024 4:47 PM
maybe dom want to repurpose the help menu,
for other use
tumirit — 09/25/2024 5:34 PM
or MAYBE he isn't UNBASED and doesn't remove the help menu

whenever i ask this it's always about if i should use the help menu, and i'm basically using it as a mini-doc in my hack (almost done btw). does anyone know which flags or vars actually trigger new help menu events? ive seen them activate differently in different buildings to.


yes i'm aware of these and can't find the specific triggers i'm looking for, thanks.
 
Might be that those are scripting specials instead
 
Might be a little late, but check src/help_system.c, specifcally this:
Spoiler: Help System Flags

These are the flags probably controlling the Help System options.
 
Might be a little late, but check src/help_system.c, specifcally this:
Spoiler: Help System Flags

These are the flags probably controlling the Help System options.
thank you! this is extraordinarily helpful. unfortunately my hack is in binary and im stoopid and dont know what to do with this info. would you / anyone else know how to enable all the flags in binary? or if this is even worth doing?
 
thank you! this is extraordinarily helpful. unfortunately my hack is in binary and im stoopid and dont know what to do with this info. would you / anyone else know how to enable all the flags in binary? or if this is even worth doing?
using setflag command in a script, theres no readily way to set many flags but i remember my friends made it. If you can tell me the limits of flags from where to where then i can pass it
 
Back
Top