- 286
- Posts
- 10
- Years
- california
- Seen yesterday
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
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.
github.com
github.com
yes i'm aware of these and can't find the specific triggers i'm looking for, thanks.
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.
pokefirered/include/constants/flags.h at master · pret/pokefirered
Decompilation of Pokémon FireRed/LeafGreen. Contribute to pret/pokefirered development by creating an account on GitHub.
pokefirered/include/constants/vars.h at master · pret/pokefirered
Decompilation of Pokémon FireRed/LeafGreen. Contribute to pret/pokefirered development by creating an account on GitHub.
yes i'm aware of these and can't find the specific triggers i'm looking for, thanks.