diff options
author | entrpntr <entrpntr@gmail.com> | 2020-04-19 12:31:56 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-04-19 12:31:56 -0400 |
commit | e953302d3f81f080fd5d8423000496ce2fad36d3 (patch) | |
tree | bb66787122ec1029524153c96c3f34b66780e5c7 /engine/items | |
parent | e10598eb204358343491c92348b9220185e3b33d (diff) |
Continue with effect commands (about 50% complete).
Diffstat (limited to 'engine/items')
-rwxr-xr-x | engine/items/item_effects.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/items/item_effects.asm b/engine/items/item_effects.asm index 8d694eac..46713dfe 100755 --- a/engine/items/item_effects.asm +++ b/engine/items/item_effects.asm @@ -390,9 +390,9 @@ UltraBall: ; e926 ld [wBattleAnimParam], a ld de, ANIM_THROW_POKE_BALL ld a, e - ld [wcf3e], a + ld [wFXAnimID], a ld a, d - ld [wcf3f], a + ld [wFXAnimID + 1], a xor a ldh [hBattleTurn], a ld [wBuffer2], a @@ -2537,9 +2537,9 @@ Functionf7e7: ; f7e7 (3:77e7) call ReturnToBattle_UseBall ld de, Start ld a, e - ld [wcf3e], a + ld [wFXAnimID], a ld a, d - ld [wcf3f], a + ld [wFXAnimID + 1], a xor a ld [wBattleAnimParam], a ldh [hBattleTurn], a |