diff --git a/darkroomitems.asm b/darkroomitems.asm index ad577b6..a2d1474 100644 --- a/darkroomitems.asm +++ b/darkroomitems.asm @@ -1,5 +1,7 @@ CheckReceivedItemPropertiesBeforeLoad: + LDA $A0 : BEQ .normalCode LDA $7EC005 : BNE .lightOff + .normalCode LDA.l AddReceivedItemExpanded_properties, X ;Restore Rando Code RTL @@ -22,4 +24,4 @@ CheckReceivedItemPropertiesBeforeLoad: PLB : PLY : PLX INC $15 LDA #$00 - RTL \ No newline at end of file + RTL