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.

Mario vs. Donkey Kong 2: March of the Minis/Level Format: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
|-
|-
| 0000
| 0000
| 4
| UInt32
| Always 0A
| Always 0x0A
|-
| 0001
| 3
| Padding (00)?
|-
|-
| 0004
| 0004
| 1
| UInt32
| Offset to "Number of Loaded Actors" field? Always 14?
| Offset to "Number of Loaded Actors" field? Always 0x14?
|-
| 0005
| 3
| Padding (00)?
|-
|-
| 0008
| 0008
| 1
| UInt32
| Offset to "Number of Loaded Tiles" field?
| Offset to "Number of Loaded Tiles" field?
|-
|-
| 000C
| 000C
| 2
| UInt32
| Offset to "Level Size" field? This might be four bytes long.
| Offset to "Level Size" field? This might be four bytes long.
|-
|-
| 0010
| 0010
| 4
| UInt32
| Offset to Water/Lava Data
| Offset to Water/Lava Data
|-
|-
| [0004]
| [0004]
| 1
| UInt32
| Number of Loaded Actors
| Number of Loaded Actors
|}
|}


in addition to page editor(s), contributors are: TheMarioVariable and VGamer78
in addition to page editor(s), contributors are: TheMarioVariable and VGamer78

Revision as of 23:19, 21 February 2021

This is a sub-page of Mario vs. Donkey Kong 2: March of the Minis.

This is a mixture of research on the USA and the European versions of the game.

Offset Length Description
0000 UInt32 Always 0x0A
0004 UInt32 Offset to "Number of Loaded Actors" field? Always 0x14?
0008 UInt32 Offset to "Number of Loaded Tiles" field?
000C UInt32 Offset to "Level Size" field? This might be four bytes long.
0010 UInt32 Offset to Water/Lava Data
[0004] UInt32 Number of Loaded Actors

in addition to page editor(s), contributors are: TheMarioVariable and VGamer78