mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-10 23:40:59 +13:00
Added Pokedex tiles to gfx
This commit is contained in:
parent
dcf9ee83c1
commit
72838d699d
BIN
gfx/pokedex.2bpp
Executable file
BIN
gfx/pokedex.2bpp
Executable file
Binary file not shown.
2
main.asm
2
main.asm
|
|
@ -29034,7 +29034,7 @@ TextBoxGraphics: ; 12288 (4:6288)
|
||||||
INCBIN "gfx/text_box.2bpp"
|
INCBIN "gfx/text_box.2bpp"
|
||||||
|
|
||||||
PokedexTileGraphics: ; 12488 (4:6488)
|
PokedexTileGraphics: ; 12488 (4:6488)
|
||||||
INCBIN "baserom.gbc",$12488,$125a8 - $12488
|
INCBIN "gfx/pokedex.2bpp"
|
||||||
|
|
||||||
WorldMapTileGraphics: ; 125a8 (4:65a8)
|
WorldMapTileGraphics: ; 125a8 (4:65a8)
|
||||||
INCBIN "gfx/town_map.2bpp"
|
INCBIN "gfx/town_map.2bpp"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue