diff options
| author | Marcus Huderle <huderlem@gmail.com> | 2019-01-20 10:11:45 -0600 |
|---|---|---|
| committer | huderlem <huderlem@gmail.com> | 2019-01-29 14:36:02 -0600 |
| commit | 36a1825bbe6199ea00a8cb614c1dd126f736daeb (patch) | |
| tree | 111abcf56e1a55c17206899e31dc52eb1eeb4738 /data/maps/Route119_WeatherInstitute_1F | |
| parent | e81838dba397903afbd5bdacf3a54061446e7721 (diff) | |
Document trainer approach funcs, and use movement type constants in scripts
Diffstat (limited to 'data/maps/Route119_WeatherInstitute_1F')
| -rw-r--r-- | data/maps/Route119_WeatherInstitute_1F/scripts.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/Route119_WeatherInstitute_1F/scripts.inc b/data/maps/Route119_WeatherInstitute_1F/scripts.inc index 8dada27e8..ae0fea259 100644 --- a/data/maps/Route119_WeatherInstitute_1F/scripts.inc +++ b/data/maps/Route119_WeatherInstitute_1F/scripts.inc @@ -9,7 +9,7 @@ Route119_WeatherInstitute_1F_MapScript1_26FA8C: @ 826FA8C Route119_WeatherInstitute_1F_EventScript_26FA98:: @ 826FA98 setobjectxyperm 5, 0, 5 - setobjectmovementtype 5, 10 + setobjectmovementtype 5, MOVEMENT_TYPE_FACE_RIGHT return Route119_WeatherInstitute_1F_EventScript_26FAA4:: @ 826FAA4 |
