summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-06-05 20:33:47 -0700
committerMarcus Huderle <huderlem@gmail.com>2017-06-05 20:33:47 -0700
commit840f638439bea506b3b82750dfbb03d03afe0de7 (patch)
tree09eba084eddabc216811b48d29b5eec740e8320b
parentd3aa41be9004ab376a6ef49ba04e162ea78fa838 (diff)
Unused pocket monsters image which is 2 pixels different than the other one
-rw-r--r--gfx/unused_pocket_monster_2.pngbin0 -> 309 bytes
-rwxr-xr-xmain.asm4
2 files changed, 3 insertions, 1 deletions
diff --git a/gfx/unused_pocket_monster_2.png b/gfx/unused_pocket_monster_2.png
new file mode 100644
index 0000000..26da221
--- /dev/null
+++ b/gfx/unused_pocket_monster_2.png
Binary files differ
diff --git a/main.asm b/main.asm
index 839c84b..34225ee 100755
--- a/main.asm
+++ b/main.asm
@@ -53119,7 +53119,9 @@ SECTION "bank27", ROMX, BANK[$27]
StageRedFieldTopStatusBarSymbolsGfx_GameBoyColor: ; 0x9c000
INCBIN "gfx/stage/red_top/status_bar_symbols_gameboycolor.2bpp"
- dr $9c100, $9c2a0
+
+ INCBIN "gfx/unused_pocket_monster_2.2bpp"
+ ds $20 ; free space
StageRedFieldTopBaseGameBoyColorGfx: ; 0x9c2a0
INCBIN "gfx/stage/red_top/red_top_base_gameboycolor.2bpp"