From 565b1f7579876e08f2898fe07549cb348a222e93 Mon Sep 17 00:00:00 2001 From: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> Date: Mon, 11 Oct 2021 19:28:16 +0100 Subject: `flg_set.c` OK and documented (#335) * Draw OK, Update very much not * Flag table imported * Update OK * Actually OK this time * Begin documenting * Rename some stuff * Rename functions * spec * Review * Format * Anghelo's review * Fix lifemeter bss * Format * Missed one * idle.c bss --- src/boot_O2_g3/idle.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/boot_O2_g3') diff --git a/src/boot_O2_g3/idle.c b/src/boot_O2_g3/idle.c index 4be8a1094..f2cded98c 100644 --- a/src/boot_O2_g3/idle.c +++ b/src/boot_O2_g3/idle.c @@ -1,3 +1,4 @@ +#include "prevent_bss_reordering.h" #include "global.h" u8 D_80096B20 = 1; -- cgit v1.2.3