diff options
author | YamaArashi <shadow962@live.com> | 2017-01-05 19:09:15 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-05 20:17:12 -0800 |
commit | b9a1bbfca32df16e3628f8d866db669cd887546d (patch) | |
tree | a0c418eb17dcbbfee4102b2482653cb3c960dc16 /data/unknown_debug_menu.s | |
parent | 30e676b149a3a3a6ab65a371e636df8260b52b9c (diff) |
split out more data
Diffstat (limited to 'data/unknown_debug_menu.s')
-rw-r--r-- | data/unknown_debug_menu.s | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/data/unknown_debug_menu.s b/data/unknown_debug_menu.s new file mode 100644 index 000000000..eaa635fa4 --- /dev/null +++ b/data/unknown_debug_menu.s @@ -0,0 +1,32 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + +UnknownString_1stRound: + .string "1st round$" +UnknownString_2ndRound: + .string "2nd round$" +UnknownString_3rdRound: + .string "3rd round$" +UnknownString_4thRound: + .string "4th round$" +UnknownString_5thRound: + .string "5th round$" +UnknownString_6thRound: + .string "6th round$" +UnknownString_7thRound: + .string "7th round$" +UnknownString_8thRound: + .string "8th round$" + + .align 2 +gUnknown_0842C29C:: @ 842C29C + .4byte UnknownString_1stRound, sub_814A4B8 + .4byte UnknownString_2ndRound, sub_814A4B8 + .4byte UnknownString_3rdRound, sub_814A4B8 + .4byte UnknownString_4thRound, sub_814A4B8 + .4byte UnknownString_5thRound, sub_814A4B8 + .4byte UnknownString_6thRound, sub_814A4B8 + .4byte UnknownString_7thRound, sub_814A4B8 + .4byte UnknownString_8thRound, sub_814A4B8 |