diff options
author | Cameron Hall <cameronghall@cox.net> | 2018-01-21 14:27:32 -0600 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2018-01-21 14:27:32 -0600 |
commit | 608e06126acdc8b6d32a0aa71fdc57bc188b8d7b (patch) | |
tree | 6f36375453ab07d7b2ff937f21954919de01d3e1 /data | |
parent | 11a9371349e1743a18dce28cc60b69dd6a29b665 (diff) |
fix build of normal ROMs
Diffstat (limited to 'data')
-rw-r--r-- | data/debug_menu_3.s | 4 | ||||
-rw-r--r-- | data/debug_mystery_event_menu.s | 4 | ||||
-rw-r--r-- | data/unk_debug_menu_3.s | 3 |
3 files changed, 11 insertions, 0 deletions
diff --git a/data/debug_menu_3.s b/data/debug_menu_3.s index 1e0a79c9f..36356c18a 100644 --- a/data/debug_menu_3.s +++ b/data/debug_menu_3.s @@ -1,3 +1,5 @@ +.if DEBUG + .include "include/macros.inc" .include "constants/constants.inc" @@ -17,3 +19,5 @@ _845E422:: .incbin "baserom_de_debug.gba", 0x45E422, 33 _845E443:: .incbin "baserom_de_debug.gba", 0x45E443, 889 + +.endif diff --git a/data/debug_mystery_event_menu.s b/data/debug_mystery_event_menu.s index a54a89715..06bf18377 100644 --- a/data/debug_mystery_event_menu.s +++ b/data/debug_mystery_event_menu.s @@ -1,3 +1,5 @@ +.if DEBUG + .include "include/macros.inc" .include "constants/constants.inc" @@ -14,3 +16,5 @@ Str_843DA98:: Str_843DAA3:: .string "completed。$" + +.endif diff --git a/data/unk_debug_menu_3.s b/data/unk_debug_menu_3.s index cb98f9bbf..2fd8381db 100644 --- a/data/unk_debug_menu_3.s +++ b/data/unk_debug_menu_3.s @@ -1,5 +1,8 @@ .section .rodata + .align 2 + +@ Is this actually sJapaneseEggNickname? Str_842E238: @ 0x842E238 .string "タマゴ$" |