rh-hideout/pokeemerald-expansion

SKULL BASH Effect is Broken

Closed this issue · 6 comments

Description

Use the Move SKULL BASH to loop the Substitute message until the game freezes.

ezgif-3-2adfff7755

Version

1.8.5 (Latest release)

Upcoming/master Version

No response

Discord contact info

joker0234

skull_bash.mp4

Can't repro. Anything special you do before?

EFFECT_TWO_TURNS_ATTACK and EFFECT_SUBSTITUTE only differ one in value. I think you messed up a merge somewhere. Are there other move effects that are wrong and happen to be off by one?

EFFECT_TWO_TURNS_ATTACK and EFFECT_SUBSTITUTE only differ one in value. I think you messed up a merge somewhere. Are there other move effects that are wrong and happen to be off by one?

Yes, even Sky Attack and it then displays the message of the Substitute in loop

Sure, but Sky Attack is also a two-turn attack, which just confirms my suspicions. What about moves that are not two-turn attacks? How does Substitute behave?

Sure, but Sky Attack is also a two-turn attack, which just confirms my suspicions. What about moves that are not two-turn attacks? How does Substitute behave?

Substitute works perfectly and the bug affects everything that contains TwoTurns . (Dig, Solarbeam, etc)

Merge issue, not reproducible to expansion