Actually fix build with UNF disabled

This commit is contained in:
Arceveti
2024-03-07 16:38:59 -08:00
parent abf829bc04
commit 674e259d02

View File

@@ -150,6 +150,10 @@ const char gValNames_no_yes[][4] = {
extern const u8 gRomSize[];
#ifndef UNF
#define debug_is_initialized() FALSE
#endif // !UNF
void page_about_draw(void) {
_Bool debug_mode = FALSE;
#ifdef DEBUG