diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2016-08-07 18:14:20 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2016-08-07 18:14:20 -0400 |
commit | 050a0162b89c645c4a2a3ed311c4da791fb3de6c (patch) | |
tree | 1a81b2ef5a4d7a2e5a9433e990ea178f5083acbf /battle/ai/items.asm | |
parent | 0257d4178e6f3a447376ac89ee76507268f601bd (diff) |
Rename the variable at D264
Diffstat (limited to 'battle/ai/items.asm')
-rw-r--r-- | battle/ai/items.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/ai/items.asm b/battle/ai/items.asm index d72df4c1a..4405ae756 100644 --- a/battle/ai/items.asm +++ b/battle/ai/items.asm @@ -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 |