mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-17 20:46:24 +13:00
24 lines
346 B
NASM
Executable file
24 lines
346 B
NASM
Executable file
Route2Mons:
|
|
db 25 ; grass encounter rate
|
|
db 3, RATTATA
|
|
db 3, PIDGEY
|
|
db 4, PIDGEY
|
|
db 4, RATTATA
|
|
db 5, PIDGEY
|
|
IF DEF(_RED)
|
|
db 3, WEEDLE
|
|
db 2, RATTATA
|
|
db 5, RATTATA
|
|
db 4, WEEDLE
|
|
db 5, WEEDLE
|
|
ENDC
|
|
IF DEF(_BLUE)
|
|
db 3, CATERPIE
|
|
db 2, RATTATA
|
|
db 5, RATTATA
|
|
db 4, CATERPIE
|
|
db 5, CATERPIE
|
|
ENDC
|
|
|
|
db 0 ; water encounter rate
|