diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/debug_mystery_event_menu.s | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/data/debug_mystery_event_menu.s b/data/debug_mystery_event_menu.s deleted file mode 100644 index 06bf18377..000000000 --- a/data/debug_mystery_event_menu.s +++ /dev/null @@ -1,20 +0,0 @@ -.if DEBUG - - .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。$" - -.endif |