mirror of
https://github.com/pret/pokered.git
synced 2026-04-09 02:45:40 -05:00
29 lines
354 B
NASM
Executable File
29 lines
354 B
NASM
Executable File
Route1Mons:
|
|
db $19
|
|
IF !_YELLOW
|
|
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
|
|
IF _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
|
|
ENDC
|
|
db $00
|
|
|