If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working at any time.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
EarthBound/Text Window Properties Table: Difference between revisions
Jump to navigation
Jump to search
(Create and document) |
(Correct the indexing formula to an offset) |
||
Line 11: | Line 11: | ||
}} | }} | ||
Properties for each of the window "flavors". Indexed by [[EarthBound:Palette_Memory#$7E99CD|Current Window Flavor value]] (<tt>$7e99cd</tt>) via <code> | Properties for each of the window "flavors". Indexed by [[EarthBound:Palette_Memory#$7E99CD|Current Window Flavor value]] (<tt>$7e99cd</tt>) via <code>entry_offset = ($7e99cd - 1) * 3</code>. | ||
==Format== | ==Format== |
Revision as of 03:07, 14 August 2023
This is a sub-page of EarthBound.
Text Window Properties Table | |
Game | EarthBound |
Start Address | 0x2021B9 |
End Address | 0x2021C7 |
# of Entries | 5 |
Entry Length | 3 bytes (0x3) |
Total Length | 15 bytes (0xf) |
Back to the ROM map |
Properties for each of the window "flavors". Indexed by Current Window Flavor value ($7e99cd) via entry_offset = ($7e99cd - 1) * 3
.
Format
Palette Pointer
- Length: 2 bytes(0x2)
- Offset within entry: 0x00
- Range of values: 0x0000-0xFFFF (pointer)
Pointer (in bank E0) to the palette for the window "flavor". In unmodified EarthBound, this will always be in the range #$1FC8
to #$2187
to point into the Text Window Flavor Palettes data.
Unclassified
- Length: 1 byte(0x1)
- Offset within entry: 0x02
- Range of values: ???