diff options
Diffstat (limited to 'engine/items/item_effects.asm')
-rwxr-xr-x | engine/items/item_effects.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/items/item_effects.asm b/engine/items/item_effects.asm index 46713dfe..bf35d84e 100755 --- a/engine/items/item_effects.asm +++ b/engine/items/item_effects.asm @@ -443,7 +443,7 @@ UltraBall: ; e926 .not_ditto set SUBSTATUS_TRANSFORMED, [hl] - ld hl, wcbd0 + ld hl, wEnemyBackupDVs ld a, [wEnemyMonDVs] ld [hli], a ld a, [wEnemyMonMovesEnd + 1] @@ -1975,7 +1975,7 @@ PokeDoll: ; f4e5 (3:74e5) dec a jr nz, .asm_f4f6 inc a - ld [wd11c], a + ld [wForcedSwitch], a inc a ld [wBattleResult], a jp Functionf7d0 |