Fix for customizer with less than 3 hearts

Changed the table to allow for less than 3 hearts upon respawn
This commit is contained in:
Jonathan Hanon
2019-02-18 14:00:32 -05:00
committed by GitHub
parent 49e2d54155
commit 3a035edde8

View File

@@ -1532,6 +1532,13 @@ ShopContentsTable:
db $01, $51, $64, $00, $07, $FF, $00, $00
db $01, $53, $64, $00, $07, $FF, $00, $00
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
; Fix spawning with more hearts than capacity when less than 3 heart containers
LowHeartFix:
org $09F4AC ; <- module_death.asm:331
db $08, $08, $10
;================================================================================
org $30D000 ; PC 0x185000 - 0x18503F
MSUTrackList:
@@ -1559,3 +1566,4 @@ db $FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF
;--------------------------------------------------------------------------------
; 0x185140 - 187FFF (unused)
;--------------------------------------------------------------------------------