mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-20 10:25:57 +12:00
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/.
This commit is contained in:
parent
c85050497c
commit
b29e5ee203
564 changed files with 3511 additions and 3505 deletions
27
data/mapWilds/Route10.asm
Executable file
27
data/mapWilds/Route10.asm
Executable file
|
|
@ -0,0 +1,27 @@
|
|||
Route10Mons:
|
||||
db $0F
|
||||
IF DEF(_RED)
|
||||
db 16,VOLTORB
|
||||
db 16,SPEAROW
|
||||
db 14,VOLTORB
|
||||
db 11,EKANS
|
||||
db 13,SPEAROW
|
||||
db 15,EKANS
|
||||
db 17,VOLTORB
|
||||
db 17,SPEAROW
|
||||
db 13,EKANS
|
||||
db 17,EKANS
|
||||
ENDC
|
||||
IF DEF(_BLUE)
|
||||
db 16,VOLTORB
|
||||
db 16,SPEAROW
|
||||
db 14,VOLTORB
|
||||
db 11,SANDSHREW
|
||||
db 13,SPEAROW
|
||||
db 15,SANDSHREW
|
||||
db 17,VOLTORB
|
||||
db 17,SPEAROW
|
||||
db 13,SANDSHREW
|
||||
db 17,SANDSHREW
|
||||
ENDC
|
||||
db $00
|
||||
Loading…
Add table
Add a link
Reference in a new issue