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/Route24.asm
Executable file
27
data/mapWilds/Route24.asm
Executable file
|
|
@ -0,0 +1,27 @@
|
|||
Route24Mons:
|
||||
db $19
|
||||
IF DEF(_RED)
|
||||
db 7,WEEDLE
|
||||
db 8,KAKUNA
|
||||
db 12,PIDGEY
|
||||
db 12,ODDISH
|
||||
db 13,ODDISH
|
||||
db 10,ABRA
|
||||
db 14,ODDISH
|
||||
db 13,PIDGEY
|
||||
db 8,ABRA
|
||||
db 12,ABRA
|
||||
ENDC
|
||||
IF DEF(_BLUE)
|
||||
db 7,CATERPIE
|
||||
db 8,METAPOD
|
||||
db 12,PIDGEY
|
||||
db 12,BELLSPROUT
|
||||
db 13,BELLSPROUT
|
||||
db 10,ABRA
|
||||
db 14,BELLSPROUT
|
||||
db 13,PIDGEY
|
||||
db 8,ABRA
|
||||
db 12,ABRA
|
||||
ENDC
|
||||
db $00
|
||||
Loading…
Add table
Add a link
Reference in a new issue