summaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2024-01-19 16:16:57 -0800
committerGitHub <noreply@github.com>2024-01-19 21:16:57 -0300
commitfe6494187ec658f10635fb7acad65a9ccc9f45ab (patch)
tree1ba42bde4781abb25ded1e63737966c5544513c8 /src/boot
parente32e44ff40de947c768e48e8af71b9ce1962682e (diff)
Text Extraction + some Message Docs (#1530)
* Some Decoder WIPs * Improvements * POC * Fix bss * another newline * Staff OK * Cleanup + fix progress script * script cleanup * Some docs * makefile * Extract text from extract_assets.py * More docs * Even more docs * Other message assets * Small cleanups * Clean up decoders/encoders * Message_SetupLoadItemIcon -> Message_DecodeHeader * Some more docs * Remove mkdmadata * Fade Skippable * More cmd docs * 1 left * Last notes * HS_TIMER -> HS_TIME * More general docs * Format * Note the charmap conversion for buttons in message_data_fmt_nes.h * Remove trailing whitespace * Small fixes * PR
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/fault.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/boot/fault.c b/src/boot/fault.c
index 7216212c6..2fa53c0dc 100644
--- a/src/boot/fault.c
+++ b/src/boot/fault.c
@@ -43,7 +43,6 @@
#include "fault_internal.h"
#include "fault.h"
-#include "prevent_bss_reordering.h"
#include "libc64/sprintf.h"
#include "libc64/sleep.h"
#include "vt.h"