pokecrystal-board/battle
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
..
ai Clean up labels in battle/moves/move_effects.asm 2017-11-15 16:36:13 +01:00
effects Local labels starting with capital letters are now decorated with a trailing colon; remove trailing whitespace; globally correct line endings to UNIX style 2016-04-10 14:42:14 -04:00
moves Clean up labels in battle/moves/move_effects.asm 2017-11-15 16:36:13 +01:00
objects Replace ‘jp [hl]’ with ‘jp hl’ 2017-06-09 22:01:10 +01:00
anim_commands.asm Replace ‘jp [hl]’ with ‘jp hl’ 2017-06-09 22:01:10 +01:00
anim_gfx.asm Finish renaming battle anim gfx pointers and files 2016-04-10 17:16:08 -04:00
anim_objects.asm jumptable macro repurposed 2015-12-26 21:59:03 -05:00
anims.asm Mobile and more battle anims 2016-05-05 15:07:37 -04:00
bg_effects.asm Replace ‘jp [hl]’ with ‘jp hl’ 2017-06-09 22:01:10 +01:00
core.asm Label all of PARTYMENUACTION_* 2017-11-30 20:35:58 +01:00
effect_command_pointers.asm SelfDestruct -> Selfdestruct 2017-11-18 17:28:12 +01:00
effect_commands.asm SelfDestruct -> Selfdestruct 2017-11-18 17:28:12 +01:00
hidden_power.asm More splitting of main.asm; remove unneeded rept 2 2016-05-04 11:46:23 -04:00
link_result.asm More splitting of main.asm; remove unneeded rept 2 2016-05-04 11:46:23 -04:00
magikarp_length.asm More splitting of main.asm; remove unneeded rept 2 2016-05-04 11:46:23 -04:00
menu.asm Menu 2015-12-15 18:59:49 -05:00
misc.asm More splitting of main.asm; remove unneeded rept 2 2016-05-04 11:46:23 -04:00
move_names.asm Remove trailing newlines. 2015-06-23 12:24:51 -06:00
sliding_intro.asm hLCDCPointer and InitList 2016-06-13 22:53:33 -04:00
trainer_huds.asm Remaining layout constants 2016-06-06 18:23:00 -04:00
type_matchup.asm Saner file distribution 2013-02-05 03:56:27 -05:00
used_move_text.asm Local labels starting with capital letters are now decorated with a trailing colon; remove trailing whitespace; globally correct line endings to UNIX style 2016-04-10 14:42:14 -04:00