mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-09 03:40:41 +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/SafariZoneCenter.asm
Executable file
27
data/mapWilds/SafariZoneCenter.asm
Executable file
|
|
@ -0,0 +1,27 @@
|
|||
ZoneMonsCenter:
|
||||
db $1E
|
||||
IF DEF(_RED)
|
||||
db 22,NIDORAN_M
|
||||
db 25,RHYHORN
|
||||
db 22,VENONAT
|
||||
db 24,EXEGGCUTE
|
||||
db 31,NIDORINO
|
||||
db 25,EXEGGCUTE
|
||||
db 31,NIDORINA
|
||||
db 30,PARASECT
|
||||
db 23,SCYTHER
|
||||
db 23,CHANSEY
|
||||
ENDC
|
||||
IF DEF(_BLUE)
|
||||
db 22,NIDORAN_F
|
||||
db 25,RHYHORN
|
||||
db 22,VENONAT
|
||||
db 24,EXEGGCUTE
|
||||
db 31,NIDORINA
|
||||
db 25,EXEGGCUTE
|
||||
db 31,NIDORINO
|
||||
db 30,PARASECT
|
||||
db 23,PINSIR
|
||||
db 23,CHANSEY
|
||||
ENDC
|
||||
db $00
|
||||
Loading…
Add table
Add a link
Reference in a new issue