mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-16 20:16:29 +13:00

This route is unnumbered for now, because it's technically the last Nihon Route (numbered 23 in-prototype) and I don't know how to number it yet. It's easily find/replaced once we're sure, anyway. Wild data uses the prototype's plus a couple edits, levels are kept low as you're actually entering here. It's official: Nihon is connected to Johto and Kanto now!
25 lines
521 B
NASM
25 lines
521 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
|
|
|
|
def_water_wildmons UNNUMBERED_ROUTE
|
|
db 4 percent ; encounter rates: morn/day/nite
|
|
dbw 30, MAGIKARP
|
|
dbw 31, ANGORE
|
|
dbw 30, MOLAMBINO
|
|
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
|