extra keys were getting added

This commit is contained in:
sporchia
2017-10-07 15:03:16 -04:00
parent 25eb73c91b
commit e517b72838

View File

@@ -275,6 +275,7 @@ AddReceivedItemExpandedGetItem:
AND #$0F : CMP #$08 : !BGE ++ AND #$0F : CMP #$08 : !BGE ++
%ValueShift() %ValueShift()
ORA $7EF368 : STA $7EF368 ; Map 1 ORA $7EF368 : STA $7EF368 ; Map 1
BRL .done
++ ++
!SUB #$08 !SUB #$08
%ValueShift() %ValueShift()
@@ -285,6 +286,7 @@ AddReceivedItemExpandedGetItem:
AND #$0F : CMP #$08 : !BGE ++ AND #$0F : CMP #$08 : !BGE ++
%ValueShift() %ValueShift()
ORA $7EF364 : STA $7EF364 ; Compass 1 ORA $7EF364 : STA $7EF364 ; Compass 1
BRL .done
++ ++
!SUB #$08 !SUB #$08
%ValueShift() %ValueShift()
@@ -295,6 +297,7 @@ AddReceivedItemExpandedGetItem:
AND #$0F : CMP #$08 : !BGE ++ AND #$0F : CMP #$08 : !BGE ++
%ValueShift() %ValueShift()
ORA $7EF366 : STA $7EF366 ; Big Key 1 ORA $7EF366 : STA $7EF366 ; Big Key 1
BRL .done
++ ++
!SUB #$08 !SUB #$08
%ValueShift() %ValueShift()