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:
@@ -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)
|
||||
;--------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user