Rename the variable at D264

This commit is contained in:
PikalaxALT
2016-08-07 18:14:20 -04:00
parent 0257d4178e
commit 050a0162b8
3 changed files with 11 additions and 11 deletions

View File

@@ -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