mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

- Fixed up the Fishing Rod encounters. - Finished the Pocket Lapras - Farfetch'd on Route 13 and 15 - L50 Chansey on Victory Road 3F for Repel trick grinding - Changed Surge's text to be way, way more accurate to the differences between American and Japanese relations at the time. See file for more details. - Fixed the build error with the new Galarian Bird track
17 lines
306 B
NASM
17 lines
306 B
NASM
Route15WildMons:
|
|
def_grass_wildmons 15 ; encounter rate
|
|
db 24, BELLSPROUT
|
|
db 26, VENONAT
|
|
db 25, FARFETCHD
|
|
db 25, DITTO
|
|
db 22, BELLSPROUT
|
|
db 28, ODDISH
|
|
db 26, GAOTORA
|
|
db 30, VENOMOTH
|
|
db 28, TANGELA
|
|
db 28, GORILLAIMO
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|