summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
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