From 36a1825bbe6199ea00a8cb614c1dd126f736daeb Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Sun, 20 Jan 2019 10:11:45 -0600 Subject: Document trainer approach funcs, and use movement type constants in scripts --- data/maps/SlateportCity_Harbor/scripts.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/maps/SlateportCity_Harbor') diff --git a/data/maps/SlateportCity_Harbor/scripts.inc b/data/maps/SlateportCity_Harbor/scripts.inc index 2f71a2dc9..24e139edf 100644 --- a/data/maps/SlateportCity_Harbor/scripts.inc +++ b/data/maps/SlateportCity_Harbor/scripts.inc @@ -17,7 +17,7 @@ SlateportCity_Harbor_EventScript_20C9A5:: @ 820C9A5 SlateportCity_Harbor_EventScript_20C9A9:: @ 820C9A9 savebgm MUS_AQA_0 setobjectxyperm 4, 12, 13 - setobjectmovementtype 4, 9 + setobjectmovementtype 4, MOVEMENT_TYPE_FACE_LEFT setflag FLAG_HIDE_SLATEPORT_CITY_HARBOR_PATRONS return @@ -78,7 +78,7 @@ SlateportCity_Harbor_EventScript_20C9F5:: @ 820C9F5 setflag FLAG_HIDE_AQUA_HIDEOUT_1F_GRUNT_1_BLOCKING_ENTRANCE setflag FLAG_HIDE_AQUA_HIDEOUT_1F_GRUNT_2_BLOCKING_ENTRANCE moveobjectoffscreen 4 - setobjectmovementtype 4, 10 + setobjectmovementtype 4, MOVEMENT_TYPE_FACE_RIGHT releaseall end -- cgit v1.2.3