mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-09 11:50:48 +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
24
data/mapWilds/Route2.asm
Executable file
24
data/mapWilds/Route2.asm
Executable file
|
|
@ -0,0 +1,24 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue