diff options
author | Kaz <kazbloxmc@gmail.com> | 2020-06-08 11:21:47 -0400 |
---|---|---|
committer | Kaz <kazbloxmc@gmail.com> | 2020-06-08 11:21:47 -0400 |
commit | dfe734f4359062a5ac51cb500cd90c66261785ca (patch) | |
tree | 75997aad04bebc893afe22b4c1668dec5b59955e | |
parent | b5a38ca77f5ea44619b4dd5bae05d29eede3c5f4 (diff) |
Gah, handle this later when I actually add US rev1/2 debug support.
-rw-r--r-- | data/btl_attrs.s | 6 | ||||
-rw-r--r-- | data/debug_mystery_event_scripts.s | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/data/btl_attrs.s b/data/btl_attrs.s index 2857c70f4..0ae866ae0 100644 --- a/data/btl_attrs.s +++ b/data/btl_attrs.s @@ -104,11 +104,11 @@ gUnknown_Debug_821F5AC:: .byte 0x0d, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x00, 0x0e, 0x14, 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 Str_821F624:: @ 0x821F624 -.if (ENGLISH && REVISION == 0) +.if ENGLISH .string "ーーーーーーーー$" -.else +.else @ GERMAN .string "ーーーーーーーーーーーー$" -.endif +.endif @ GERMAN .if DEBUG_FIX @ TODO: GERMAN translations diff --git a/data/debug_mystery_event_scripts.s b/data/debug_mystery_event_scripts.s index 409fcae70..d8fda63e6 100644 --- a/data/debug_mystery_event_scripts.s +++ b/data/debug_mystery_event_scripts.s @@ -17,7 +17,7 @@ .section .rodata -.if (ENGLISH && REVISION == 0) +.if ENGLISH .set unkConstant, 2 .else @ GERMAN .set unkConstant, 4 |