mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-15 19:54:24 +13:00
Encounter table changes
Altered all the 'bird dungeons' to be consistent, as well as changing the encounters themselves a bit. Rhydon being in the volcano is a reference to Blaine's in the anime.
This commit is contained in:
parent
b70e7b5fb5
commit
db26373a0a
|
@ -234,7 +234,7 @@ WildDataPointers:
|
|||
dw NothingWildMons
|
||||
dw NothingWildMons
|
||||
dw CinnabarVolcanoWildMons
|
||||
dw CinnabarVolcanoFloorsWildMons
|
||||
dw CinnabarVolcanoWildMons
|
||||
dw NothingWildMons
|
||||
dw NothingWildMons
|
||||
dw NothingWildMons
|
||||
|
@ -343,4 +343,3 @@ INCLUDE "data/wild/maps/BrunswickTrail.asm"
|
|||
INCLUDE "data/wild/maps/GarnetCavern1F.asm"
|
||||
INCLUDE "data/wild/maps/GarnetCavernB1F.asm"
|
||||
INCLUDE "data/wild/maps/GarnetCavern2F.asm"
|
||||
INCLUDE "data/wild/maps/CinnabarVolcanoFloors.asm"
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
CinnabarVolcanoWildMons:
|
||||
def_grass_wildmons 10 ; encounter rate
|
||||
db 37, VULPIX
|
||||
db 38, PONYTA
|
||||
db 37, GROWLITHE
|
||||
db 37, PONYTA
|
||||
db 38, GROWLITHE
|
||||
db 41, RAPIDASH
|
||||
db 33, CHARMANDER
|
||||
db 35, VULPIX
|
||||
db 35, PONYTA
|
||||
db 35, GROWLITHE
|
||||
db 36, PONYTA
|
||||
db 36, GROWLITHE
|
||||
db 36, ONIX
|
||||
db 37, ONIX
|
||||
db 36, MAGMAR
|
||||
db 38, MAGMAR
|
||||
db 39, MAGMAR
|
||||
db 40, CHARMELEON
|
||||
db 40, RHYDON
|
||||
end_grass_wildmons
|
||||
|
||||
def_water_wildmons 0 ; encounter rate
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
CinnabarVolcanoFloorsWildMons:
|
||||
def_grass_wildmons 10 ; encounter rate
|
||||
db 37, VULPIX
|
||||
db 38, PONYTA
|
||||
db 37, GROWLITHE
|
||||
db 37, PONYTA
|
||||
db 38, GROWLITHE
|
||||
db 41, RAPIDASH
|
||||
db 33, CHARMANDER
|
||||
db 38, MAGMAR
|
||||
db 39, MAGMAR
|
||||
db 40, CHARMELEON
|
||||
end_grass_wildmons
|
||||
|
||||
def_water_wildmons 0 ; encounter rate
|
||||
end_water_wildmons
|
|
@ -1,14 +1,14 @@
|
|||
PowerPlantWildMons:
|
||||
def_grass_wildmons 10 ; encounter rate
|
||||
db 37, VOLTORB
|
||||
db 38, MAGNETITE
|
||||
db 37, GAOTORA
|
||||
db 35, MAGNEMITE
|
||||
db 35, VOLTORB
|
||||
db 35, GAOTORA
|
||||
db 36, VOLTORB
|
||||
db 36, GAOTORA
|
||||
db 36, PIKACHU
|
||||
db 37, MAGNETITE
|
||||
db 38, GAOTORA
|
||||
db 41, MAGNETON
|
||||
db 33, PIKACHU
|
||||
db 36, ELECTABUZZ
|
||||
db 38, ELECTABUZZ
|
||||
db 39, ELECTABUZZ
|
||||
db 40, RAICHU
|
||||
end_grass_wildmons
|
||||
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
SeafoamIslandsB4FWildMons:
|
||||
def_grass_wildmons 10 ; encounter rate
|
||||
db 37, WEIRDUCK
|
||||
db 38, STARYU
|
||||
db 37, SHELLDER
|
||||
db 37, SEADRA
|
||||
db 38, DEWGONG
|
||||
db 41, GOLDUCK
|
||||
db 33, SQUIRTLE
|
||||
db 35, WEIRDUCK
|
||||
db 35, STARYU
|
||||
db 35, SHELLDER
|
||||
db 36, SEADRA
|
||||
db 36, DEWGONG
|
||||
db 36, GOLDUCK
|
||||
db 37, BLASTYKE
|
||||
db 36, BUU
|
||||
db 38, BUU
|
||||
db 39, BUU
|
||||
db 40, WARTORTLE
|
||||
db 40, BLASTOISE
|
||||
end_grass_wildmons
|
||||
|
||||
def_water_wildmons 0 ; encounter rate
|
||||
|
|
Loading…
Reference in a new issue