diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-20 11:11:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-20 11:11:07 -0400 |
commit | ec93f0bb084f7b98ac8853794d430aed8c6a5298 (patch) | |
tree | 604a81e46ef936ee5b6816fea759b000377b8db4 /data | |
parent | 33b65b547000387fcdce9fe497da9b217544ece6 (diff) | |
parent | 9c1a8011d91fa2b0704abc5e7e7318212dc375c1 (diff) |
Merge pull request #308 from GriffinRichards/fix-healloc
Move heal location data
Diffstat (limited to 'data')
-rw-r--r-- | data/event_scripts.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/event_scripts.s b/data/event_scripts.s index a4dbd9854..0a54d8e1a 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -14,7 +14,7 @@ #include "constants/trainer_classes.h" #include "constants/vars.h" #include "constants/battle.h" -#include "constants/spawn_points.h" +#include "constants/heal_locations.h" #include "constants/field_effects.h" #include "constants/trainers.h" #include "constants/trainer_tower.h" |