diff options
author | YamaArashi <shadow962@live.com> | 2016-01-28 11:15:24 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-01-28 11:15:24 -0800 |
commit | c9b95232e55c920fbd2ddc08564b7abf806cee5c (patch) | |
tree | 76a147fda8a62be4bc894029defb44e2b6efe32b | |
parent | 830d1280c9f398ec88e24b6de2259131f7589273 (diff) |
unreferenced contest debug strings
-rw-r--r-- | data/data2.s | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/data/data2.s b/data/data2.s index 058dae954..3942a562f 100644 --- a/data/data2.s +++ b/data/data2.s @@ -2910,7 +2910,19 @@ gUnknown_083C1F98: ; 83C1F98 .include "data/items.s" ; 83C9150 - .incbin "baserom.gba", 0x3C9160, 0x90 +; Unreferenced debug strings. + .string "テストです$" ; "test" + .string "Contest$" + .string "Contest results$" + .string "パラメータへんこう$" ; "Change parameter" + .string "わざ へんこう$" ; "Change move" + .string "Contest (comm.)$" + .string "Init comm. data$" + .string "Set highest score$" + .string "Reset highest score$" + .string "Set all art museum items$" + + .align 2 gUnknown_083C91F0: ; 83C91F0 .incbin "baserom.gba", 0x003c91f0, 0x38 |