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/LittlerootTown_ProfessorBirchsLab | |
| parent | e81838dba397903afbd5bdacf3a54061446e7721 (diff) | |
Document trainer approach funcs, and use movement type constants in scripts
Diffstat (limited to 'data/maps/LittlerootTown_ProfessorBirchsLab')
| -rw-r--r-- | data/maps/LittlerootTown_ProfessorBirchsLab/scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/LittlerootTown_ProfessorBirchsLab/scripts.inc b/data/maps/LittlerootTown_ProfessorBirchsLab/scripts.inc index 1f65beda3..ee7e1730b 100644 --- a/data/maps/LittlerootTown_ProfessorBirchsLab/scripts.inc +++ b/data/maps/LittlerootTown_ProfessorBirchsLab/scripts.inc @@ -19,7 +19,7 @@ LittlerootTown_ProfessorBirchsLab_EventScript_1F9CCD:: @ 81F9CCD specialvar VAR_RESULT, HasAllHoennMons compare VAR_RESULT, 1 goto_if_eq LittlerootTown_ProfessorBirchsLab_EventScript_1F9CE9 - setobjectmovementtype 3, 3 + setobjectmovementtype 3, MOVEMENT_TYPE_WANDER_UP_AND_DOWN setobjectxyperm 3, 5, 10 end @@ -33,7 +33,7 @@ LittlerootTown_ProfessorBirchsLab_EventScript_1F9CF3:: @ 81F9CF3 LittlerootTown_ProfessorBirchsLab_EventScript_1F9CF7:: @ 81F9CF7 setmaplayoutindex 432 - setobjectmovementtype 3, 3 + setobjectmovementtype 3, MOVEMENT_TYPE_WANDER_UP_AND_DOWN setobjectxyperm 3, 5, 10 end |
