aboutsummaryrefslogtreecommitdiffstats
path: root/engine/menu/status_screen.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-27 16:27:30 -0400
committerRangi <35663410+Rangi42@users.noreply.github.com>2020-06-27 21:43:32 -0400
commitd5089d3c623e2b147b035cf12569810d604bf47d (patch)
tree9d64a8943a11fef8a2b1afe0c4c8eda29e4ecfe1 /engine/menu/status_screen.asm
parentSeparate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) (diff)
downloadpokeyellow-d5089d3c623e2b147b035cf12569810d604bf47d.tar.gz
pokeyellow-d5089d3c623e2b147b035cf12569810d604bf47d.tar.xz
pokeyellow-d5089d3c623e2b147b035cf12569810d604bf47d.zip
Organize gfx/
Diffstat (limited to 'engine/menu/status_screen.asm')
-rwxr-xr-xengine/menu/status_screen.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/menu/status_screen.asm b/engine/menu/status_screen.asm
index ef94f13c..20bee0ee 100755
--- a/engine/menu/status_screen.asm
+++ b/engine/menu/status_screen.asm
@@ -241,8 +241,8 @@ DrawLineBox:
ld [hl], $6f ; ← (halfarrow ending)
ret
-PTile: ; This is a single 1bpp "P" tile
- INCBIN "gfx/p_tile.1bpp"
+PTile:
+ INCBIN "gfx/font/P.1bpp"
PTileEnd:
PrintStatsBox: