mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-17 20:46:24 +13:00
28 lines
345 B
NASM
Executable file
28 lines
345 B
NASM
Executable file
Route1Mons:
|
|
db $19
|
|
IF DEF(_YELLOW)
|
|
db 3,PIDGEY
|
|
db 4,PIDGEY
|
|
db 2,RATTATA
|
|
db 3,RATTATA
|
|
db 2,PIDGEY
|
|
db 3,PIDGEY
|
|
db 5,PIDGEY
|
|
db 4,RATTATA
|
|
db 6,PIDGEY
|
|
db 7,PIDGEY
|
|
ELSE
|
|
db 3,PIDGEY
|
|
db 3,RATTATA
|
|
db 3,RATTATA
|
|
db 2,RATTATA
|
|
db 2,PIDGEY
|
|
db 3,PIDGEY
|
|
db 3,PIDGEY
|
|
db 4,RATTATA
|
|
db 4,PIDGEY
|
|
db 5,PIDGEY
|
|
ENDC
|
|
db $00
|
|
|