Skip to content

Commit

Permalink
Fixes Hyperspace Fury softlock (rh-hideout#5237)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexOn1ine authored Aug 21, 2024
1 parent bd38c64 commit 5a320f9
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions data/battle_scripts_1.s
Original file line number Diff line number Diff line change
Expand Up @@ -928,19 +928,10 @@ BattleScript_BothCanNoLongerEscape::
return

BattleScript_EffectHyperspaceFury::
jumpifspecies BS_ATTACKER, SPECIES_HOOPA_UNBOUND, BattleScript_EffectHyperspaceFuryUnbound
jumpifspecies BS_ATTACKER, SPECIES_HOOPA_UNBOUND, BattleScript_EffectHit
jumpifspecies BS_ATTACKER, SPECIES_HOOPA_CONFINED, BattleScript_ButHoopaCantUseIt
goto BattleScript_PokemonCantUseTheMove

BattleScript_EffectHyperspaceFuryUnbound::
attackcanceler
accuracycheck BattleScript_PrintMoveMissed, ACC_CURR_MOVE
attackstring
pause B_WAIT_TIME_LONG
ppreduce
seteffectprimary MOVE_EFFECT_FEINT
goto BattleScript_HitFromCritCalc

BattleScript_ButHoopaCantUseIt:
printstring STRINGID_BUTHOOPACANTUSEIT
waitmessage B_WAIT_TIME_LONG
Expand Down

0 comments on commit 5a320f9

Please sign in to comment.