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/event_scripts.s | |
parent | 45b730e4747df42c5bd2dd775d34cdaed51b4045 (diff) |
port larger heal location changes from poke ruby pr
Diffstat (limited to 'data/event_scripts.s')
-rw-r--r-- | data/event_scripts.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/event_scripts.s b/data/event_scripts.s index 0336c0c97..105d98953 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -5,6 +5,7 @@ #include "constants/songs.h" #include "constants/species.h" #include "constants/vars.h" +#include "constants/heal_locations.h" #include "constants/trainers.h" .include "asm/macros.inc" .include "asm/macros/event.inc" @@ -3346,7 +3347,7 @@ EventScript_2736D9:: @ 82736D9 end EventScript_2736F4:: @ 82736F4 - setrespawn 16 + setrespawn HEAL_LOCATION_LAVARIDGE_TOWN return EventScript_2736F8:: @ 82736F8 |