Language…
9 users online: EpicGamer1354, GrenudoGames, JakesBRjust, Killermclovin,  Segment1Zone2, Sirius_Kokov, Stivi,  Telinc1, Ultramegagigantor - Guests: 139 - Bots: 108
Users: 70,448 (2,477 active)
Latest user: Peydon Su

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 | 713 downloads

Screenshots

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.