diff options
author | Marcus Huderle <huderlem@gmail.com> | 2015-11-08 13:57:20 -0800 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2015-11-08 13:57:20 -0800 |
commit | 477c2fd723e9dc7520dcb37fe0a08f627026a702 (patch) | |
tree | 02a1e0d162b6aff4f441e84ed5ccab1e0679fb13 /main.asm | |
parent | 2723de08f8d9249b247ce46ee4ecddc637d7d116 (diff) |
Unused stage graphics.
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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] |