MZ Sinking Grassy Platform - RetroKoH/S1Fixed GitHub Wiki
| <- $2D: Burrobot Badnik | Object List | $2F: MZ Large Grassy Platforms -> |
|---|
The Sinking Grassy Platform is an object in Sonic the Hedgehog, appearing in the higher areas of Marble Zone. Similar to the large moving grassy platforms, this object is solid, composed mostly of purple brick, and covered in grass. It has a distinct arc-like shape, and sits still in the lava. Stepping on this platform will cause it to sink into the lava, which sets off a chain reaction that results in fire spreading across the entire grassy top.
File: _incObj/2E MZ Sinking Grassy Platforms.asm
Changes from Sonic 1
- Word-length obPriority pointer due to the new Priority Manager.
- Word-length obRespawnAddr added due to the S3K Object Manager.
- This object has been split from Object 2F into its own object.
This object has no subtypes.
- Type: Full
- Width: 75px
- Height: 32px
Note: This object runs unique subroutines for solidity instead of the standard SolidObject subroutine.
| x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7 | x8 | x9 | xA | xB | xC | xD | xE | xF | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x | Render | Addr | Addr | Addr | Gfx | Gfx | Map | Map | Map | Map | XPos | XPos | XPos | XPos | YPos | YPos |
| 1x | YPos | YPos | ~ | ~ | ~ | ~ | RespawnAddr | RespawnAddr | ~ | ~ | Priority | Priority | Frame | ~ | ~ | ~ |
| 2x | ~ | ~ | ~ | DispWid | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ |
| 3x | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ |