diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-08 19:09:36 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-08 19:09:36 -0500 |
commit | 59d67a44be4f76131b432b94b1cb6361b58a9a26 (patch) | |
tree | fd2bf333d887499bbf4d841109a56acc7f474591 /items | |
parent | ac824f62fc6bdbc63f2f9fb7bd17e4827a535f36 (diff) |
Attempting to decode AI switching
Diffstat (limited to 'items')
-rw-r--r-- | items/item_effects.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm index 0c1fcc8ac..b2258b6d5 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -2288,7 +2288,7 @@ PokeDoll: ; f48f dec a jr nz, .asm_f4a6 inc a - ld [wd232], a + ld [wForcedSwitch], a ld a, [wBattleResult] and 3 << 6 or $2 |