Fix time.c bss offsets but unlink until later

This commit is contained in:
Cuyler36
2023-04-04 13:30:28 -04:00
parent 42642aa339
commit fdece88a10
5 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ typedef struct gfxprint_obj {
} gfxprint_t;
/* Default gfxprint flag values set in game_ct func, default value is 0x40 (GFXPRINT_FLAG_HIGHRES on) */
static u8 __gfxprint_default_flags;
extern u8 __gfxprint_default_flags;
extern u16 gfxprint_moji_tlut[];
extern u8 gfxprint_font[];