Fixed ExtendedSRAM not saving
Fix enemy drops and pots with Fairies/Chickens/Big Magic Fixed Big Magic refill when in chests/standing items Changed shop code to respect ShopEnableCount flag
This commit is contained in:
@@ -2589,7 +2589,7 @@ db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
|
||||
;--------------------------------------------------------------------------------
|
||||
; 0x30EC00 - 0x30EE2B Multiworld Item's PlayerID
|
||||
;--------------------------------------------------------------------------------
|
||||
org $30EC00
|
||||
org $B0EC00
|
||||
ChestData_Player:
|
||||
dl $000000, $000000, $000000, $000000, $000000, $000000, $000000, $000000
|
||||
dl $000000, $000000, $000000, $000000, $000000, $000000, $000000, $000000
|
||||
@@ -2717,16 +2717,16 @@ db #$00
|
||||
ChestGameItem_Player: ; EE2B
|
||||
db #$00
|
||||
;--------------------------------------------------------------------------------
|
||||
org $30EE30 ; PC 0x18636C
|
||||
org $B0EE30 ; PC 0x18636C
|
||||
RemoteItems:
|
||||
db #$00 ; $00 = off; $01 = on (default: off)
|
||||
|
||||
org $30EE31 ; PC 0x18637D
|
||||
org $B0EE31 ; PC 0x18637D
|
||||
Enable_TerrorPin_AI_Fix:
|
||||
db #$00
|
||||
|
||||
;Shop slot count as check
|
||||
org $30EE40 ;
|
||||
org $B0EE40 ;
|
||||
EnableShopItemCount:
|
||||
db #$00, #$00, #$00, #$00, #$00, #$00, #$00, #$00, #$00, #$00, #$00, #$00, #$00, #$00, #$00, #$00
|
||||
db #$00, #$00, #$00, #$00, #$00, #$00, #$00, #$00, #$00, #$00, #$00, #$00, #$00, #$00, #$00, #$00
|
||||
|
||||
Reference in New Issue
Block a user