Welcome to Data Crystal's new home! Data Crystal is now part of the TCRF family (sort of).
The wiki has recently moved; please report any issues in Discord. Pardon the dust.

EarthBound/Dialog Window Attributes Table: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
m (Removed explicit category as it is handled by the infobox template.)
Line 39: Line 39:
==External Links==
==External Links==
*[http://pkhack.fobby.net/misc/txt/windows.txt Dialog Window Attributes Table doc] (basis for this doc)
*[http://pkhack.fobby.net/misc/txt/windows.txt Dialog Window Attributes Table doc] (basis for this doc)
[[Category:EarthBound|Dialog Window Attributes Table]]

Revision as of 02:58, 8 June 2009

Dialog Window Attributes Table
Game EarthBound
Start Address 0x3E450
End Address 0x3E5F7
# of Entries 53
Entry Length 8 (0x8)
Total Length 424 bytes (0x1A8)
Back to the ROM map

The Dialog Window Attributes Table stores the coordinates and dimensions which each dialog window will use in EarthBound. The coordinates and dimensions of dialog windows in this table are stored in units of 8 PPU. It is important to note that the size of the screen in pixels is 256x224 (or 32x28, in units of 8 PPU), because the dialog window should not extend past the boundary of the screen.

Format

X Coordinate

Horizontal position of the dialog window's upper-left corner.

Y Coordinate

Vertical position of the dialog window's upper-left corner.

Width

Number of units to extend the dialog box to the right.

Height

Number of units to extend the dialog box downwards.

See Also

External Links