mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-19 00:23:20 +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/Route7.asm
Executable file
27
data/mapWilds/Route7.asm
Executable file
|
|
@ -0,0 +1,27 @@
|
|||
Route7Mons:
|
||||
db $0F
|
||||
IF DEF(_RED)
|
||||
db 19,PIDGEY
|
||||
db 19,ODDISH
|
||||
db 17,MANKEY
|
||||
db 22,ODDISH
|
||||
db 22,PIDGEY
|
||||
db 18,MANKEY
|
||||
db 18,GROWLITHE
|
||||
db 20,GROWLITHE
|
||||
db 19,MANKEY
|
||||
db 20,MANKEY
|
||||
ENDC
|
||||
IF DEF(_BLUE)
|
||||
db 19,PIDGEY
|
||||
db 19,BELLSPROUT
|
||||
db 17,MEOWTH
|
||||
db 22,BELLSPROUT
|
||||
db 22,PIDGEY
|
||||
db 18,MEOWTH
|
||||
db 18,VULPIX
|
||||
db 20,VULPIX
|
||||
db 19,MEOWTH
|
||||
db 20,MEOWTH
|
||||
ENDC
|
||||
db $00
|
||||
Loading…
Add table
Add a link
Reference in a new issue