mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
a1fc73603e
It's pretty clear what it's used for. PartyMenuActionText is used for two things: 1) Storing what kind of action we're going to do (<$10) 2) Storing the text for some kind of healing stuff I'm not entirely sure (>=$f0) In the former case, if GetPartyMenuTilemapPointers is ran, it will be used to pick a sequence of actions that should be done, specified in the table, and it'll print the corresponding string using the PartyMenuStrings table. The items in the sequence of actions that should be done are in WritePartyMenuTilemap. Strangely enough, one possible value is left completely unused: PARTYMENUACTION_GIVE_MON_FEMALE. It works in the exact same way as it's male counterpart, and as such I don't believe it was used in the japanese version either, since it doesn't matter which gender your 'mon is when you put 'em in the daycare. |
||
---|---|---|
.. | ||
battle_tower_5c.asm | ||
battle_tower_47.asm | ||
crystal_misc.asm | ||
fixed_words.asm | ||
gbc_only.asm | ||
gfx_41.asm | ||
mobile_5b.asm | ||
mobile_5c.asm | ||
mobile_5f.asm | ||
mobile_12_2.asm | ||
mobile_12.asm | ||
mobile_22_2.asm | ||
mobile_22.asm | ||
mobile_40.asm | ||
mobile_41.asm | ||
mobile_42.asm | ||
mobile_45_sprite_engine.asm | ||
mobile_45.asm | ||
mobile_46.asm | ||
mobile_menu.asm | ||
printer_77.asm | ||
stadium2_1.bin | ||
stadium2_2.bin | ||
unused_title.asm |