From 89e096cc3a0d99de8a7a8c5916033ac4d119d264 Mon Sep 17 00:00:00 2001 From: OrdoFlammae Date: Tue, 26 Nov 2019 14:14:28 -0600 Subject: [PATCH] Fixed Blueprint link --- (Hardware)-Construction-Arm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/(Hardware)-Construction-Arm.md b/(Hardware)-Construction-Arm.md index c1a6abc..203e798 100644 --- a/(Hardware)-Construction-Arm.md +++ b/(Hardware)-Construction-Arm.md @@ -3,9 +3,9 @@ The construction arm allows a Cubot to read a blueprint from memory and place a ### Interrupt Behavior | Value of A | Action | Energy cost | Result | | --- | --- | --- | --- | -| `1` | `PLACE_CONSTRUCTION_SITE` | `10 kJ` | Read a [Blueprint](#) from memory starting at address `X`. The result code is stored in `B` | +| `1` | `PLACE_CONSTRUCTION_SITE` | `10 kJ` | Read a [Blueprint](https://github.com/simon987/Much-Assembly-Required/wiki/Blueprint) from memory starting at address `X`. The result code is stored in `B` | -If successful, a new [Construction Site](#) will be placed in front of the player. +If successful, a new [Construction Site](Blueprint) will be placed in front of the player. **Result codes**