83Plus:BCALLs:4C1E

From WikiTI
Revision as of 18:52, 12 April 2008 by TheStorm (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Synopsis

Official Name: DialogStartGetKey

BCALL Address: 4C1E

Waits for a dialog keypress and then acts on it.

Inputs

  • HL: address of a table

Outputs

  • This doesn't return until you press [2nd]+[QUIT]

Destroys

  • unknown

Comments

  • This doesn't return until you press [2nd]+[QUIT]. You pass the address of a table in HL...if you pass a bID=3 table, it just returns. And the dialog has presumably already been displayed. It doesn't use the table for anything other than this, which is odd.
  • Use with the other Dialog BCALLs.
  • Info on how to use these the Dialog BCALLs .