Add the ability to build Crystal 1.1.

This commit is contained in:
IIMarckus
2015-02-14 01:51:34 -07:00
parent b028e13834
commit 828d6b92f0
11 changed files with 72 additions and 3 deletions

View File

@@ -96474,5 +96474,9 @@ SECTION "bank7F", ROMX, BANK[$7F]
SECTION "stadium2", ROMX[$8000-$220], BANK[$7F]
INCBIN "misc/stadium2.bin"
IF DEF(CRYSTAL11)
INCBIN "misc/stadium2_2.bin"
ELSE
INCBIN "misc/stadium2_1.bin"
ENDC