diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-28 21:09:02 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-28 21:09:02 +0200 |
commit | c6e0f8cfd74c83165838e227efba27a8f9166133 (patch) | |
tree | af0bfa775bdb0b87c1170c578cf61c87f1131425 /data | |
parent | 5cfb890e9351b737786ce263b081599513a99ae6 (diff) |
start decomp of pokemon menu
Diffstat (limited to 'data')
-rw-r--r-- | data/pokemon_menu.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/pokemon_menu.s b/data/pokemon_menu.s index 9e2ce2864..477b33a4a 100644 --- a/data/pokemon_menu.s +++ b/data/pokemon_menu.s @@ -4,7 +4,7 @@ .section .rodata .align 2 -gPokemonMenuActions:: @ 839F494 +sPokemonMenuActions:: @ 839F494 .4byte OtherText_Summary, PokemonMenu_Summary .4byte OtherText_Switch2, PokemonMenu_Switch .4byte OtherText_Item, PokemonMenu_Item @@ -31,7 +31,7 @@ gPokemonMenuActions:: @ 839F494 .4byte gMoveNames + 13 * MOVE_SWEET_SCENT, PokemonMenu_FieldMove .align 1 -gUnknown_0839F554:: @ 839F554 +sPokeMenuFieldMoves:: @ 839F554 .2byte MOVE_CUT .2byte MOVE_FLASH .2byte MOVE_ROCK_SMASH |