mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 02:13:23 +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
369 B
NASM
17 lines
369 B
NASM
VictoryRoad3FWildMons:
|
|
def_grass_wildmons 15 ; encounter rate
|
|
db 43, MACHOKE
|
|
db 42, ONIX
|
|
db 42, GOLBAT
|
|
db 42, GRAVELER
|
|
db 43, RHYHORN
|
|
db 43, GOLBAT
|
|
db 44, GAVILLAIN
|
|
db 50, CHANSEY ; Possible to Repel Trick, used for grinding.
|
|
db 44, PARASECT
|
|
db 45, HITMONCHAN ; LGPE Rare Spawn
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|