diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-11-28 20:36:12 -0800 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-11-28 20:36:12 -0800 |
commit | 4d93db09a365cfa68e30be93d94b8c0ad1f89f9b (patch) | |
tree | 5288a268f5bd3128833c078c08c359bd1bb3bde6 /data/scripts/gabby_and_ty.inc | |
parent | 222f48714cdc5caeda5867289382671d44b88552 (diff) |
Use constants for temporary map flags
Diffstat (limited to 'data/scripts/gabby_and_ty.inc')
-rw-r--r-- | data/scripts/gabby_and_ty.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/scripts/gabby_and_ty.inc b/data/scripts/gabby_and_ty.inc index 214c61142..7d13f1cc6 100644 --- a/data/scripts/gabby_and_ty.inc +++ b/data/scripts/gabby_and_ty.inc @@ -208,7 +208,7 @@ Route111_EventScript_1AE5A2:: @ 81AE5A2 call_if 1, Route111_EventScript_1AE5EB compare FACING, 4 call_if 1, Route111_EventScript_1AE5FD - checkflag 1 + checkflag FLAG_TEMP_1 goto_if_eq Route111_EventScript_1AE73A msgbox Route111_Text_1AC015, 5 goto Route111_EventScript_1AE6F3 @@ -242,7 +242,7 @@ Route120_EventScript_1AE60F:: @ 81AE60F call_if 1, Route111_EventScript_1AE5EB compare FACING, 4 call_if 1, Route111_EventScript_1AE5FD - checkflag 1 + checkflag FLAG_TEMP_1 goto_if_eq Route111_EventScript_1AE73A specialvar RESULT, GabbyAndTyGetLastQuote compare RESULT, 0 @@ -311,13 +311,13 @@ Route111_EventScript_1AE6F3:: @ 81AE6F3 goto_if_eq Route111_EventScript_1AE72D msgbox Route111_Text_1AC487, 4 special sub_80BDC14 - setflag 1 + setflag FLAG_TEMP_1 release end Route111_EventScript_1AE72D:: @ 81AE72D msgbox Route111_Text_1AC553, 4 - setflag 1 + setflag FLAG_TEMP_1 release end |