mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 04:04:19 +13:00

- Adds Officer Jenny from Yellow to Vermilion City. Due to spriteset restrictions, Roingus Girl has been removed; the self-insert felt a little weird anyway. - Fuchsia City's map has been redone a little bit to more closely resemble the LGPE version, being far more walkable and aesthetically appealing. - A Firefighter has been added to Cerulean Gym!
17 lines
307 B
NASM
17 lines
307 B
NASM
SafariZoneEastWildMons:
|
|
def_grass_wildmons 30 ; encounter rate
|
|
db 24, EXEGGCUTE
|
|
db 26, DODUO
|
|
db 22, TANGELA
|
|
db 25, RHYHORN
|
|
db 33, LICKITUNG
|
|
db 23, EXEGGCUTE
|
|
db 24, KANGASKHAN
|
|
db 25, PINSIR
|
|
db 7, CHANSEY
|
|
db 28, DEER
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|