You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Remove redundant comments referencing labels (#921)
This commit is contained in:
@@ -278,7 +278,6 @@ FlashFunction:
|
||||
ret
|
||||
|
||||
.CheckUseFlash:
|
||||
; Flash
|
||||
ld de, ENGINE_ZEPHYRBADGE
|
||||
farcall CheckBadge
|
||||
jr c, .nozephyrbadge
|
||||
@@ -557,7 +556,6 @@ FlyFunction:
|
||||
dw .FailFly
|
||||
|
||||
.TryFly:
|
||||
; Fly
|
||||
ld de, ENGINE_STORMBADGE
|
||||
call CheckBadge
|
||||
jr c, .nostormbadge
|
||||
@@ -637,7 +635,6 @@ WaterfallFunction:
|
||||
ret
|
||||
|
||||
.TryWaterfall:
|
||||
; Waterfall
|
||||
ld de, ENGINE_RISINGBADGE
|
||||
farcall CheckBadge
|
||||
ld a, $80
|
||||
@@ -963,7 +960,6 @@ StrengthFunction:
|
||||
ret
|
||||
|
||||
.TryStrength:
|
||||
; Strength
|
||||
ld de, ENGINE_PLAINBADGE
|
||||
call CheckBadge
|
||||
jr c, .Failed
|
||||
|
Reference in New Issue
Block a user