SBZ Conveyor Belt - RetroKoH/S1Fixed GitHub Wiki
| <- $67: SBZ Convex Wheel | Object List | $69: SBZ Spinning Platforms -> |
|---|
The Conveyor Belt is an object in Sonic the Hedgehog, found in Scrap Brain Zone Act 2. The actual belt is part of the level's foreground terrain, and the "movement" of the belt is simply a palette cycling routine. This object forces Sonic to move one way or the other, depending on its direction.
File: _incObj/68 Conveyor Belt.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.
...
| 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 | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ | ~ |