Language…
15 users online: deported, Domokun007, eltiolavara9, GiraffeKiller, Golden Yoshi, gothic251, h.carrell, koffe190, Maw, MeteorSmasher4, OEO6, OrangeRock57, Raccoon Sam, Rykon-V73, The_Uber_Camper - Guests: 252 - Bots: 332
Users: 64,795 (2,375 active)
Latest user: mathew

Disable Mario Powerup Animations

SMW Patches → Disable Mario Powerup Animations

Submission Details

Name: Disable Mario Powerup Animations
Author: Maarfy
Added:
Tool: Asar
Requires Free Space: No
Bug Fix: No
Featured: No
Description: This patch disables the "power-down when hurt," "touched Mushroom/growing up," "touched Fire Flower" and "touched Feather" animations, causing the player to change powerup state without freezing the game briefly.
Tags: freeze hex edits lorom powerups sa-1
Comments: 4 (jump to comments)
Download 735 bytes | 604 downloads

Screenshots

View all

Comments (4)

Masked Man Link
Reminds me of the Super Mario Flash games.
 Maarfy Author Link
I was asked privately for an unpatch file, figured there was no reason to keep it to myself - if you wish to uninstall this patch, you can use the following code:

Code
if read1($00FFD5) == $23
	sa1rom
	!addr	= $6000
else
	lorom
	!addr	= $0000
endif

;============================

org $00F5FC
	LDA #$01
	STA $71
	STZ $19
	LDA #$2F
	BRA $17

org $01C554
	db $61

org $01C56C
	JMP $C56F

org $01C5B4
	LDA #$03
	STA $71
	LDA #$18
	STA $1496|!addr

org $01C55C
	db $EC
 Major Flare Link
Tested with: Asar 1.71, SA-1 1.32, Lunar Magic 3.11 and ZMZ 1.08.

Accepted.
El Cuh Fermin Link
Awesome. That looks like in Super Mario Flash 2 and it was very awesome.