mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-11-20 11:55:32 +13:00
This implements Winner's Path into the game, complete with trainers and wild Pokemon. There's still a lot to do, though. The Debug Lady that gave Celebi now gives Furret because it gets all the important HMs, which we need to...test things. Naturally, you have all the badges now too!
18 lines
363 B
NASM
18 lines
363 B
NASM
NihonWaterWildMons:
|
|
def_water_wildmons WINNERS_PATH
|
|
db 4 percent ; encounter rates: morn/day/nite
|
|
dbw 40, MAGIKARP
|
|
dbw 41, SEADRA
|
|
dbw 40, GRANBO ; SHARPOON
|
|
end_water_wildmons
|
|
|
|
; Placeholder
|
|
def_water_wildmons ROUTE_49_2
|
|
db 4 percent ; encounter rates: morn/day/nite
|
|
dbw 30, MAGIKARP
|
|
dbw 31, MAGIKARP
|
|
dbw 30, MAGIKARP
|
|
end_water_wildmons
|
|
|
|
db -1 ; end
|