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

This adds Damien, the Charmander trainer, with text changed to be more accurate to his character. I've also moved the Pewter Rod House nearby, as it makes more sense for it to be in the Water-type area. However, it seems to load oddly. I have also integrated the Pikachu/Eevee Mode more, with architecture that it can make it more easily modified. This'll come into play for the Squirtle event. I have also erased further misinformation the game gives about burns, and changed the Viridian Pre-Gym accordingly, to talk about confusion, which lacks a Trainer Tips sign.
17 lines
297 B
NASM
17 lines
297 B
NASM
Route24WildMons:
|
|
def_grass_wildmons 25 ; encounter rate
|
|
db 13, ODDISH
|
|
db 13, BELLSPROUT
|
|
db 12, SPEAROW
|
|
db 14, ODDISH
|
|
db 14, BELLSPROUT
|
|
db 10, ABRA
|
|
db 13, SPEAROW
|
|
db 14, SPEAROW
|
|
db 12, ABRA
|
|
db 16, PIDGEOTTO
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|