mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-17 20:46:24 +13:00

Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
28 lines
367 B
NASM
Executable file
28 lines
367 B
NASM
Executable file
Route24Mons:
|
|
db $19
|
|
IF DEF(_RED)
|
|
db 7,WEEDLE
|
|
db 8,KAKUNA
|
|
db 12,PIDGEY
|
|
db 12,ODDISH
|
|
db 13,ODDISH
|
|
db 10,ABRA
|
|
db 14,ODDISH
|
|
db 13,PIDGEY
|
|
db 8,ABRA
|
|
db 12,ABRA
|
|
ENDC
|
|
IF DEF(_BLUE)
|
|
db 7,CATERPIE
|
|
db 8,METAPOD
|
|
db 12,PIDGEY
|
|
db 12,BELLSPROUT
|
|
db 13,BELLSPROUT
|
|
db 10,ABRA
|
|
db 14,BELLSPROUT
|
|
db 13,PIDGEY
|
|
db 8,ABRA
|
|
db 12,ABRA
|
|
ENDC
|
|
db $00
|