summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm8
1 files changed, 5 insertions, 3 deletions
diff --git a/main.asm b/main.asm
index bf23cf9f7..f9d186925 100644
--- a/main.asm
+++ b/main.asm
@@ -711,8 +711,10 @@ INCLUDE "engine/events/odd_egg.asm"
SECTION "Mobile Stadium 2", ROMX
-if DEF(_CRYSTAL11)
-INCBIN "mobile/stadium/stadium2_2.bin"
+if DEF(_CRYSTAL_AU)
+INCBIN "mobile/stadium/stadium2_au.bin"
+elif DEF(_CRYSTAL11)
+INCBIN "mobile/stadium/stadium2_11.bin"
else
-INCBIN "mobile/stadium/stadium2_1.bin"
+INCBIN "mobile/stadium/stadium2.bin"
endc