diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-21 01:15:34 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-02-12 18:35:27 -0600 |
commit | 98ca62cf91e7e0bd33f09edfc848a62061015aee (patch) | |
tree | 6902d9b2183b6f0a379bf141ed3f88b1e2a36598 /data/scripts/gabby_and_ty.inc | |
parent | 6356dc03c1736df6ba25f2bc999e211d8e30a9f0 (diff) |
Standardize Event Object to Object Event
Diffstat (limited to 'data/scripts/gabby_and_ty.inc')
-rw-r--r-- | data/scripts/gabby_and_ty.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/gabby_and_ty.inc b/data/scripts/gabby_and_ty.inc index 29e05c513..f8d57f084 100644 --- a/data/scripts/gabby_and_ty.inc +++ b/data/scripts/gabby_and_ty.inc @@ -201,7 +201,7 @@ Route120_EventScript_1AE582:: @ 81AE582 Route111_EventScript_1AE5A2:: @ 81AE5A2 special GabbyAndTyBeforeInterview - special GabbyAndTySetScriptVarsToEventObjectLocalIds + special GabbyAndTySetScriptVarsToObjectEventLocalIds compare VAR_FACING, 2 call_if_eq Route111_EventScript_1AE5E0 compare VAR_FACING, 1 @@ -234,7 +234,7 @@ Route111_EventScript_1AE60F:: @ 81AE60F Route118_EventScript_1AE60F:: @ 81AE60F Route120_EventScript_1AE60F:: @ 81AE60F special GabbyAndTyBeforeInterview - special GabbyAndTySetScriptVarsToEventObjectLocalIds + special GabbyAndTySetScriptVarsToObjectEventLocalIds compare VAR_FACING, 2 call_if_eq Route111_EventScript_1AE5E0 compare VAR_FACING, 1 |