summaryrefslogtreecommitdiff
path: root/engine/overworld/overworld.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-21 16:27:29 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-21 16:27:29 -0400
commit9dee89fae39ce638beed51edbc3f837a6222bd68 (patch)
tree09f8c7436d45f265e8429c382368c552cf050db3 /engine/overworld/overworld.asm
parente0df1a6041b73e8304e8c5a691b454652f5a667d (diff)
Replace "Unreferenced" labels with "; unreferenced" comments
Diffstat (limited to 'engine/overworld/overworld.asm')
-rw-r--r--engine/overworld/overworld.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/overworld/overworld.asm b/engine/overworld/overworld.asm
index 1a5d96db..d20c719b 100644
--- a/engine/overworld/overworld.asm
+++ b/engine/overworld/overworld.asm
@@ -436,16 +436,16 @@ endr
.done:
ret
-Unreferenced_Function1438a:
+Function1438a: ; unreferenced
ld a, c
jr GetUsedSprite
-Unreferenced_Function1438d:
+Function1438d: ; unreferenced
ld a, c
ld b, 0
jr GetUsedSprite
-Unreferenced_Function14392:
+Function14392: ; unreferenced
ld a, c
ld b, SPRITE_GFX_LIST_CAPACITY
jr GetUsedSprite