Difference between revisions of "83Plus:BCALLs:4C21"

From WikiTI
Jump to: navigation, search
 
m ({{missinfo|destroys}})
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
[[Category:83Plus:BCALLs:By_Name:Dialog|StartDialog_Override]] [[Category:83Plus:BCALLs:By_Name|StartDialog_Override]] [[Category:83Plus:BCALLs:By_Address|4C21 - StartDialog_Override]]
 
[[Category:83Plus:BCALLs:By_Name:Dialog|StartDialog_Override]] [[Category:83Plus:BCALLs:By_Name|StartDialog_Override]] [[Category:83Plus:BCALLs:By_Address|4C21 - StartDialog_Override]]
 +
{{missinfo|destroys}}
 
== Synopsis ==
 
== Synopsis ==
 
'''Official Name:''' StartDialog_Override
 
'''Official Name:''' StartDialog_Override
Line 5: Line 6:
 
'''BCALL Address:''' 4C21
 
'''BCALL Address:''' 4C21
  
Calls SetDialogOverride, then StartDialog.
+
Calls [[SetDialogOverride]], then [[83Plus:BCALLs:4C03|StartDialog]].
  
 
=== Inputs ===
 
=== Inputs ===
Line 16: Line 17:
  
 
== Comments ==
 
== Comments ==
* Calls SetDialogOverride, then StartDialog.
+
* Calls [[SetDialogOverride]], then [[83Plus:BCALLs:4C03|StartDialog]].
 
* Use with the other [[:Category:83Plus:BCALLs:By_Name:Dialog|Dialog BCALLs.]]
 
* Use with the other [[:Category:83Plus:BCALLs:By_Name:Dialog|Dialog BCALLs.]]
 
* [[83Plus:OS:Dialog_context|Info on how to use these the Dialog BCALLs]] .
 
* [[83Plus:OS:Dialog_context|Info on how to use these the Dialog BCALLs]] .

Latest revision as of 19:17, 13 April 2008

This article is missing some information (namely destroys). You can help WikiTI by filling in the missing information.


Synopsis

Official Name: StartDialog_Override

BCALL Address: 4C21

Calls SetDialogOverride, then StartDialog.

Inputs

Outputs

  • Starts Dialog

Destroys

  • unknown

Comments