Name: | Tar Blocks |
Author: | Chdata |
Added: | |
Version History: | View |
Act As: | 100 or 130 |
Includes GFX: | No |
Description: | Tar blocks that cause the player to only jump as if they tapped the jump button once, effectively lowering their jump height. The player's speed is also limited if they try to walk across it. tar_block.asm is the block, tar_uberasm.asm is for UberASMTool. Demonstration Video |
Tags: | lorom platform sa-1 |
Comments: | 2 (jump to comments) |
Rating: |
Download
1.00 KiB | 355 downloads
Comments (2)
The conversion to SA-1 is correct, the conversion to UberASM is questionable but essentially works. You really weasled out of converting the destructive return by simply removing it, which does break the block for a frame after the player jumps off. It was decided, however, that this isn't a removal reason since real-time gameplay isn't affected by it.
I suggest you look into how a destructive return works to learn how you should have converted it.