pokered/data/mapWilds/Route23.asm
Rangi b29e5ee203 Add subdirectories to data/ similar to pokecrystal
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
2020-07-03 11:51:00 -04:00

23 lines
285 B
NASM
Executable file

Route23Mons:
db $0A
IF DEF(_RED)
db 26,EKANS
ENDC
IF DEF(_BLUE)
db 26,SANDSHREW
ENDC
db 33,DITTO
db 26,SPEAROW
db 38,FEAROW
db 38,DITTO
db 38,FEAROW
IF DEF(_RED)
db 41,ARBOK
ENDC
IF DEF(_BLUE)
db 41,SANDSLASH
ENDC
db 43,DITTO
db 41,FEAROW
db 43,FEAROW
db $00