summaryrefslogtreecommitdiff
path: root/src/boot_O2_g3
diff options
context:
space:
mode:
authorTharo <17233964+Thar0@users.noreply.github.com>2021-10-24 17:41:50 +0100
committerGitHub <noreply@github.com>2021-10-24 13:41:50 -0300
commitef53ba82614ae64043101360931af2ee2dd11fea (patch)
treed413571c6d26d8806852d5f05ef8b62f9ea4cb3a /src/boot_O2_g3
parentb2747aa8b4186034d6621e8e3eccc44d14ec27a7 (diff)
z_game_over.c (#263)
* game over * Fixes * Revert save field rename * Fix comment indent Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com> * 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 <angheloalf95@gmail.com> Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com>
Diffstat (limited to 'src/boot_O2_g3')
-rw-r--r--src/boot_O2_g3/boot_main.c1
1 files changed, 1 insertions, 0 deletions
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;