Remove redundant comments referencing labels (#921)

This commit is contained in:
vulcandth
2022-06-06 16:34:54 -05:00
committed by GitHub
parent 3648afda16
commit 73c020074e
59 changed files with 3 additions and 264 deletions

View File

@@ -1,6 +1,4 @@
BattleCommand_BeatUp:
; beatup
call ResetDamage
ldh a, [hBattleTurn]
and a
@@ -198,8 +196,6 @@ BattleCommand_BeatUp:
jp SkipToBattleCommand
BattleCommand_BeatUpFailText:
; beatupfailtext
ld a, [wBeatUpHitAtLeastOnce]
and a
ret nz