day3 part1

This commit is contained in:
Andrew Glaze
2025-12-13 12:56:14 -05:00
parent bf5f9e386b
commit ca251612d2
4 changed files with 378 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#include <3ds.h>
#include <math.h>
#include <stdlib.h>
#include <stdio.h>
static inline void gspWaitForVBlankWrapper(void) {
gspWaitForVBlank();
}