diff options
-rw-r--r-- | data/btl_attrs.s | 4 | ||||
-rw-r--r-- | data/debug_mystery_event_scripts.s | 14 | ||||
-rw-r--r-- | data/pokemon_storage_system.s | 2 |
3 files changed, 10 insertions, 10 deletions
diff --git a/data/btl_attrs.s b/data/btl_attrs.s index 11c50e2ba..1c3d18bf6 100644 --- a/data/btl_attrs.s +++ b/data/btl_attrs.s @@ -105,7 +105,7 @@ gUnknown_Debug_821F5AC:: Str_821F624:: @ 0x821F624 .string "ーーーーーーーーーーーー$" -.if ENGLISH +.ifdef ENGLISH str_821F631:: @ 0x821F631 .string "JUNICHI$" @@ -188,7 +188,7 @@ gUnknown_Debug_821F680:: gUnknown_Debug_821F798:: .byte 0xc0, 0x03, 0x00, 0x00, 0xd6, 0x03, 0x00, 0x00, 0x40, 0x04, 0x00, 0x00, 0x56, 0x04, 0x00, 0x00, 0xc0, 0x0b, 0x00, 0x00, 0xd6, 0x0b, 0x00, 0x00, 0x40, 0x0c, 0x00, 0x00, 0x56, 0x0c, 0x00, 0x00 -.if ENGLISH +.ifdef ENGLISH Str_821F7B8:: @ 0x821F7B8 .string "HEIGHT$" diff --git a/data/debug_mystery_event_scripts.s b/data/debug_mystery_event_scripts.s index 9a08941c3..8c07ed9a5 100644 --- a/data/debug_mystery_event_scripts.s +++ b/data/debug_mystery_event_scripts.s @@ -26,7 +26,7 @@ _0845DAFF: me_runscript _0845DD0D me_end -.if ENGLISH +.ifdef ENGLISH _0845DB16: .string "Run and visit your DAD in the\n" .string "PETALBURG CITY GYM.$" @@ -70,7 +70,7 @@ _0845DBB5: release end -.if ENGLISH +.ifdef ENGLISH _0845DBBE: .string "DAD: {PLAYER}! Nice to see you!\n" .string "Here is a Letter for you, {PLAYER}.$" @@ -132,7 +132,7 @@ _0845DD5B: setmysteryeventstatus 0x3 end -.if ENGLISH +.ifdef ENGLISH _0845DD63: .string "This GIFT can only be used\n" .string "once.$" @@ -183,7 +183,7 @@ _0845E34C: setmysteryeventstatus 0x3 end -.if ENGLISH +.ifdef ENGLISH _0845E34F: .string "A POKéMON was added to the {PLAYER}'s\n" .string "team.$" @@ -273,7 +273,7 @@ _0845E637: me_setstatus 0x2 me_end -.if ENGLISH +.ifdef ENGLISH _0845E64C: .string "Visit your DAD in the PETALBURG\n" @@ -305,7 +305,7 @@ _0845E683: _0845E6BF: gotoram -.if ENGLISH +.ifdef ENGLISH _0845E6C0: .string "DAD: Hi, {PLAYER}!\p" .string "I have just received this rare\n" @@ -345,7 +345,7 @@ _0845E755: setmysteryeventstatus 0x3 end -.if ENGLISH +.ifdef ENGLISH _0845E75D: .string "{STR_VAR_1} was handed over.$" _0845E771: diff --git a/data/pokemon_storage_system.s b/data/pokemon_storage_system.s index 7f65bb1d1..72a53d673 100644 --- a/data/pokemon_storage_system.s +++ b/data/pokemon_storage_system.s @@ -73,7 +73,7 @@ gSpriteTemplate_83BBC88:: @ 83BBC88 spr_template 1, 56006, gOamData_83BBC34, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, sub_809CB74 .if DEBUG -.if ENGLISH +.ifdef ENGLISH gUnknown_Debug_0x83E6268:: @ 0x83E6268 .string "SET$" .else |