mirror of
https://github.com/pret/pokered.git
synced 2026-06-02 22:14:22 -05:00
25 lines
295 B
NASM
Executable File
25 lines
295 B
NASM
Executable File
Route2Mons:
|
|
db $19
|
|
db 3,RATTATA
|
|
db 3,PIDGEY
|
|
db 4,PIDGEY
|
|
db 4,RATTATA
|
|
db 5,PIDGEY
|
|
if DEF(_RED)
|
|
db 3,WEEDLE
|
|
ENDC
|
|
if DEF(_BLUE)
|
|
db 3,CATERPIE
|
|
ENDC
|
|
db 2,RATTATA
|
|
db 5,RATTATA
|
|
if DEF(_RED)
|
|
db 4,WEEDLE
|
|
db 5,WEEDLE
|
|
ENDC
|
|
if DEF(_BLUE)
|
|
db 4,CATERPIE
|
|
db 5,CATERPIE
|
|
ENDC
|
|
db $00
|