diff options
author | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-21 13:55:10 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-21 13:55:10 -0800 |
commit | 07b268c400a7bc883a9192daa14d7a76760c7265 (patch) | |
tree | 5bd4c47bf3fe1c236736c11f1cafd135289d04a8 /data | |
parent | 7a3c8e275185cb72e81f5dd30821427647ec26e0 (diff) | |
parent | 8a5ada74a110cead46fbd1b090f4e925d7f3f66d (diff) |
Merge pull request #210 from camthesaxman/battle_party_menu
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 |