summaryrefslogtreecommitdiff
path: root/agbx/source/bs
diff options
context:
space:
mode:
Diffstat (limited to 'agbx/source/bs')
-rw-r--r--agbx/source/bs/done.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agbx/source/bs/done.c b/agbx/source/bs/done.c
index 8e3726d..64130e3 100644
--- a/agbx/source/bs/done.c
+++ b/agbx/source/bs/done.c
@@ -18,7 +18,7 @@ void agbx_done(agbx_err const _err) {
/* Display the barcode-like error message: */
agbx_set10(0x400'0000u,0x404u);
agbx_set10(0x500'0000u,0x0u);
- agbx_set10(0x500'0002u,0x19u);
+ agbx_set10(0x500'0002u,0b11111u);
agbx_i8 err[0xBu];
for (agbx_i8 pos = 0x0u;pos != 0x8u;++pos) {err[pos] = (agbx_i8)_err >> pos & 0x1u;}
err[0x8u] = 0x0u;