Skip to content

Commit

Permalink
Corrected encounters on Route 32 to match between normal and challeng…
Browse files Browse the repository at this point in the history
…e modes
  • Loading branch information
SoupPotato committed Aug 20, 2024
1 parent 2e88cc9 commit 8aa269f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/wild/johto_grass.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1437,23 +1437,23 @@ JohtoGrassWildMons:
db 7, BELLSPROUT
db 6, MAREEP
db 6, HOPPIP
db 7, PIDGEY
db 7, ZUBAT
db 6, RATTATA
db 6, RATTATA
; day
db 4, EKANS
db 7, BELLSPROUT
db 6, MAREEP
db 6, HOPPIP
db 7, PIDGEY
db 7, RATTATA
db 6, RATTATA
db 6, RATTATA
; nite
db 5, EKANS
db 6, WOOPER
db 7, BELLSPROUT
db 6, MAREEP
db 7, HOOTHOOT
db 7, ZUBAT
db 7, GASTLY
db 7, GASTLY
end_grass_wildmons
Expand Down

0 comments on commit 8aa269f

Please sign in to comment.