summaryrefslogtreecommitdiff
path: root/gfx/font.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-03 17:43:55 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-03 17:43:55 -0400
commita5375a080552f46a34377d21ab848f5cff7a6ecc (patch)
treeb6065a5f06d92fd1fd5d184efe4cdb9c9463dc0d /gfx/font.asm
parent64da1f5d6bf96ff7f35165476ecc8d623f76060d (diff)
Factor out graphics INCBINs from main.asm to gfx/*.asm
Diffstat (limited to 'gfx/font.asm')
-rw-r--r--gfx/font.asm31
1 files changed, 31 insertions, 0 deletions
diff --git a/gfx/font.asm b/gfx/font.asm
new file mode 100644
index 00000000..b3dda1e7
--- /dev/null
+++ b/gfx/font.asm
@@ -0,0 +1,31 @@
+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::
+
+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/intro_credits/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: