You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
@@ -451,7 +451,7 @@ void print_console_log(void) {
|
||||
finish_blank_box();
|
||||
|
||||
for (u8 i = 0; i < LOG_BUFFER_SIZE; i++) {
|
||||
if (consoleLogTable[i] == NULL) {
|
||||
if (consoleLogTable[i][0] == '\0') {
|
||||
continue;
|
||||
}
|
||||
print_small_text_light(16, (LINE_HEIGHT - (i * 12)), consoleLogTable[i], PRINT_TEXT_ALIGN_LEFT, PRINT_ALL, FONT_DEFAULT);
|
||||
|
||||
Reference in New Issue
Block a user