summaryrefslogtreecommitdiff
path: root/gfx/font.asm
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/font.asm')
-rw-r--r--gfx/font.asm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gfx/font.asm b/gfx/font.asm
index fc2aff4f..51d61de4 100644
--- a/gfx/font.asm
+++ b/gfx/font.asm
@@ -1,4 +1,4 @@
-PokemonLogoGraphics: INCBIN "gfx/title/pokemon_logo.2bpp"
+PokemonLogoJapanGraphics: INCBIN "gfx/title/pokemon_logo_japan.2bpp"
FontGraphics:: INCBIN "gfx/font/font.1bpp"
FontGraphicsEnd::
@@ -18,6 +18,8 @@ NintendoCopyrightLogoGraphics: INCBIN "gfx/splash/copyright.2bpp"
GamefreakLogoGraphics: INCBIN "gfx/title/gamefreak_inc.2bpp"
GamefreakLogoGraphicsEnd:
+NineTile: INCBIN "gfx/9_tile.2bpp"
+
TextBoxGraphics:: INCBIN "gfx/font/font_extra.2bpp"
TextBoxGraphicsEnd::