Necrofy properties

From ZAMN Hacking
Revision as of 18:28, 18 October 2023 by Piranhaplant (talk | contribs) (Created page with "Necrofy v2 and later stores some metadata in the ROM files it builds. The data is located at $82:D1EE. This location was originally used for storing secret item bonus types, but Necrofy moves that into the level data. The format is as follows: {| class="wikitable" |- ! Offset !! Length !! Type !! Description |- | 0x00 || 3 || string || Always contains the string "NFY" in ASCII |- | 0x03 || 1 || byte || Version. Current version is 2 |- | 0x04 || 4 || pointer2...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Necrofy v2 and later stores some metadata in the ROM files it builds. The data is located at $82:D1EE. This location was originally used for storing secret item bonus types, but Necrofy moves that into the level data. The format is as follows:

Offset Length Type Description
0x00 3 string Always contains the string "NFY" in ASCII
0x03 1 byte Version. Current version is 2
0x04 4 pointer24 Pointer to extra sprite graphics
0x08 4 pointer24 Pointer to the end of the extra sprite graphics