Large Horizontal Door - RetroKoH/S1Fixed GitHub Wiki
| <- $3E: Prison Capsule | Object List | $40: Moto Bug Badnik -> |
|---|
The Large Horizontal Door is an object in Sonic the Hedgehog, found in Labyrinth Zone, as well as Scrap Brain Zone Act 3. This object was once a part of the overly complex amalgamation that was the Floating Blocks object: Object 56.
File: _incObj/3F LZ Large Horizontal Door.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.
The subtype's lower nybble dictates the ID of the switch that triggers the door. The upper nybble has no effect on the object.
- Type: Full
- Width: 75px
- Height (jumping): 16px
- Height (walking): 17px
| 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 | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ |