summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-02-22 12:12:35 -0500
committerGriffinR <griffin.g.richards@gmail.com>2021-02-24 11:03:45 -0500
commitc6141fea831a30a0d2de24b3c02375a01014ec97 (patch)
treead42905d6bb2ebae0fecce7531e85283746bfa08 /data
parent1cac608dbedeaaccd2446891c38a71f10230bfc0 (diff)
Document easy chat
Diffstat (limited to 'data')
-rw-r--r--data/maps/DewfordTown/scripts.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/DewfordTown/scripts.inc b/data/maps/DewfordTown/scripts.inc
index f6d06bea7..27e82167c 100644
--- a/data/maps/DewfordTown/scripts.inc
+++ b/data/maps/DewfordTown/scripts.inc
@@ -624,15 +624,15 @@ DewfordTown_EventScript_RejectTrendyPhrase:: @ 81E9952
call Common_ShowEasyChatScreen
lock
faceplayer
- compare VAR_RESULT, 1
+ compare VAR_RESULT, TRUE
goto_if_eq DewfordTown_EventScript_GiveNewTrendyPhrase
- compare VAR_RESULT, 0
+ compare VAR_RESULT, FALSE
goto_if_eq DewfordTown_EventScript_CancelNewTrendyPhrase
end
DewfordTown_EventScript_GiveNewTrendyPhrase:: @ 81E997D
incrementgamestat GAME_STAT_STARTED_TRENDS
- compare VAR_0x8004, 0
+ compare VAR_0x8004, FALSE
goto_if_eq DewfordTown_EventScript_PhraseNotTrendyEnough
msgbox DewfordTown_Text_OfCourseIKnowAboutThat, MSGBOX_DEFAULT
release