diff options
author | yenatch <yenatch@gmail.com> | 2017-12-24 20:30:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-24 20:30:10 -0500 |
commit | 25ddc728510eda87f48c3b9b2034f0d735efadd8 (patch) | |
tree | 3d98df6f048f8c9c3a2eca6deb8ff3c03b0d5d9e /gfx/font.asm | |
parent | c2a7216d9b8689591ede817015bf96f263396bb8 (diff) | |
parent | 6158eb082944e9ddd2b39167830f41c804ca5474 (diff) |
Merge pull request #422 from mid-kid/footprints
Split all of the footprints
Diffstat (limited to 'gfx/font.asm')
-rwxr-xr-x | gfx/font.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/font.asm b/gfx/font.asm index 867619a9c..2688618ca 100755 --- a/gfx/font.asm +++ b/gfx/font.asm @@ -79,7 +79,7 @@ INCBIN "gfx/font/up_arrow.2bpp" ; f9434 Footprints: ; f9434 -INCBIN "gfx/pokedex/footprints.1bpp" +INCLUDE "gfx/footprints.asm" ; fb434 ; This and the following two functions are unreferenced. |