diff options
author | IIMarckus <iimarckus@gmail.com> | 2015-02-14 01:51:34 -0700 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2015-02-14 01:51:34 -0700 |
commit | 828d6b92f0488dc1779f4b282610cead039ffbf9 (patch) | |
tree | 57152bff2a77876801b4c9a21bdc1d7b76e637a1 /main.asm | |
parent | b028e138347e9de72277c525b11d0592ba14498d (diff) |
Add the ability to build Crystal 1.1.
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |