diff options
author | garak <garakmon@gmail.com> | 2018-08-10 10:45:15 -0400 |
---|---|---|
committer | garak <garakmon@gmail.com> | 2018-08-10 10:45:15 -0400 |
commit | c3512e3b39117c29c92b6e6cd3f59a7e6036eb13 (patch) | |
tree | 3d691ef768822bb166fa080380b4942b9fbe0a1b /data/maps/SSTidalCorridor/scripts.inc | |
parent | 45b730e4747df42c5bd2dd775d34cdaed51b4045 (diff) |
port larger heal location changes from poke ruby pr
Diffstat (limited to 'data/maps/SSTidalCorridor/scripts.inc')
-rw-r--r-- | data/maps/SSTidalCorridor/scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/SSTidalCorridor/scripts.inc b/data/maps/SSTidalCorridor/scripts.inc index 2e1b4cfa4..a2985341f 100644 --- a/data/maps/SSTidalCorridor/scripts.inc +++ b/data/maps/SSTidalCorridor/scripts.inc @@ -123,7 +123,7 @@ SSTidalCorridor_EventScript_23C119:: @ 823C119 end SSTidalCorridor_EventScript_23C13B:: @ 823C13B - setrespawn 8 + setrespawn HEAL_LOCATION_LILYCOVE_CITY msgbox SSTidalCorridor_Text_23C64F, 4 checkflag FLAG_0x104 call_if 1, SSTidalCorridor_EventScript_23C179 @@ -133,7 +133,7 @@ SSTidalCorridor_EventScript_23C13B:: @ 823C13B end SSTidalCorridor_EventScript_23C15A:: @ 823C15A - setrespawn 4 + setrespawn HEAL_LOCATION_SLATEPORT_CITY msgbox SSTidalCorridor_Text_23C64F, 4 checkflag FLAG_0x104 call_if 1, SSTidalCorridor_EventScript_23C179 |