mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Rename Stadium 2 blobs based on ROM version.
This commit is contained in:
parent
9f7d30439e
commit
0914cc01b5
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
|
||||||
|
Loading…
Reference in New Issue
Block a user