From 3a035edde8aabdf2148a54a625585b7f0e79cf49 Mon Sep 17 00:00:00 2001 From: Jonathan Hanon Date: Mon, 18 Feb 2019 14:00:32 -0500 Subject: [PATCH 1/3] Fix for customizer with less than 3 hearts Changed the table to allow for less than 3 hearts upon respawn --- tables.asm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tables.asm b/tables.asm index 365ccbe..8556a65 100644 --- a/tables.asm +++ b/tables.asm @@ -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) ;-------------------------------------------------------------------------------- + From ab10c2356196f385dfc54ca0ae58b42bbebb0bb8 Mon Sep 17 00:00:00 2001 From: Jonathan Hanon Date: Mon, 18 Feb 2019 14:04:58 -0500 Subject: [PATCH 2/3] whitespace --- tables.asm | 1 - 1 file changed, 1 deletion(-) diff --git a/tables.asm b/tables.asm index 8556a65..21034ea 100644 --- a/tables.asm +++ b/tables.asm @@ -1533,7 +1533,6 @@ 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 From c85f0760bbdbf821cc9f44929c36b535cc477de2 Mon Sep 17 00:00:00 2001 From: Jonathan Hanon Date: Mon, 18 Feb 2019 14:05:34 -0500 Subject: [PATCH 3/3] whitespace --- tables.asm | 1 - 1 file changed, 1 deletion(-) diff --git a/tables.asm b/tables.asm index 21034ea..d199cf7 100644 --- a/tables.asm +++ b/tables.asm @@ -1565,4 +1565,3 @@ db $FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF ;-------------------------------------------------------------------------------- ; 0x185140 - 187FFF (unused) ;-------------------------------------------------------------------------------- -