You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Rename Stadium 2 blobs based on ROM version.
This commit is contained in:
6
main.asm
6
main.asm
@@ -712,9 +712,9 @@ INCLUDE "engine/events/odd_egg.asm"
|
|||||||
SECTION "Mobile Stadium 2", ROMX
|
SECTION "Mobile Stadium 2", ROMX
|
||||||
|
|
||||||
if DEF(_CRYSTAL_AU)
|
if DEF(_CRYSTAL_AU)
|
||||||
INCBIN "mobile/stadium/stadium2_3.bin"
|
INCBIN "mobile/stadium/stadium2_au.bin"
|
||||||
elif DEF(_CRYSTAL11)
|
elif DEF(_CRYSTAL11)
|
||||||
INCBIN "mobile/stadium/stadium2_2.bin"
|
INCBIN "mobile/stadium/stadium2_11.bin"
|
||||||
else
|
else
|
||||||
INCBIN "mobile/stadium/stadium2_1.bin"
|
INCBIN "mobile/stadium/stadium2.bin"
|
||||||
endc
|
endc
|
||||||
|
|||||||
Reference in New Issue
Block a user