Moved rodata from C to GLOBAL_ASM in unknown_001050, _080500, and _0AEE70

This commit is contained in:
David Benepe
2021-06-05 17:29:47 -05:00
parent c5018c62ca
commit c1337fb0d3
5 changed files with 15 additions and 19 deletions
-8
View File
@@ -39,12 +39,4 @@ typedef s32 ptrdiff_t;
//#include <stddef.h>
//#endif
// Temporary until all the appropriate functions are decompiled.
typedef struct FloatLiteral {
float floatLiteral;
} FloatLiteral;
typedef struct DoubleLiteral {
double doubleLiteral;
} DoubleLiteral;
#endif