Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdarsh committed Feb 12, 2025
2 parents bbb6357 + a323b46 commit d798a55
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions constants/ability_constants.asm
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,13 @@
const GALVANIZE
const CORROSION
const TANGLING_HAIR
const SCREEN_CLEANER
const STEELY_SPIRIT
const PERISH_BODY
const GORILLA_TACTICS
const NEUTRALIZING_GAS
const PASTEL_VEIL
const QUICK_DRAW
const STEELY_SPIRIT
const PERISH_BODY
const SCREEN_CLEANER
const CUD_CHEW
const SHARPNESS
const ARMOR_TAIL
Expand Down
6 changes: 3 additions & 3 deletions data/abilities/descriptions.asm
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ AbilityDescriptions:
dw GalvanizeDescription
dw CorrosionDescription
dw TanglingHairDescription
dw ScreenCleanerDescription
dw SteelySpiritDescription
dw PerishBodyDescription
dw GorillaTacticsDescription
dw NeutralizingGasDescription
dw PastelVeilDescription
dw QuickDrawDescription
dw SteelySpiritDescription
dw PerishBodyDescription
dw ScreenCleanerDescription
dw CudChewDescription
dw SharpnessDescription
dw ArmorTailDescription
Expand Down
12 changes: 6 additions & 6 deletions data/abilities/names.asm
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ AbilityNames:
dw Galvanize
dw Corrosion
dw TanglingHair
dw ScreenCleaner
dw SteelySpirit
dw PerishBody
dw GorillaTactics
dw NeutralizingGas
dw PastelVeil
dw QuickDraw
dw SteelySpirit
dw PerishBody
dw ScreenCleaner
dw CudChew
dw Sharpness
dw ArmorTail
Expand Down Expand Up @@ -301,13 +301,13 @@ SlushRush: rawchar "Slush Rush@"
Galvanize: rawchar "Galvanize@"
Corrosion: rawchar "Corrosion@"
TanglingHair: rawchar "Tangling Hair@"
ScreenCleaner: rawchar "Screen Cleaner@"
SteelySpirit: rawchar "Steely Spirit@"
PerishBody: rawchar "Perish Body@"
GorillaTactics: rawchar "Gorilla Tactics@"
NeutralizingGas: rawchar "Neutralizing Gas@"
PastelVeil: rawchar "Pastel Veil@"
QuickDraw: rawchar "Quick Draw@"
SteelySpirit: rawchar "Steely Spirit@"
PerishBody: rawchar "Perish Body@"
ScreenCleaner: rawchar "Screen Cleaner@"
CudChew: rawchar "Cud Chew@"
Sharpness: rawchar "Sharpness@"
ArmorTail: rawchar "Armor Tail@"
Expand Down

0 comments on commit d798a55

Please sign in to comment.