From 1dd376e5850be0d83bd9ac0cf1ec6e2444eaedc7 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 15 Mar 2026 01:56:52 -0400 Subject: Loading screens for config and client. --- config/config.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/config.c') diff --git a/config/config.c b/config/config.c index d8cb260..f84f196 100644 --- a/config/config.c +++ b/config/config.c @@ -7,6 +7,7 @@ #include #include #include +#include #include "../src/config.h" @@ -427,6 +428,9 @@ void set_default_config(void) { void main(void) { char bad; + /* loading1.xex left the original DL address at $fe */ + POKEW(0x0230, PEEKW(0xfe)); + set_default_config(); OS.color2 = conf->colors[0]; -- cgit v1.2.3