diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2018-02-18 19:20:50 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-18 19:20:50 -0600 |
commit | 2e21a867487e2187a954a351f775bd3f3a9535b1 (patch) | |
tree | e57f9f6851404a7591cffa7bb7842d2fc6b2d8da /data | |
parent | adac76c8370b86176a52d8ecb2e349e2be13f8ba (diff) | |
parent | b47dffc5df147adcd241df4bf11fa161d84af4f4 (diff) |
Merge pull request #564 from camthesaxman/decompile_debug
decompile 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 |