From ef53ba82614ae64043101360931af2ee2dd11fea Mon Sep 17 00:00:00 2001 From: Tharo <17233964+Thar0@users.noreply.github.com> Date: Sun, 24 Oct 2021 17:41:50 +0100 Subject: z_game_over.c (#263) * game over * Fixes * Revert save field rename * Fix comment indent Co-authored-by: Anghelo Carvajal * Add bss reordering stuff, fix bss reordering in z_scene_proc * Enum uggestions, fix item id * link -> player in enum comments Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> Co-authored-by: Anghelo Carvajal Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> --- src/boot_O2_g3/boot_main.c | 1 + 1 file changed, 1 insertion(+) (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 04bb9a33a..ec6b446e7 100644 --- a/src/boot_O2_g3/boot_main.c +++ b/src/boot_O2_g3/boot_main.c @@ -1,4 +1,5 @@ #include "global.h" +#include "prevent_bss_reordering.h" StackEntry sBootThreadInfo; OSThread sIdleThread; -- cgit v1.2.3