mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-17 02:30:50 +12:00
Altering Cave wild data and mapdev
This gives Altering Cave its appearance and wild data according to the current spreadsheet revision.
This commit is contained in:
parent
a372dcf056
commit
0083f7a549
|
@ -600,7 +600,7 @@ ENDM
|
|||
map_const GREEN_PATH, 10, 10 ; 5
|
||||
map_const PATTERN_BUSH, 10, 10 ; 6
|
||||
map_const OUTCAST_ISLAND, 10, 10 ; 7
|
||||
map_const ALTERING_CAVE, 10, 10 ; 8
|
||||
map_const ALTERING_CAVE, 18, 15 ; 8
|
||||
endgroup
|
||||
|
||||
newgroup SEVEN_ISLAND ; 34
|
||||
|
|
|
@ -930,4 +930,32 @@ KantoGrassWildMons:
|
|||
dbw 42, GENGAR
|
||||
end_grass_wildmons
|
||||
|
||||
def_grass_wildmons ALTERING_CAVE
|
||||
db 4 percent, 2 percent, 8 percent ; encounter rates: morn/day/nite
|
||||
; morn
|
||||
dbw 45, ZUBAT
|
||||
dbw 46, MAREEP
|
||||
dbw 46, ZUBAT
|
||||
dbw 46, AIPOM
|
||||
dbw 49, PINECO
|
||||
dbw 48, TEDDIURSA
|
||||
dbw 49, SMEARGLE
|
||||
; day
|
||||
dbw 45, ZUBAT
|
||||
dbw 46, MAREEP
|
||||
dbw 46, ZUBAT
|
||||
dbw 46, AIPOM
|
||||
dbw 49, PINECO
|
||||
dbw 48, TEDDIURSA
|
||||
dbw 49, STANTLER
|
||||
; nite
|
||||
dbw 45, ZUBAT
|
||||
dbw 46, MAREEP
|
||||
dbw 46, ZUBAT
|
||||
dbw 46, AIPOM
|
||||
dbw 49, PINECO
|
||||
dbw 48, TEDDIURSA
|
||||
dbw 49, HOUNDOUR
|
||||
end_grass_wildmons
|
||||
|
||||
db -1 ; end
|
||||
|
|
Binary file not shown.
|
@ -9,6 +9,7 @@ AlteringCave_MapEvents:
|
|||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 17, 27, DEBUG_ROOM, 1 ; Will be Outcast Island
|
||||
|
||||
def_coord_events
|
||||
|
||||
|
|
Loading…
Reference in a new issue