diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-28 10:21:10 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-28 10:21:10 -0400 |
commit | 6d333bed5fde0c2da0a6a9df2ccae83933400e42 (patch) | |
tree | 0485e425e27cdb5d373bbd7fad10af5dfc00fbd5 /engine/overworld/scripting.asm | |
parent | 446f1846b1c614ab1538d1ce11aa2781c22717f2 (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 457b75a5d..9ba79f5e0 100644 --- a/engine/overworld/scripting.asm +++ b/engine/overworld/scripting.asm @@ -2203,7 +2203,8 @@ Script_writeunusedbytebuffer: ld [wUnusedScriptByteBuffer], a ret - db closetext_command ; unused +UnusedClosetextScript: ; unreferenced + closetext Script_closetext: call _OpenAndCloseMenu_HDMATransferTilemapAndAttrmap @@ -2352,7 +2353,7 @@ Script_checksave: ld [wScriptVar], a ret -; unused +Script_checkver_duplicate: ; unreferenced ld a, [.gs_version] ld [wScriptVar], a ret |