Moved .rodata in unknown_001050 from asm to C.

This commit is contained in:
David Benepe
2021-05-29 15:55:09 -05:00
parent 7ee91e26a5
commit d1c9ed7580
7 changed files with 141 additions and 53 deletions
+5
View File
@@ -39,4 +39,9 @@ typedef s32 ptrdiff_t;
//#include <stddef.h>
//#endif
// Temporary until all the appropriate functions are decompiled.
typedef struct FloatLiteral {
float floatLiteral;
} FloatLiteral;
#endif