Some TV clean-up
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
.set LOCALID_GRUNT_11, 33
|
||||
.set LOCALID_SCOTT, 35
|
||||
|
||||
@ Note: LOCALID_SLATEPORT_ENERGY_GURU is a local id for this map used elsewhere. It's defined in event_objects.h
|
||||
|
||||
SlateportCity_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, SlateportCity_OnTransition
|
||||
map_script MAP_SCRIPT_ON_FRAME_TABLE, SlateportCity_OnFrame
|
||||
|
||||
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user