Difference between revisions of "Object Tables"
Jump to navigation
Jump to search
(Created page with "Information about in-game objects (Enemies, Collectables, Other Objects) is stored in tables in the game's ROM. These tables are indexed by an object ID that can b...") |
|||
Line 1: | Line 1: | ||
Information about in-game objects ([[Enemies]], [[Collectables]], [[Other Objects]]) is stored in tables in the game's ROM. These tables are indexed by an object ID that can be found in the pages above. The most relevant tables are: | Information about in-game objects ([[Enemies]], [[Collectables]], [[Other Objects]]) is stored in tables in the game's ROM. These tables are indexed by an object ID that can be found in the pages above. The most relevant tables are: | ||
− | {| | + | {| class="wikitable" |
!Game Area | !Game Area | ||
!Table | !Table |
Revision as of 05:21, 15 April 2021
Information about in-game objects (Enemies, Collectables, Other Objects) is stored in tables in the game's ROM. These tables are indexed by an object ID that can be found in the pages above. The most relevant tables are:
Game Area | Table | ROM Offset | Bank | ROM AddressingOffset | Details |
---|---|---|---|---|---|
Western Hit Points | 0x5430 | 1 | 0x1420 | ||
Eastern Hit Points | 0x9431 | 2 | 0x1420 | ||
Palaces 1,2,5 Hit Points | 0x11431 | 4 | 0x1420 | ||
Palaces 3,4,6 Hit Points | 0x12431 | 4 | 0x2420 | ||
Great Palace Hit Points | 0x15431 | 5 | 0x1420 | ||
Towns Hit Points | 0xD420 | 3 | 0x1420 |