Remove redundant comments referencing labels (#921)
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
DEF MAX_ROLLOUT_COUNT EQU 5
|
||||
|
||||
BattleCommand_CheckCurl:
|
||||
; checkcurl
|
||||
|
||||
ld de, wPlayerRolloutCount
|
||||
ldh a, [hBattleTurn]
|
||||
and a
|
||||
@@ -23,8 +21,6 @@ BattleCommand_CheckCurl:
|
||||
ret
|
||||
|
||||
BattleCommand_RolloutPower:
|
||||
; rolloutpower
|
||||
|
||||
ld a, BATTLE_VARS_STATUS
|
||||
call GetBattleVar
|
||||
and SLP
|
||||
|
Reference in New Issue
Block a user