Difference between revisions of "83Plus:BCALLs:4C21"
From WikiTI
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 17:46, 12 April 2008
Synopsis
Official Name: StartDialog_Override
BCALL Address: 4C21
Calls SetDialogOverride, then StartDialog.
Inputs
- appData: menu structure.
Outputs
- Starts Dialog
Destroys
- unknown
Comments
- Calls SetDialogOverride, then StartDialog.
- Use with the other Dialog BCALLs.
- Info on how to use these the Dialog BCALLs .