This commit is contained in:
watrabi
2025-09-18 17:55:52 -04:00
commit 977f1ff4b8
15030 changed files with 17324420 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#include "../sg.h"
void InitStaticData(void);
void InitStaticData(void)
{
memset(static_data, 0, sizeof(STATIC_DATA));
static_data->exp_hp_gab.x = 297;
static_data->exp_hp_gab.y = 210;
static_data->WidthThreshold = 100;
static_data->RoundOn = FALSE;
}