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 | |
| 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)
| -rw-r--r-- | engine/battle/animations.asm | 2 | ||||
| -rw-r--r-- | vc/pokered.patch.template | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/vc/pokered.patch.template b/vc/pokered.patch.template index a86b1ce2..08fba1a6 100644 --- a/vc/pokered.patch.template +++ b/vc/pokered.patch.template @@ -358,7 +358,7 @@ ConditionValueA = {dws_ wStringBuffer wStringBuffer+1 wStringBuffer+2 wStringBuf ConditionValueB = {dws_ == == == == == } ConditionValueC = {dws_ "D" "R" "E" "A" DREAM_EATER } -[FPA 008 End@Stop_reducing_move_anim_flashing_Dream_Eater] +[FPA 008 End@Stop_reducing_move_anim_flashing_Blizzard] Mode = 3 Type = 1 Address = {HEX @} |
