crash_screen decomp and misc (#221)

* crash_screen decomp and misc
This commit is contained in:
MegaMech
2022-06-14 02:37:54 -06:00
committed by GitHub
parent ed3dad7e1a
commit d9bd7bfbc0
25 changed files with 435 additions and 1559 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#include <common_structs.h>
typedef f32 Mat4[4][4];
typedef f32 Mat3[3][3];
enum SpTaskState {
SPTASK_STATE_NOT_STARTED,