summaryrefslogtreecommitdiff
path: root/engine/overworld/scripting.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-10-28 10:21:24 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-10-28 10:21:24 -0400
commit9483cf47dd62d3c513dade49747e868f49f0e374 (patch)
tree079a0fad71dc0805b873aeaf30b4c032f0b790b3 /engine/overworld/scripting.asm
parent599046c89283997efac417c445d0bdcf75fd373c (diff)
Replace many '; unused' with '; unreferenced'
Diffstat (limited to 'engine/overworld/scripting.asm')
-rw-r--r--engine/overworld/scripting.asm5
1 files changed, 3 insertions, 2 deletions
diff --git a/engine/overworld/scripting.asm b/engine/overworld/scripting.asm
index 295ab35a..a97f7621 100644
--- a/engine/overworld/scripting.asm
+++ b/engine/overworld/scripting.asm
@@ -2087,7 +2087,8 @@ Script_writeunusedbytebuffer:
ld [wUnusedScriptByteBuffer], a
ret
- db closetext_command ; unused
+UnusedClosetextScript: ; unreferenced
+ closetext
Script_closetext:
ldh a, [hOAMUpdate]
@@ -2221,7 +2222,7 @@ ReturnFromCredits:
call StopScript
ret
-; unused
+Script_checkver_duplicate: ; unreferenced
ld a, [.gs_version]
ld [wScriptVar], a
ret