summaryrefslogtreecommitdiff
path: root/data/scripts/tv.inc
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2017-12-22 01:22:16 -0600
committerDiegoisawesome <diego@domoreaweso.me>2017-12-22 01:22:16 -0600
commit6bd6cfcac7ae76806c8c9d940163dc3ece6a9acf (patch)
treef71ad889881572488c2a2be299c50fc09393e1a2 /data/scripts/tv.inc
parent0e8d6645f84057a9eaf9e60ac9312bc259f15be1 (diff)
parent4554b546ef1699d4b3bde9ef27e7477e620d38d9 (diff)
Merge remote-tracking branch 'pret/master'
Diffstat (limited to 'data/scripts/tv.inc')
-rw-r--r--data/scripts/tv.inc18
1 files changed, 9 insertions, 9 deletions
diff --git a/data/scripts/tv.inc b/data/scripts/tv.inc
index 7cf485835..8d1ac83eb 100644
--- a/data/scripts/tv.inc
+++ b/data/scripts/tv.inc
@@ -3,30 +3,30 @@ EventScript_27EE0B:: @ 827EE0B
incrementgamestat 44
special ResetTVShowState
specialvar VAR_RESULT, CheckForBigMovieOrEmergencyNewsOnTV
- compare_var_to_value VAR_RESULT, 2
+ compare VAR_RESULT, 2
goto_eq EventScript_27EE9A
- compare_var_to_value VAR_RESULT, 1
+ compare VAR_RESULT, 1
goto_eq EventScript_27EEA4
checkflag FLAG_SYS_TV_START
goto_if 0, EventScript_27EE8A
checkflag FLAG_SYS_TV_WATCH
goto_eq EventScript_27EE8A
specialvar VAR_RESULT, IsTVShowInSearchOfTrainersAiring
- compare_var_to_value VAR_RESULT, 1
+ compare VAR_RESULT, 1
goto_eq EventScript_27EEFF
goto EventScript_27EEE9
end
EventScript_27EE54:: @ 827EE54
specialvar VAR_0x8004, special_0x44
- compare_var_to_value VAR_0x8004, 255
+ compare VAR_0x8004, 255
goto_eq EventScript_27EED8
specialvar VAR_RESULT, special_0x4a
- compare_var_to_value VAR_RESULT, 255
+ compare VAR_RESULT, 255
goto_eq EventScript_27EED8
copyvar VAR_0x8004, VAR_RESULT
specialvar VAR_RESULT, special_0x45
- compare_var_to_value VAR_RESULT, 0
+ compare VAR_RESULT, 0
goto_if 5, EventScript_27EEBA
end
@@ -55,7 +55,7 @@ EventScript_27EEBA:: @ 827EEBA
special DoTVShow
waitmessage
waitbuttonpress
- compare_var_to_value VAR_RESULT, 1
+ compare VAR_RESULT, 1
goto_if 5, EventScript_27EEBA
goto EventScript_27EED0
end
@@ -74,7 +74,7 @@ EventScript_27EED8:: @ 827EED8
EventScript_27EEE9:: @ 827EEE9
special DoPokeNews
- compare_var_to_value VAR_RESULT, 0
+ compare VAR_RESULT, 0
goto_eq EventScript_27EE54
waitmessage
waitbuttonpress
@@ -85,7 +85,7 @@ EventScript_27EEFF:: @ 827EEFF
special DoTVShowInSearchOfTrainers
waitmessage
waitbuttonpress
- compare_var_to_value VAR_RESULT, 0
+ compare VAR_RESULT, 0
goto_eq EventScript_27EEFF
goto EventScript_27EED0
end