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

From WikiTI
Jump to: navigation, search
 
Line 5: Line 5:
 
'''BCALL Address:''' 4C21
 
'''BCALL Address:''' 4C21
  
Calls SetDialogOverride, then StartDialog.
+
Calls [[SetDialogOverride]], then [[83Plus:BCALLs:4C03|StartDialog]].
  
 
=== Inputs ===
 
=== Inputs ===
Line 16: Line 16:
  
 
== 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]] .

Revision as of 18:46, 12 April 2008

Synopsis

Official Name: StartDialog_Override

BCALL Address: 4C21

Calls SetDialogOverride, then StartDialog.

Inputs

Outputs

  • Starts Dialog

Destroys

  • unknown

Comments