summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-02-14 04:18:47 -0500
committeryenatch <yenatch@gmail.com>2015-02-14 04:18:47 -0500
commit35644c330effcfb083591d20b3b5f780019ae24f (patch)
tree57152bff2a77876801b4c9a21bdc1d7b76e637a1 /misc
parentd7bc1d12f23a6d800169b887592807cf92b4974a (diff)
parent828d6b92f0488dc1779f4b282610cead039ffbf9 (diff)
Merge pull request #279 from iimarckus/crystal11
Build both the 1.0 and 1.1 ROMs.
Diffstat (limited to 'misc')
-rw-r--r--misc/mobile_45.asm8
-rw-r--r--misc/stadium2_1.bin (renamed from misc/stadium2.bin)bin544 -> 544 bytes
-rw-r--r--misc/stadium2_2.binbin0 -> 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
index 155e8bab8..155e8bab8 100644
--- a/misc/stadium2.bin
+++ b/misc/stadium2_1.bin
Binary files differ
diff --git a/misc/stadium2_2.bin b/misc/stadium2_2.bin
new file mode 100644
index 000000000..2273d94f3
--- /dev/null
+++ b/misc/stadium2_2.bin
Binary files differ