diff options
-rw-r--r-- | gfx/font.png | bin | 0 -> 2071 bytes | |||
-rw-r--r-- | main.asm | 5 | ||||
-rw-r--r-- | shim.sym | 3 |
3 files changed, 6 insertions, 2 deletions
diff --git a/gfx/font.png b/gfx/font.png Binary files differnew file mode 100644 index 0000000..15aa6de --- /dev/null +++ b/gfx/font.png @@ -1,4 +1,7 @@ INCLUDE "constants.asm" - ; TODO + +SECTION "Font Gfx", ROMX[$4362], BANK[$3e] + INCBIN "gfx/font.1bpp" + @@ -127,6 +127,8 @@ 14:6D75 PokemonNames +1F:4D6A UnownPicPtrs ; [front ptr (2b)][back ptr (2b)] + 21:4000 MoveEffectGfx 23:4349 OverworldFadeOut @@ -143,7 +145,6 @@ 3A:4E22 PlaySFX_ 3e:4162 FontExtraGfx -3e:4362 FontGfx 3e:4762 FontBattleExtraGfx 3e:4962 BorderGfx 3e:5052 BoldFontGfx |