From e70db6cdb6ed96a672b638cc0aed74acab1c39c5 Mon Sep 17 00:00:00 2001 From: Simon Fortier Date: Sun, 19 Nov 2017 09:12:58 -0500 Subject: [PATCH] Updated Hardware: Battery (markdown) --- Hardware:-Battery.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Hardware:-Battery.md b/Hardware:-Battery.md index 6d63239..6da7012 100644 --- a/Hardware:-Battery.md +++ b/Hardware:-Battery.md @@ -11,4 +11,6 @@ Maximum Capacity: 60,000 kJ | Value of A | Action | Energy cost | Result | | --- | --- | --- | --- | | `1` | `POLL` | `0 kJ` | Copy the current charge of the battery in kJ in the B register | -| `2` | `GET_MAX_CAPACITY` | `0 kJ` | Copy the maximum capacity of the battery in the B register | \ No newline at end of file +| `2` | `GET_MAX_CAPACITY` | `0 kJ` | Copy the maximum capacity of the battery in the B register | + +As of v1.2a, the only way to refill the battery is to use the temporary `REFILL` = `0xFFFF` value in the A register (See [#2](https://github.com/simon987/Much-Assembly-Required/issues/2)) \ No newline at end of file