diff --git a/Snippet:-Keyboard-controlled-robot.md b/Snippet:-Keyboard-controlled-robot.md index d597ad1..94edf94 100644 --- a/Snippet:-Keyboard-controlled-robot.md +++ b/Snippet:-Keyboard-controlled-robot.md @@ -1,16 +1,16 @@ -This program creates a robot that is controlled directly by [Keyboard](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Keyboard). +This program creates a robot that is controlled directly by [Keyboard](https://github.com/simon987/Much-Assembly-Required/wiki/(Hardware)-Keyboard). Key | Action ------|--------- `WSAD` | Move -`E` | Mine using [Drill](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Drill) -`F` | Gather [Biomass](https://github.com/simon987/Much-Assembly-Required/wiki/Biomass) using [Laser](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Laser) -`I` | Show ID of item in [Inventory](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Inventory) -`C` | Clear [Inventory](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Inventory) +`E` | Mine using [Drill](https://github.com/simon987/Much-Assembly-Required/wiki/(Hardware)-Drill) +`F` | Gather [Biomass](https://github.com/simon987/Much-Assembly-Required/wiki/Biomass) using [Laser](https://github.com/simon987/Much-Assembly-Required/wiki/(Hardware)-Laser) +`I` | Show ID of item in [Inventory](https://github.com/simon987/Much-Assembly-Required/wiki/(Hardware)-Inventory) +`C` | Clear [Inventory](https://github.com/simon987/Much-Assembly-Required/wiki/(Hardware)-Inventory) ```assembly ; HEADER - Constants by hackersoup with help of many contributors -; https://github.com/simon987/Much-Assembly-Required/wiki/Snippet:-Constants +; https://github.com/simon987/Much-Assembly-Required/wiki/(Snippet)-Constants ;*************************** Hardware IDs HWID_LEGS equ 0x1