mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-10 23:40:59 +13:00
Added "AB" tiles to gfx
This commit is contained in:
parent
d87796e0ad
commit
d643241c1e
BIN
gfx/AB.2bpp
Executable file
BIN
gfx/AB.2bpp
Executable file
Binary file not shown.
3
main.asm
3
main.asm
|
|
@ -29009,7 +29009,8 @@ PokemonLogoGraphics: ; 11380 (4:5380)
|
||||||
FontGraphics: ; 11a80 (4:5a80)
|
FontGraphics: ; 11a80 (4:5a80)
|
||||||
INCBIN "gfx/font.1bpp"
|
INCBIN "gfx/font.1bpp"
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$11e80,$11ea0 - $11e80
|
ABTiles: ; 11e80 (4:5e80)
|
||||||
|
INCBIN "gfx/AB.2bpp"
|
||||||
|
|
||||||
HpBarAndStatusGraphics: ; 11ea0 (4:5ea0)
|
HpBarAndStatusGraphics: ; 11ea0 (4:5ea0)
|
||||||
INCBIN "gfx/hp_bar_and_status.2bpp"
|
INCBIN "gfx/hp_bar_and_status.2bpp"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue