diff options
author | Cameron Hall <cameronghall@cox.net> | 2018-02-17 17:30:31 -0600 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2018-02-17 17:30:31 -0600 |
commit | 17a5968adbc1dfb6586641729b39eeb3873481df (patch) | |
tree | 2e7c2c4bb62807cf76ead753ddff001cd1123b85 /data | |
parent | b9f8d43825463363a67be0ce9fcd00b23d264e05 (diff) |
decompile more debug code
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 |