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.

Gargoyle's Quest: Ghosts’N Goblins/RAM map

From Data Crystal
Revision as of 02:41, 24 January 2024 by Xkeeper (talk | contribs) (Xkeeper moved page Gargoyle's Quest: Ghosts’N Goblins:RAM map to Gargoyle's Quest: Ghosts’N Goblins/RAM map: normalize subpages and titles)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Chip tiny.png The following article is a RAM map for Gargoyle's Quest: Ghosts’N Goblins.

  • C200 - Start of object data:
    • C200 - Firebrand
    • C300-C600 - Player attacks
    • C700-D900 - All other objects

Object attribute offsets:

  • 00 - Status flags
    • Bit 0 - Object exists (slot is occupied)
    • Bit 2 - Object is non-interactive (sprite is drawn, but has no hitboxes & does nothing)
  • 09 - Action ID (determines which AI script to run)
  • 0C - Counter (used to keep track of phase # within AI script?)