mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00

Pushing everything I've done, currently doesn't build because the Galarian Birds filesize is too thicc for the section but I need to push this before I go mad
35 lines
1,014 B
NASM
35 lines
1,014 B
NASM
PokemonLogoGraphics: INCBIN "gfx/title/pokemon_logo.2bpp"
|
|
FontGraphics:: INCBIN "gfx/font/font.1bpp"
|
|
FontGraphicsEnd::
|
|
|
|
ABTiles: INCBIN "gfx/font/AB.2bpp"
|
|
|
|
HpBarAndStatusGraphics:: INCBIN "gfx/font/font_battle_extra.2bpp"
|
|
HpBarAndStatusGraphicsEnd::
|
|
|
|
EXPBarGraphics:: INCBIN "gfx/font/exp_bar.2bpp"
|
|
EXPBarGraphicsEnd::
|
|
|
|
BattleHudTiles1: INCBIN "gfx/battle/battle_hud_1.1bpp"
|
|
BattleHudTiles1End:
|
|
BattleHudTiles2: INCBIN "gfx/battle/battle_hud_2.1bpp"
|
|
BattleHudTiles3: INCBIN "gfx/battle/battle_hud_3.1bpp"
|
|
BattleHudTiles3End:
|
|
|
|
NintendoCopyrightLogoGraphics: INCBIN "gfx/splash/copyright.2bpp"
|
|
|
|
GamefreakLogoGraphics: INCBIN "gfx/title/gamefreak_inc.2bpp"
|
|
GamefreakLogoGraphicsEnd:
|
|
|
|
TextBoxGraphics:: INCBIN "gfx/font/font_extra.2bpp"
|
|
TextBoxGraphicsEnd::
|
|
|
|
PokedexTileGraphics: INCBIN "gfx/pokedex/pokedex.2bpp"
|
|
PokedexTileGraphicsEnd:
|
|
|
|
WorldMapTileGraphics: INCBIN "gfx/town_map/town_map.2bpp"
|
|
WorldMapTileGraphicsEnd:
|
|
|
|
PlayerCharacterTitleGraphics: INCBIN "gfx/title/player.2bpp"
|
|
PlayerCharacterTitleGraphicsEnd:
|