Updates inventory clear to use current constant INV_CLEAR not INV_EMPTY

DesHorsley 2018-08-15 09:57:24 +10:00
parent 997cf5577c
commit 4ce72fb7d7

@ -192,7 +192,7 @@ inventory:
HWI HWID_HOLO
JMP end
inventory_clear:
MOV A, INV_EMPTY
MOV A, INV_CLEAR
HWI HWID_INV
JMP end
laser_biomass: