diff options
Diffstat (limited to 'data/debug_mystery_event_menu.s')
-rw-r--r-- | data/debug_mystery_event_menu.s | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/debug_mystery_event_menu.s b/data/debug_mystery_event_menu.s new file mode 100644 index 000000000..a54a89715 --- /dev/null +++ b/data/debug_mystery_event_menu.s @@ -0,0 +1,16 @@ + .include "include/macros.inc" + .include "constants/constants.inc" + + .section .rodata + +Str_843DA70:: + .string "CARDーE emulation。。。$" + +Str_843DA84:: + .string "LR: select A: send。$" + +Str_843DA98:: + .string "sending。。。$" + +Str_843DAA3:: + .string "completed。$" |