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

- Moved one of the trainers in the Celadon Uni PokeCenter to stop him from being in the way of the nurse - Buffed one of the Scientists in the Mansion - Moved the nurse and Weezing trader on the SS Anne slightly - Boosted Meltan's catch rate because having it be that low is ridiculous - Increased Luxwan's height because real swans are not that small - Changed a Cue Ball's party to allow his dialogue to make sense - Wild level balancing around Vermilion City - Fixed a small Pokedex display bug - Text fixes
17 lines
298 B
NASM
17 lines
298 B
NASM
Route11WildMons:
|
|
def_grass_wildmons 15 ; encounter rate
|
|
db 14, EKANS
|
|
db 15, SPEAROW
|
|
db 12, EKANS
|
|
db 13, DROWZEE
|
|
db 13, MAGNEMITE
|
|
db 13, DROWZEE
|
|
db 15, SANDSHREW
|
|
db 16, SPEAROW
|
|
db 11, DROWZEE
|
|
db 15, RATICATE
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|