Skip to content

Commit

Permalink
FIXING
Browse files Browse the repository at this point in the history
  • Loading branch information
Ohgrimm authored Jan 21, 2023
1 parent fd46ed8 commit 1dab011
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/trainers/parties.asm
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ JrTrainerFData:
db 40, PIKACHU, RAICHU, 0
; Rock Tunnel 1F
db 35, BELLSPROUT, CLEFAIRY, 0
db 35, PERSI, ODDISH, PIDGEY, 0
db 35, PERSIAN, ODDISH, PIDGEY, 0
db 35, PIDGEY, RATTATA, RATTATA, BELLSPROUT, 0
; Route 15
db 35, GLOOM, WEEPINBELL, TANGELA, 0
Expand Down
4 changes: 2 additions & 2 deletions data/trainers/special_moves.asm
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ SpecialTrainerMoves:
db BROCK, 1
db 1, 1, ROCK_THROW ; GEODUDE
db 1, 2, DEFENSE_CURL
db 1, 3, MOVE
db 1, 4, MOVE
db 1, 3, DIG
db 1, 4, DOUBLE_EDGE
db 2, 1, ROCK_THROW ; ONIX
db 2, 2, DIG
db 2, 3, DRAGONBREATH
Expand Down

0 comments on commit 1dab011

Please sign in to comment.