From 1531f5b56ff4438d44c4aaac29da93d0c6176c72 Mon Sep 17 00:00:00 2001 From: Derek Hensley Date: Wed, 19 Jan 2022 07:03:05 -0800 Subject: General Cleanup (#600) * Remove excess prevent_bss_reordering.h * Cleanup THIS and globalCtx2 * Iceblock relocs * Format * PR plus more this * door spiral * THIS and globalCtx2 swap, along with sSetupDL in firefly * Revert ObjMure change * door_spiral and unused in en_test5 * PR comments --- src/boot_O2_g3/boot_main.c | 1 - src/boot_O2_g3/idle.c | 1 - 2 files changed, 2 deletions(-) (limited to 'src/boot_O2_g3') diff --git a/src/boot_O2_g3/boot_main.c b/src/boot_O2_g3/boot_main.c index be281d248..87bee5da4 100644 --- a/src/boot_O2_g3/boot_main.c +++ b/src/boot_O2_g3/boot_main.c @@ -1,6 +1,5 @@ #include "prevent_bss_reordering.h" #include "global.h" -#include "prevent_bss_reordering.h" StackEntry sBootThreadInfo; OSThread sIdleThread; diff --git a/src/boot_O2_g3/idle.c b/src/boot_O2_g3/idle.c index 2a52e7dce..da93f13fd 100644 --- a/src/boot_O2_g3/idle.c +++ b/src/boot_O2_g3/idle.c @@ -1,6 +1,5 @@ #include "prevent_bss_reordering.h" #include "global.h" -#include "prevent_bss_reordering.h" u8 D_80096B20 = 1; vu8 gViConfigUseDefault = 1; -- cgit v1.2.3