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
388 B
NASM
Executable file
28 lines
388 B
NASM
Executable file
Route11Mons:
|
|
db $0F
|
|
IF DEF(_RED)
|
|
db 14,EKANS
|
|
db 15,SPEAROW
|
|
db 12,EKANS
|
|
db 9,DROWZEE
|
|
db 13,SPEAROW
|
|
db 13,DROWZEE
|
|
db 15,EKANS
|
|
db 17,SPEAROW
|
|
db 11,DROWZEE
|
|
db 15,DROWZEE
|
|
ENDC
|
|
IF DEF(_BLUE)
|
|
db 14,SANDSHREW
|
|
db 15,SPEAROW
|
|
db 12,SANDSHREW
|
|
db 9,DROWZEE
|
|
db 13,SPEAROW
|
|
db 13,DROWZEE
|
|
db 15,SANDSHREW
|
|
db 17,SPEAROW
|
|
db 11,DROWZEE
|
|
db 15,DROWZEE
|
|
ENDC
|
|
db $00
|