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:
Llinos Evans 2023-12-27 11:20:39 +00:00
parent 602013ca51
commit bdf89fd6d2
4 changed files with 5 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -11,6 +11,7 @@ _SafariZoneNorthText4::
_SafariZoneNorthText5:: _SafariZoneNorthText5::
text "AREA 2" text "AREA 2"
line "SOUTH: AREA 3"
done done
_SafariZoneNorthText6:: _SafariZoneNorthText6::