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 /misc | |
parent | b028e138347e9de72277c525b11d0592ba14498d (diff) |
Add the ability to build Crystal 1.1.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mobile_45.asm | 8 | ||||
-rw-r--r-- | misc/stadium2_1.bin (renamed from misc/stadium2.bin) | bin | 544 -> 544 bytes | |||
-rw-r--r-- | misc/stadium2_2.bin | bin | 0 -> 544 bytes |
3 files changed, 8 insertions, 0 deletions
diff --git a/misc/mobile_45.asm b/misc/mobile_45.asm index ed301ae6b..8cecaf721 100644 --- a/misc/mobile_45.asm +++ b/misc/mobile_45.asm @@ -16333,7 +16333,11 @@ Function11c000:: ; 11c000 push af ld a, $3 ld [rSVBK], a +IF DEF(CRYSTAL11) + ld hl, wd10a +ELSE ld hl, wd105 +ENDC ld a, [hl] dec a ld e, a @@ -24067,7 +24071,11 @@ GFX_172f1f: INCBIN "gfx/unknown/172f1f.2bpp" Tilemap_1733af: +IF DEF(CORRUPT_TILES) +INCBIN "gfx/unknown/1733af_corrupt.tilemap" +ELSE INCBIN "gfx/unknown/1733af.tilemap" +ENDC Attrmap_173517: INCBIN "gfx/unknown/173517.attrmap" diff --git a/misc/stadium2.bin b/misc/stadium2_1.bin Binary files differindex 155e8bab8..155e8bab8 100644 --- a/misc/stadium2.bin +++ b/misc/stadium2_1.bin diff --git a/misc/stadium2_2.bin b/misc/stadium2_2.bin Binary files differnew file mode 100644 index 000000000..2273d94f3 --- /dev/null +++ b/misc/stadium2_2.bin |