You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Rename the variable at D264
This commit is contained in:
@@ -725,7 +725,7 @@ AI_Switch: ; 3846c
|
||||
|
||||
.skiptext
|
||||
ld a, 1
|
||||
ld [wAISwitch], a
|
||||
ld [wBattleHasJustStarted], a
|
||||
callab NewEnemyMonStatus
|
||||
callab ResetEnemyStatLevels
|
||||
ld hl, PlayerSubStatus1
|
||||
@@ -733,7 +733,7 @@ AI_Switch: ; 3846c
|
||||
callba EnemySwitch
|
||||
callba ResetBattleParticipants
|
||||
xor a
|
||||
ld [wAISwitch], a
|
||||
ld [wBattleHasJustStarted], a
|
||||
ld a, [wLinkMode]
|
||||
and a
|
||||
ret nz
|
||||
|
||||
Reference in New Issue
Block a user