diff options
Diffstat (limited to 'battle/ai/items.asm')
-rw-r--r-- | battle/ai/items.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/ai/items.asm b/battle/ai/items.asm index 56a95ac4d..7c11e70b2 100644 --- a/battle/ai/items.asm +++ b/battle/ai/items.asm @@ -725,7 +725,7 @@ AI_Switch: ; 3846c call PrintText .skiptext - ld a, $1 + ld a, 1 ld [wd264], a callab NewEnemyMonStatus callab ResetEnemyStatLevels |