diff options
| author | vulcandth <vulcandth@gmail.com> | 2022-06-30 20:24:33 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-30 21:24:33 -0400 |
| commit | fcd6e5a1b2ee4f2191c8e843e25fe5e40880c98b (patch) | |
| tree | e24afe424b842191cb519d5c0fafda26415b2c99 /engine/battle | |
| parent | Fix INSTALL.md's dead links (#365) (diff) | |
| download | pokeyellow-fcd6e5a1b2ee4f2191c8e843e25fe5e40880c98b.tar.gz pokeyellow-fcd6e5a1b2ee4f2191c8e843e25fe5e40880c98b.tar.xz pokeyellow-fcd6e5a1b2ee4f2191c8e843e25fe5e40880c98b.zip | |
Stop_reducing_move_anim_flashing_Dream_Eater -> Stop_reducing_move_anim_flashing_Blizzard (#369)
Diffstat (limited to 'engine/battle')
| -rw-r--r-- | engine/battle/animations.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/animations.asm b/engine/battle/animations.asm index c25257f0..7ad1bb3e 100644 --- a/engine/battle/animations.asm +++ b/engine/battle/animations.asm @@ -256,7 +256,7 @@ PlayAnimation: vc_hook_red Stop_reducing_move_anim_flashing_Mega_Punch vc_hook_blue Stop_reducing_move_anim_flashing_Mega_Punch_Explosion pop af - vc_hook_red Stop_reducing_move_anim_flashing_Dream_Eater + vc_hook_red Stop_reducing_move_anim_flashing_Blizzard ldh [rOBP0], a .nextAnimationCommand vc_hook_red Stop_reducing_move_anim_flashing_Hyper_Beam |
