summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gfx/stage/unused_stage.pngbin0 -> 1451 bytes
-rwxr-xr-xmain.asm3
2 files changed, 2 insertions, 1 deletions
diff --git a/gfx/stage/unused_stage.png b/gfx/stage/unused_stage.png
new file mode 100644
index 0000000..3ac8184
--- /dev/null
+++ b/gfx/stage/unused_stage.png
Binary files differ
diff --git a/main.asm b/main.asm
index 334e77e..cfd2cd6 100755
--- a/main.asm
+++ b/main.asm
@@ -51481,7 +51481,8 @@ ArticunoPic: ; 0x6ed00
ArticunoSilhouettePic: ; 0x6ee80
INCBIN "gfx/billboard/mon_silhouettes/articuno.2bpp"
-INCBIN "baserom.gbc",$6f000,$70000 - $6f000 ; 0x6f000
+UnusedStageGfx: ; 0x6f000
+ INCBIN "gfx/stage/unused_stage.2bpp"
SECTION "bank1c", ROMX, BANK[$1c]