Winner's Path gets Rock Smash wild data

whoopsie daisy i forgotti

labelled as victory in case victory road wants it too

pupitar seems fitting since it's a very competitively-centred mon
This commit is contained in:
Llinos Evans 2024-07-29 21:56:11 +01:00
parent 76c497dd99
commit 19fcd7d5be
4 changed files with 9 additions and 1 deletions

View file

@ -192,6 +192,7 @@ DEF NUM_ROAMMON_MAPS EQU 16 ; RoamMaps table size (see data/wild/roammon_maps.as
const TREEMON_SET_ROCK_SQUARE
const TREEMON_SET_ROCK_WELL
const TREEMON_SET_SWEET_HONEY
const TREEMON_SET_ROCK_VICTORY
DEF NUM_TREEMON_SETS EQU const_value
; treemon scores

View file

@ -53,4 +53,5 @@ RockMonMaps:
treemon_map MOUNT_MOON_SQUARE, TREEMON_SET_ROCK_SQUARE
treemon_map BURNED_TOWER_1F, TREEMON_SET_ROCK_TOWER
treemon_map CLIFF_CAVE, TREEMON_SET_ROCK_DARK_CAVE
treemon_map WINNERS_PATH, TREEMON_SET_ROCK_VICTORY
db -1

View file

@ -15,6 +15,7 @@ TreeMons:
dw TreeMonSet_Rock_Square
dw TreeMonSet_Rock_Well
dw TreeMonSet_Sweet_Honey
dw TreeMonSet_Rock_Victory
assert_table_length NUM_TREEMON_SETS
; Two tables each (common, rare).
@ -187,3 +188,8 @@ TreeMonSet_Sweet_Honey:
dbbw 25, 60, BEEDRILL
dbbw 25, 60, MUNCHLAX
db -1
TreeMonSet_Rock_Victory:
dbbw 70, 43, MAGCARGO
dbbw 30, 45, PUPITAR
db -1

View file

@ -31,8 +31,8 @@ SafariZoneEntry:
closetext
applymovement PLAYER, SafariZoneEntryMovement
warpfacing UP, SAFARI_ZONE_BETA, 9, 23
playsound SFX_ENTER_DOOR
warpfacing UP, SAFARI_ZONE_BETA, 9, 23
setevent EVENT_IN_SAFARI_ZONE
; Give the player 500 steps...I think.