From 4ce72fb7d76f25978172fed640db322a8401b59c Mon Sep 17 00:00:00 2001 From: DesHorsley Date: Wed, 15 Aug 2018 09:57:24 +1000 Subject: [PATCH] Updates inventory clear to use current constant INV_CLEAR not INV_EMPTY --- Snippet:-Keyboard-controlled-robot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Snippet:-Keyboard-controlled-robot.md b/Snippet:-Keyboard-controlled-robot.md index 3a282a6..d597ad1 100644 --- a/Snippet:-Keyboard-controlled-robot.md +++ b/Snippet:-Keyboard-controlled-robot.md @@ -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: