mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Safari Zone tweaks
Added some Cubones since it's featured in the Safari Zone in Yellow and Pokemon Origins. Changed the second Chansey's level to 7 for consistency. Also fixed an error on the Safari Zone Area 1 sign that said Centre Area, which was fixed in FRLG. Thanks to Lyra made a website for pointing this out!
This commit is contained in:
parent
602013ca51
commit
bdf89fd6d2
|
@ -5,7 +5,7 @@ SafariZoneNorthWildMons:
|
||||||
db 23, EXEGGCUTE
|
db 23, EXEGGCUTE
|
||||||
db 25, TANGELA
|
db 25, TANGELA
|
||||||
db 30, VENOMOTH
|
db 30, VENOMOTH
|
||||||
db 27, EXEGGCUTE
|
db 27, CUBONE
|
||||||
db 28, DODRIO
|
db 28, DODRIO
|
||||||
db 27, TAUROS
|
db 27, TAUROS
|
||||||
db 26, TRAMPEL
|
db 26, TRAMPEL
|
||||||
|
|
|
@ -5,11 +5,11 @@ SafariZoneWestWildMons:
|
||||||
db 23, EXEGGCUTE
|
db 23, EXEGGCUTE
|
||||||
db 24, EXEGGCUTE
|
db 24, EXEGGCUTE
|
||||||
db 33, VENOMOTH
|
db 33, VENOMOTH
|
||||||
db 26, EXEGGCUTE
|
db 26, CUBONE
|
||||||
db 25, MAROWAK
|
db 25, MAROWAK
|
||||||
db 25, SCYTHER
|
db 25, SCYTHER
|
||||||
db 26, TAUROS
|
db 26, TAUROS
|
||||||
db 25, CHANSEY
|
db 7, CHANSEY
|
||||||
end_grass_wildmons
|
end_grass_wildmons
|
||||||
|
|
||||||
def_water_wildmons 0 ; encounter rate
|
def_water_wildmons 0 ; encounter rate
|
||||||
|
|
|
@ -11,6 +11,6 @@ _SafariZoneEastText6::
|
||||||
done
|
done
|
||||||
|
|
||||||
_SafariZoneEastText7::
|
_SafariZoneEastText7::
|
||||||
text "CENTER AREA"
|
text "AREA 1"
|
||||||
line "NORTH: AREA 2"
|
line "NORTH: AREA 2"
|
||||||
done
|
done
|
||||||
|
|
|
@ -11,6 +11,7 @@ _SafariZoneNorthText4::
|
||||||
|
|
||||||
_SafariZoneNorthText5::
|
_SafariZoneNorthText5::
|
||||||
text "AREA 2"
|
text "AREA 2"
|
||||||
|
line "SOUTH: AREA 3"
|
||||||
done
|
done
|
||||||
|
|
||||||
_SafariZoneNorthText6::
|
_SafariZoneNorthText6::
|
||||||
|
|
Loading…
Reference in a new issue