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
Line 45: Line 45:
| 0000
| 0000
| UInt32
| UInt32
| Number of Loaded Actors
| Number of Actor Instances
|}
|}


===Actor Instance===
See [[Mario_vs._Donkey_Kong_2:_March_of_the_Minis:Actors|here]] for more info.
{| class="wikitable"
|-
! Offset
! Length
! Description
|-
| 00
| UInt16
| ID
|-
| 02
| UInt16
| Parameter
|}


==Tile Data==
==Tile Data==


==Water/Lava Data==
==Water/Lava Data==

Revision as of 18:18, 22 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. Based on partial documentation by TheMarioVariable and VGamer78.

Values are in Little Endian.

Header

Offset Length Description
0000 UInt32 Always 0x0A
0004 UInt32 Offset to Actor Data
0008 UInt32 Offset to Tile Data
000C UInt32 Offset to General Data
0010 UInt32 Offset to Water/Lava Data


General Data

Actor Data

Offset Length Description
0000 UInt32 Number of Actor Instances

Actor Instance

See here for more info.

Offset Length Description
00 UInt16 ID
02 UInt16 Parameter

Tile Data

Water/Lava Data