summaryrefslogtreecommitdiff
path: root/engine/pokemon/stats_screen.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/pokemon/stats_screen.asm')
-rw-r--r--engine/pokemon/stats_screen.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/pokemon/stats_screen.asm b/engine/pokemon/stats_screen.asm
index 3a150c434..e7fc4f8b2 100644
--- a/engine/pokemon/stats_screen.asm
+++ b/engine/pokemon/stats_screen.asm
@@ -446,7 +446,7 @@ StatsScreen_InitUpperHalf:
dw sBoxMonNicknames
dw wBufferMonNick
-Unreferenced_Function4df7f:
+Function4df7f: ; unreferenced
hlcoord 7, 0
ld bc, SCREEN_WIDTH
ld d, SCREEN_HEIGHT
@@ -944,7 +944,7 @@ StatsScreen_LoadTextboxSpaceGFX:
pop hl
ret
-Unreferenced_StatsScreenSpaceGFX:
+StatsScreenSpaceGFX: ; unreferenced
INCBIN "gfx/font/space.2bpp"
EggStatsScreen: