diff options
author | Sanqui <gsanky@gmail.com> | 2018-05-29 10:56:04 +0200 |
---|---|---|
committer | Sanqui <gsanky@gmail.com> | 2018-05-29 10:56:04 +0200 |
commit | 089931b87458744165caf7f3c658c35c2524f328 (patch) | |
tree | 5fcdc93d81f56666afd73179f8f0c2f9958deae1 | |
parent | 0440c1c6d1360734a306812ad449aa90c31d22f8 (diff) |
Add font GFX
-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 |