#include #include "functions.h" #include "variables.h" u8 D_8027EB10[0x200]; // Size based on the previous symbol's address OSThread D_8027ED10; void func_80240C30(void*); void func_80240BE0(void){ osCreateThread(&D_8027ED10, 1, func_80240C30, NULL, &D_8027EB10[0x200], 0); osStartThread(&D_8027ED10); } void func_80240754(void); void func_8023E018(void); OSThread *func_8023E060(void); void func_80240C30(void *arg) { func_80240754(); func_8023E018(); osStartThread(func_8023E060()); while (1); }