Skip to content

Commit

Permalink
Last minute learnset fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cRz-Shadows committed May 4, 2024
1 parent 6275ee0 commit ea92bf2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/trainers/special_moves.asm
Original file line number Diff line number Diff line change
Expand Up @@ -348,15 +348,15 @@ SpecialTrainerMoves:
db 0

db RIVAL2, 5 ; Silph Co - 43, PARASECT, 44, GYARADOS, 43, RHYDON, 44, ALAKAZAM, 46, JOLTEON
db 1, 4, MEGA_DRAIN
db 1, 4, LEECH_LIFE
db 2, 1, SURF
db 2, 2, ICE_BEAM
db 2, 3, DOUBLE_EDGE
db 2, 4, FLY
db 3, 1, HORN_DRILL
db 3, 2, BODY_SLAM
db 3, 3, EARTHQUAKE
db 4, 1, DOUBLE_TEAM
db 4, 1, THUNDER_WAVE
db 4, 4, TRI_ATTACK
db 5, 1, DIG
db 5, 4, THUNDER_WAVE
Expand Down Expand Up @@ -395,8 +395,8 @@ SpecialTrainerMoves:
db 1, 4, HEADBUTT
db 2, 1, DOUBLE_EDGE
db 2, 2, SKY_ATTACK
db 2, 3, QUICK_ATTACK
db 2, 4, MIRROR_MOVE
db 2, 3, TOXIC
db 2, 4, DOUBLE_TEAM
db 3, 1, SOFTBOILED
db 3, 2, SOLARBEAM
db 3, 3, LEECH_SEED
Expand Down

0 comments on commit ea92bf2

Please sign in to comment.