mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-15 17:46:40 +13:00
- Most, if not all, Silph Co. warps have been fixed. Inappropriate ones have been removed. - The Metal Coat can now be found where one corrupted Silph Co. warp was to fill dead space, and another is in the Power Plant, replacing Carbos. - Bill now trades you Hisuian Arcanine after being saved. - Bill's Grandfather now trades you Hisuian Electrode. Had to remove Crinkles, but Tangela is literally right next to Cinnabar, c'mon lol - Toedscool can now be found behind Pallet Town, replacing Gloom and Weepinbell, making it more focused. - Now you can't run from Omega! May expand this to more Pokemon depending on feedback and whether it's ok on processing. Main concern is making the run button too laggy - it raised some eyebrows.
27 lines
479 B
NASM
27 lines
479 B
NASM
Route21WildMons:
|
|
def_grass_wildmons 25 ; encounter rate
|
|
db 21, RATICATE
|
|
db 23, PIDGEOTTO
|
|
db 30, BARUNDA
|
|
db 30, MR_MIME
|
|
db 29, MR_MIME
|
|
db 29, TOEDSCOOL
|
|
db 29, TOEDSCOOL
|
|
db 28, TANGELA
|
|
db 30, TANGELA
|
|
db 32, TANGELA
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 5 ; encounter rate
|
|
db 30, TENTACOOL
|
|
db 30, TENTACOOL
|
|
db 35, BLOTTLE
|
|
db 35, BLOTTLE
|
|
db 30, TENTACOOL
|
|
db 35, BARUNDA
|
|
db 30, TENTACOOL
|
|
db 35, TENTACRUEL
|
|
db 35, PENDRAKEN
|
|
db 40, PENDRAKEN
|
|
end_water_wildmons
|