diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-08-19 18:59:25 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-08-19 18:59:25 -0400 |
commit | 72838d699d859cc6eabddb62d98e6f3c70ba6a85 (patch) | |
tree | 2f139983a3994adc1b0507f1f1083f8a078be6f8 /main.asm | |
parent | dcf9ee83c1205c22027669bb85e326d6dd8cffe0 (diff) |
Added Pokedex tiles to gfx
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |