Difference between revisions of "Ames (call target)"

From Final Fantasy XII Wiki
Jump to navigation Jump to search
(Created page with "{{Call|id=0x000f|return=void|name=ames|args=int windowId, int dialogId, int posx, int posy, int align|act=}}Displays system dialog window with text. <code>dialogId</code> - I...")
 
(No difference)

Latest revision as of 13:20, 23 July 2019

Signature:

void ames(int windowId, int dialogId, int posx, int posy, int align); // id: 0x000f

Displays system dialog window with text.

dialogId - ID of the dialog to display; consists of dialog number in EBP's second section ORed by 0x1000000.