You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Remove all address comments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
BattleCommand_BatonPass: ; 379c9
|
||||
BattleCommand_BatonPass:
|
||||
; batonpass
|
||||
|
||||
ld a, [hBattleTurn]
|
||||
@@ -81,10 +81,9 @@ BattleCommand_BatonPass: ; 379c9
|
||||
|
||||
jr ResetBatonPassStatus
|
||||
|
||||
; 37a67
|
||||
|
||||
|
||||
BatonPass_LinkPlayerSwitch: ; 37a67
|
||||
BatonPass_LinkPlayerSwitch:
|
||||
ld a, [wLinkMode]
|
||||
and a
|
||||
ret z
|
||||
@@ -101,10 +100,9 @@ BatonPass_LinkPlayerSwitch: ; 37a67
|
||||
ld [wBattlePlayerAction], a
|
||||
ret
|
||||
|
||||
; 37a82
|
||||
|
||||
|
||||
BatonPass_LinkEnemySwitch: ; 37a82
|
||||
BatonPass_LinkEnemySwitch:
|
||||
ld a, [wLinkMode]
|
||||
and a
|
||||
ret z
|
||||
@@ -129,17 +127,15 @@ BatonPass_LinkEnemySwitch: ; 37a82
|
||||
.switch
|
||||
jp CloseWindow
|
||||
|
||||
; 37aab
|
||||
|
||||
|
||||
FailedBatonPass: ; 37aab
|
||||
FailedBatonPass:
|
||||
call AnimateFailedMove
|
||||
jp PrintButItFailed
|
||||
|
||||
; 37ab1
|
||||
|
||||
|
||||
ResetBatonPassStatus: ; 37ab1
|
||||
ResetBatonPassStatus:
|
||||
; Reset status changes that aren't passed by Baton Pass.
|
||||
|
||||
; Nightmare isn't passed.
|
||||
@@ -178,10 +174,9 @@ ResetBatonPassStatus: ; 37ab1
|
||||
ld [wEnemyWrapCount], a
|
||||
ret
|
||||
|
||||
; 37ae9
|
||||
|
||||
|
||||
CheckAnyOtherAlivePartyMons: ; 37ae9
|
||||
CheckAnyOtherAlivePartyMons:
|
||||
ld hl, wPartyMon1HP
|
||||
ld a, [wPartyCount]
|
||||
ld d, a
|
||||
@@ -189,10 +184,9 @@ CheckAnyOtherAlivePartyMons: ; 37ae9
|
||||
ld e, a
|
||||
jr CheckAnyOtherAliveMons
|
||||
|
||||
; 37af6
|
||||
|
||||
|
||||
CheckAnyOtherAliveEnemyMons: ; 37af6
|
||||
CheckAnyOtherAliveEnemyMons:
|
||||
ld hl, wOTPartyMon1HP
|
||||
ld a, [wOTPartyCount]
|
||||
ld d, a
|
||||
@@ -200,9 +194,8 @@ CheckAnyOtherAliveEnemyMons: ; 37af6
|
||||
ld e, a
|
||||
|
||||
; fallthrough
|
||||
; 37b01
|
||||
|
||||
CheckAnyOtherAliveMons: ; 37b01
|
||||
CheckAnyOtherAliveMons:
|
||||
; Check for nonzero HP starting from partymon
|
||||
; HP at hl for d partymons, besides current mon e.
|
||||
|
||||
@@ -238,4 +231,3 @@ CheckAnyOtherAliveMons: ; 37b01
|
||||
and a
|
||||
ret
|
||||
|
||||
; 37b1d
|
||||
|
||||
Reference in New Issue
Block a user