diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-28 10:21:24 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-28 10:21:24 -0400 |
commit | 9483cf47dd62d3c513dade49747e868f49f0e374 (patch) | |
tree | 079a0fad71dc0805b873aeaf30b4c032f0b790b3 /engine/overworld/scripting.asm | |
parent | 599046c89283997efac417c445d0bdcf75fd373c (diff) |
Replace many '; unused' with '; unreferenced'
Diffstat (limited to 'engine/overworld/scripting.asm')
-rw-r--r-- | engine/overworld/scripting.asm | 5 |
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 |