83Plus:BCALLs:4C03
From WikiTI
This article is missing some information (namely destroys). You can help WikiTI by filling in the missing information.
Synopsis
Official Name: StartDialog
BCALL Address: 4C03
Starts a dialog at appData created with DialogInit
Inputs
- appData: menu structure.
Outputs
- Starts Dialog
Destroys
- unknown
Comments
- Use DialogInit to set up,
- Use with the other Dialog BCALLs.
- Stores zero to (8033h), resets key override, draws dialog, and it starts waiting for a keypress.
- Info on how to use the Dialog BCALLs .