Fixed typo relating to AI switching, fixed Pokémon sent from the party to storage in battle not resetting their battle-only conditions, fixed player's sprite in Duel minigame not caring about the player's outfit, added missing move flags

This commit is contained in:
Maruno17
2023-09-21 19:36:10 +01:00
parent bc18aa95f2
commit b2c66b7b0c
6 changed files with 15 additions and 9 deletions

View File

@@ -479,7 +479,7 @@ Accuracy = 100
TotalPP = 5
Target = NearOther
FunctionCode = AlwaysCriticalHit
Flags = Contact,CanProtect,CanMirrorMove,CannotMetronome
Flags = Contact,CanProtect,CanMirrorMove,Punching,CannotMetronome
Description = Strikes with a fierce blow through mastery of the Dark style. Always results in a critical hit.
#-------------------------------
[LASHOUT]
@@ -8633,7 +8633,7 @@ Accuracy = 100
TotalPP = 5
Target = NearOther
FunctionCode = HitThreeTimesAlwaysCriticalHit
Flags = Contact,CanProtect,CanMirrorMove,CannotMetronome
Flags = Contact,CanProtect,CanMirrorMove,Punching,CannotMetronome
Description = Hits three times in a row with mastery of the Water style. This attack always deals critical hits.
#-------------------------------
[WATERSHURIKEN]

View File

@@ -479,7 +479,7 @@ Accuracy = 100
TotalPP = 5
Target = NearOther
FunctionCode = AlwaysCriticalHit
Flags = Contact,CanProtect,CanMirrorMove,CannotMetronome
Flags = Contact,CanProtect,CanMirrorMove,Punching,CannotMetronome
Description = Strikes with a fierce blow through mastery of the Dark style. Always results in a critical hit.
#-------------------------------
[LASHOUT]
@@ -8633,7 +8633,7 @@ Accuracy = 100
TotalPP = 5
Target = NearOther
FunctionCode = HitThreeTimesAlwaysCriticalHit
Flags = Contact,CanProtect,CanMirrorMove,CannotMetronome
Flags = Contact,CanProtect,CanMirrorMove,Punching,CannotMetronome
Description = Hits three times in a row with mastery of the Water style. This attack always deals critical hits.
#-------------------------------
[WATERSHURIKEN]