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

- Reused the double doors for the Route 2 gate, and added the warp for it - Changed the Route 2 map to have the ledge on the path this irritated the fucking LIFE out of me - Pokemon Tower takes you to the right place when going down. - Kotora line now has Flash - Refactored Gentlarva - Route 2 gate now uses the double doors. - New hidden Moon Stone where the Clefairy are in Mt. Moon - Added a new Paradox Pokemon-themed border by Gecko557 - Shifted a ledge in Cerulean City that was off-centre in a really jarring way - Added the Nugget glitch from FRLG because it's funny and cool
17 lines
471 B
NASM
17 lines
471 B
NASM
ViridianForestWildMons:
|
|
def_grass_wildmons 8 ; encounter rate
|
|
db 4, CATERPIE
|
|
db 4, WEEDLE
|
|
db 4, PIDGEY
|
|
db 5, CATERPIE
|
|
db 4, GENTLARVA
|
|
db 5, WEEDLE
|
|
db 7, KAKUNA
|
|
db 7, METAPOD
|
|
db 3, KOTORA ; A replacement for the early starter Pikachu. I think this is an amazing compromise that helps actualise Kotora's "mascot status" when it comes to prototype Pokemon.
|
|
db 9, PIDGEOTTO
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|