diff options
-rwxr-xr-x | gfx/pokedex.2bpp | bin | 0 -> 288 bytes | |||
-rw-r--r-- | main.asm | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/gfx/pokedex.2bpp b/gfx/pokedex.2bpp Binary files differnew file mode 100755 index 00000000..04a47d39 --- /dev/null +++ b/gfx/pokedex.2bpp @@ -29034,7 +29034,7 @@ TextBoxGraphics: ; 12288 (4:6288) INCBIN "gfx/text_box.2bpp" PokedexTileGraphics: ; 12488 (4:6488) -INCBIN "baserom.gbc",$12488,$125a8 - $12488 +INCBIN "gfx/pokedex.2bpp" WorldMapTileGraphics: ; 125a8 (4:65a8) INCBIN "gfx/town_map.2bpp" |