pokecrystal-board/misc
mid-kid a1fc73603e Label all of PARTYMENUACTION_*
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.
2017-11-30 20:35:58 +01:00
..
battle_tower_5c.asm Label BattleTowerRoomMenu 2017-11-25 17:03:20 +01:00
battle_tower_47.asm All functions in main.asm have non-generic names 2016-05-08 14:11:24 -04:00
crystal_misc.asm Fix section linking 2017-09-23 23:04:10 -04:00
fixed_words.asm condense japanese pokemon sort 2017-10-22 01:52:57 -04:00
gbc_only.asm Fix gfx/misc 2017-06-24 16:30:12 -04:00
gfx_41.asm Fix section linking 2017-09-23 23:04:10 -04:00
mobile_5b.asm All functions in main.asm have non-generic names 2016-05-08 14:11:24 -04:00
mobile_5c.asm Add MobileError-related labels 2017-11-26 11:35:13 +01:00
mobile_5f.asm Add MobileError-related labels 2017-11-26 11:35:13 +01:00
mobile_12_2.asm Label all of PARTYMENUACTION_* 2017-11-30 20:35:58 +01:00
mobile_12.asm Remaining layout constants 2016-06-06 18:23:00 -04:00
mobile_22_2.asm Name all printer functions 2016-05-11 17:16:03 -04:00
mobile_22.asm Name all printer functions 2016-05-11 17:16:03 -04:00
mobile_40.asm Add MobileError-related labels 2017-11-26 11:35:13 +01:00
mobile_41.asm Move LoadOverworldFont to main.asm 2017-11-21 23:53:51 +01:00
mobile_42.asm Fix section linking 2017-09-23 23:04:10 -04:00
mobile_45_sprite_engine.asm Fix section linking 2017-09-23 23:04:10 -04:00
mobile_45.asm Add MobileError-related labels 2017-11-26 11:35:13 +01:00
mobile_46.asm Label BattleTowerRoomMenu 2017-11-25 17:03:20 +01:00
mobile_menu.asm Move all of constants/sram_constants.asm into sram 2017-11-20 23:07:24 +01:00
printer_77.asm Name all printer functions 2016-05-11 17:16:03 -04:00
stadium2_1.bin Add the ability to build Crystal 1.1. 2015-02-14 01:51:34 -07:00
stadium2_2.bin Add the ability to build Crystal 1.1. 2015-02-14 01:51:34 -07:00
unused_title.asm Define bank43 in main.asm instead of unused_title 2017-11-16 23:24:30 +01:00