You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Create a fourth time of day (#2)
This commit is contained in:
@@ -208,7 +208,7 @@ FishGroups:
|
||||
db 100 percent, REMORAID, 40
|
||||
|
||||
TimeFishGroups:
|
||||
; day nite
|
||||
; morn/day eve/nite
|
||||
db CORSOLA, 20, STARYU, 20 ; 0
|
||||
db CORSOLA, 40, STARYU, 40 ; 1
|
||||
db SHELLDER, 20, SHELLDER, 20 ; 2
|
||||
|
@@ -3,7 +3,7 @@
|
||||
JohtoGrassWildMons:
|
||||
|
||||
def_grass_wildmons N_A
|
||||
db 2 percent, 2 percent, 2 percent ; encounter rates: morn/day/nite
|
||||
db 2 percent, 2 percent, 2 percent, 2 percent ; encounter rates: morn/day/nite/eve
|
||||
; morn
|
||||
db 3, RATTATA
|
||||
db 4, RATTATA
|
||||
@@ -28,6 +28,14 @@ JohtoGrassWildMons:
|
||||
db 6, GASTLY
|
||||
db 5, RATTATA
|
||||
db 5, RATTATA
|
||||
; eve
|
||||
db 3, RATTATA
|
||||
db 4, GASTLY
|
||||
db 5, RATTATA
|
||||
db 3, RATTATA
|
||||
db 6, GASTLY
|
||||
db 5, RATTATA
|
||||
db 5, RATTATA
|
||||
end_grass_wildmons
|
||||
|
||||
db -1 ; end
|
||||
|
@@ -3,7 +3,7 @@
|
||||
KantoGrassWildMons:
|
||||
|
||||
def_grass_wildmons N_A
|
||||
db 4 percent, 2 percent, 8 percent ; encounter rates: morn/day/nite
|
||||
db 4 percent, 2 percent, 8 percent, 4 percent ; encounter rates: morn/day/nite/eve
|
||||
; morn
|
||||
db 3, DIGLETT
|
||||
db 6, DIGLETT
|
||||
@@ -28,6 +28,14 @@ KantoGrassWildMons:
|
||||
db 32, DUGTRIO
|
||||
db 32, DUGTRIO
|
||||
db 32, DUGTRIO
|
||||
; eve
|
||||
db 3, DIGLETT
|
||||
db 6, DIGLETT
|
||||
db 12, DIGLETT
|
||||
db 24, DIGLETT
|
||||
db 24, DUGTRIO
|
||||
db 24, DUGTRIO
|
||||
db 24, DUGTRIO
|
||||
end_grass_wildmons
|
||||
|
||||
db -1 ; end
|
||||
|
@@ -4,7 +4,7 @@ SwarmGrassWildMons:
|
||||
|
||||
; Dunsparce swarm
|
||||
map_id N_A
|
||||
db 4 percent, 4 percent, 4 percent ; encounter rates: morn/day/nite
|
||||
db 4 percent, 4 percent, 4 percent, 4 percent ; encounter rates: morn/day/nite/eve
|
||||
; morn
|
||||
db 3, GEODUDE
|
||||
db 3, DUNSPARCE
|
||||
@@ -29,5 +29,13 @@ SwarmGrassWildMons:
|
||||
db 2, DUNSPARCE
|
||||
db 4, DUNSPARCE
|
||||
db 4, DUNSPARCE
|
||||
; eve
|
||||
db 3, GEODUDE
|
||||
db 3, DUNSPARCE
|
||||
db 2, ZUBAT
|
||||
db 2, GEODUDE
|
||||
db 2, DUNSPARCE
|
||||
db 4, DUNSPARCE
|
||||
db 4, DUNSPARCE
|
||||
|
||||
db -1 ; end
|
||||
|
Reference in New Issue
Block a user