diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-06-05 20:33:47 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-06-05 20:33:47 -0700 |
commit | 840f638439bea506b3b82750dfbb03d03afe0de7 (patch) | |
tree | 09eba084eddabc216811b48d29b5eec740e8320b | |
parent | d3aa41be9004ab376a6ef49ba04e162ea78fa838 (diff) |
Unused pocket monsters image which is 2 pixels different than the other one
-rw-r--r-- | gfx/unused_pocket_monster_2.png | bin | 0 -> 309 bytes | |||
-rwxr-xr-x | main.asm | 4 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gfx/unused_pocket_monster_2.png b/gfx/unused_pocket_monster_2.png Binary files differnew file mode 100644 index 0000000..26da221 --- /dev/null +++ b/gfx/unused_pocket_monster_2.png @@ -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" |