Name: | Disable Death Flag |
Author: | Chdata |
Added: | |
Version History: | View |
Tool: | Asar |
Requires Free Space: | Yes |
Bug Fix: | No |
Featured: | No |
Description: | This patch hijacks the death routine to not activate it when a certain flag is set to 1. Open the asm file to see which freeram address is used, and change it if it's already used by some other resource. When the flag is set to 1, death will be completely disabled, but Mario can still get hurt if big or on Yoshi. Also, falling in a pit will result in an upwards speed boost rather than death. Note that this won't work if some custom sprite embeds a custom death routine in their code. |
Tags: | lorom pacifist sa-1 |
Comments: | 7 (jump to comments) |
Download
1.32 KiB | 217 downloads
Comments (7)
Did you set the flag to 1 in the level you want the effect in? (For example with a simple level ASM)
How?
Lunar Magic 3.04
Asar 1.71
SNES9X 1.60
SA-1 1.32
UberASM Tool 1.4
Works correctly. Do note that player can get stuck inside of screen boundary if pushed in with a autoscroller, since crushing doesn't kill player anymore. I don't think it's easy to fix with patches, so just don't make your level with death disabled a autoscroller level (like ASMT did).
Did you set the flag to 1 in the level you want the effect in? (For example with a simple level ASM)