day2 part1

This commit is contained in:
Andrew Glaze
2025-12-12 13:57:53 -05:00
parent 0acb7c74db
commit ed6ae9333a
4 changed files with 339 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();
}