You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
No space between labels and bodies
This commit is contained in:
@@ -45,7 +45,6 @@ BattleCommand_BatonPass:
|
||||
ret
|
||||
|
||||
.Enemy:
|
||||
|
||||
; Wildmons don't have anything to switch to
|
||||
ld a, [wBattleMode]
|
||||
dec a ; WILDMON
|
||||
|
@@ -39,7 +39,6 @@ BattleCommand_FuryCutter:
|
||||
ret
|
||||
|
||||
ResetFuryCutterCount:
|
||||
|
||||
push hl
|
||||
|
||||
ld hl, wPlayerFuryCutterCount
|
||||
|
@@ -13,7 +13,6 @@ BattleCommand_Protect:
|
||||
jp StdBattleTextBox
|
||||
|
||||
ProtectChance:
|
||||
|
||||
ld de, wPlayerProtectCount
|
||||
ld a, [hBattleTurn]
|
||||
and a
|
||||
|
Reference in New Issue
Block a user