summaryrefslogtreecommitdiff
path: root/data/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'data/scripts')
-rw-r--r--data/scripts/tv.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/scripts/tv.inc b/data/scripts/tv.inc
index 14f3ade48..f8832a3ab 100644
--- a/data/scripts/tv.inc
+++ b/data/scripts/tv.inc
@@ -52,11 +52,13 @@ EventScript_PlayersHouseLatiNewsFlash::
releaseall
end
+@ The following is a loop for the TV show messages
+@ VAR_RESULT is set to TRUE when the show has printed its final message
EventScript_DoTVShow::
special DoTVShow
waitmessage
waitbuttonpress
- compare VAR_RESULT, 1
+ compare VAR_RESULT, TRUE
goto_if_ne EventScript_DoTVShow
goto EventScript_TurnOffTV
end