More unreferenced labels cleanup

This commit is contained in:
xCrystal
2018-01-02 16:04:21 +01:00
parent 7a24703398
commit 6f0b81504d
48 changed files with 89 additions and 130 deletions

View File

@ -2806,7 +2806,8 @@ Script_warpcheck:
farcall EnableEvents
ret
Script_enableevents: ; unreferenced
Script_enableevents:
; unused
farcall EnableEvents
ret
@ -3037,7 +3038,7 @@ Script_check_save:
ret
; unreferenced
; unused
ld a, [.byte]
ld [ScriptVar], a
ret