Language…
4 users online: ASSATAKKU, Darolac, OrangeBronzeDaisy, Rykon-V73 - Guests: 131 - Bots: 218
Users: 64,667 (2,404 active)
Latest user: DarthHylian

Numerical Health Bar

SMW Patches → Numerical Health Bar

Submission Details

Name: Numerical Health Bar
Authors: Iceguy, Ladida, lx5
Added:
Version History: View
Tool: Asar
Requires Free Space: Yes
Bug Fix: No
Featured: No
Description: It's a numerical health bar and it's better than the previous version. The maximum health is 10, but you need some ASM knowledge on how to configure that.
This version makes you always be big, and makes 1-Up mushrooms fully heal you.
Tags: lorom needs remoderation
Comments: 6 (jump to comments)
Download 4.86 KiB | 660 downloads

Comments (6)

Mpereira Link
Death music don't work?
Konata Izumi Link
Simple to use, and customize! This is probably the quickest patch ever made, but this is better to use than many other HP patches that require a million things to set up, whereas this is just insertion with asar.
LDA Link
freezes the game if you collect a mushroom with layer 1 scrolling set to no vertical or horizontal

usually solvable by setting it just to no vertical, because the only place you wouldn't want horizontal scrolling is in a single-screen level, which won't anyway
SuperMarioSayanBros Link
Normal mushrooms also heal you,by the way
HammerBrother Link
I notice some assembly errors: the ? and # symbol for sprite names on the bottom are reserved characters.
 sincx From older version: Numerical health bar Link
Note that when using AddmusicK, to properly play the death jingle you have to change the LDA $09 to LDA $01 here:

Code
SubDead:
	LDA #$09
	STA $1DFB
	JML $00F60F