Difference between revisions of "83Plus:BCALLs:4C3E"
From WikiTI
Line 1: | Line 1: | ||
− | [[Category:83Plus:BCALLs:By_Name:Dialog| | + | [[Category:83Plus:BCALLs:By_Name:Dialog|RestartDialog]] [[Category:83Plus:BCALLs:By_Name|RestartDialog]] [[Category:83Plus:BCALLs:By_Address|4C3E - RestartDialog]] |
− | RestartDialog]] [[Category:83Plus:BCALLs:By_Name| | + | |
− | RestartDialog]] [[Category:83Plus:BCALLs:By_Address|4C3E - | + | |
− | RestartDialog]] | + | |
== Synopsis == | == Synopsis == | ||
'''Official Name:''' | '''Official Name:''' |
Revision as of 17:02, 12 April 2008
Synopsis
Official Name: RestartDialog
BCALL Address: 4C3E Stores A to (8033h), resets key override, draws dialog, and it starts waiting for a keypress.
Inputs
- appData: menu structure.
- A: value to store to (8033h) (I'm really not sure what this is, it seems irrelevant).
Outputs
- Restarts Dialog
Destroys
- unknown
Comments
- Use with the other 83Plus:BCALLs:By_Name:Dialog Dialog BCALLs
- Stores zero to (8033h), resets key override, draws dialog, and it starts waiting for a keypress.
- More info can be found here.
- I'm not sure where you would use this