diff options
author | camthesaxman <cameronghall@cox.net> | 2017-01-21 15:50:12 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-01-21 15:50:12 -0600 |
commit | 8a5ada74a110cead46fbd1b090f4e925d7f3f66d (patch) | |
tree | 5bd4c47bf3fe1c236736c11f1cafd135289d04a8 /data | |
parent | 7a3c8e275185cb72e81f5dd30821427647ec26e0 (diff) |
finish decompiling battle_party_menu
Diffstat (limited to 'data')
-rw-r--r-- | data/battle_party_menu.s | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/data/battle_party_menu.s b/data/battle_party_menu.s deleted file mode 100644 index ce6b49927..000000000 --- a/data/battle_party_menu.s +++ /dev/null @@ -1,34 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - - .align 2 -gUnknown_083B5FCC:: @ 83B5FCC - .4byte OtherText_Summary, BattlePokemonMenu_Summary - .4byte gOtherText_CancelNoTerminator, BattlePokemonMenu_Cancel - .4byte OtherText_Shift, BattlePokemonMenu_Shift - .4byte OtherText_SendOut, BattlePokemonMenu_Shift - -Unknown_83B5FEC: @ 83B5FEC - .byte 2, 0, 1 - -Unknown_83B5FEF: @ 83B5FEF - .byte 3, 0, 1 - -Unknown_83B5FF2: @ 83B5FF2 - .byte 0, 1 - - .align 2 -gUnknown_083B5FF4:: @ 83B5FF4 - .byte 3, 9 - .space 2 - .4byte Unknown_83B5FEC - - .byte 3, 9 - .space 2 - .4byte Unknown_83B5FEF - - .byte 2, 9 - .space 2 - .4byte Unknown_83B5FF2 |