Skip to content

Commit

Permalink
Add wildmon data.
Browse files Browse the repository at this point in the history
  • Loading branch information
entrpntr committed May 1, 2020
1 parent 2bc7961 commit a0ebc7f
Show file tree
Hide file tree
Showing 9 changed files with 2,258 additions and 984 deletions.
1,817 changes: 1,264 additions & 553 deletions data/wild/johto_grass.asm

Large diffs are not rendered by default.

36 changes: 26 additions & 10 deletions data/wild/johto_water.asm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ JohtoWaterWildMons:
db 10, SLOWPOKE

map_id SLOWPOKE_WELL_B2F
IF DEF(_GOLD)
db 4 percent ; encounter rate
ELIF DEF(_SILVER)
db 2 percent ; encounter rate
ENDC
db 15, SLOWPOKE
db 20, SLOWPOKE
db 20, SLOWBRO
Expand All @@ -46,20 +50,20 @@ JohtoWaterWildMons:

map_id MOUNT_MORTAR_1F_OUTSIDE
db 4 percent ; encounter rate
db 20, GOLDEEN
db 15, GOLDEEN
db 20, MARILL
db 20, SEAKING

map_id MOUNT_MORTAR_2F_INSIDE
db 2 percent ; encounter rate
db 20, GOLDEEN
db 25, MARILL
db 25, GOLDEEN
db 25, SEAKING

map_id MOUNT_MORTAR_B1F
db 2 percent ; encounter rate
db 20, GOLDEEN
db 15, GOLDEEN
db 20, MARILL
db 20, SEAKING

map_id WHIRL_ISLAND_SW
Expand All @@ -83,7 +87,7 @@ JohtoWaterWildMons:
map_id SILVER_CAVE_ROOM_2
db 2 percent ; encounter rate
db 35, SEAKING
db 35, GOLDUCK
db 40, SEAKING
db 35, GOLDEEN

map_id DARK_CAVE_VIOLET_ENTRANCE
Expand All @@ -104,12 +108,6 @@ JohtoWaterWildMons:
db 10, MAGIKARP
db 10, DRATINI

map_id OLIVINE_PORT
db 2 percent ; encounter rate
db 20, TENTACOOL
db 15, TENTACOOL
db 20, TENTACRUEL

map_id ROUTE_30
db 2 percent ; encounter rate
db 20, POLIWAG
Expand Down Expand Up @@ -148,10 +146,18 @@ JohtoWaterWildMons:

map_id ROUTE_41
db 6 percent ; encounter rate

IF DEF(_GOLD)
db 20, TENTACOOL
db 20, TENTACRUEL
db 20, MANTINE

ELIF DEF(_SILVER)
db 20, TENTACOOL
db 20, TENTACRUEL
db 15, TENTACOOL
ENDC

map_id ROUTE_42
db 4 percent ; encounter rate
db 20, GOLDEEN
Expand Down Expand Up @@ -213,7 +219,11 @@ JohtoWaterWildMons:
db 20, POLIWHIRL

map_id LAKE_OF_RAGE
IF DEF(_GOLD)
db 4 percent ; encounter rate
ELIF DEF(_SILVER)
db 6 percent ; encounter rate
ENDC
db 15, MAGIKARP
db 10, MAGIKARP
db 15, GYARADOS
Expand All @@ -230,4 +240,10 @@ JohtoWaterWildMons:
db 40, POLIWHIRL
db 35, POLIWAG

map_id OLIVINE_PORT
db 2 percent ; encounter rate
db 20, TENTACOOL
db 15, TENTACOOL
db 20, TENTACRUEL

db -1 ; end
Loading

0 comments on commit a0ebc7f

Please sign in to comment.