You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
More unreferenced labels cleanup
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user