Decompile crashPutChar

This commit is contained in:
Ryan Dwyer
2021-03-14 19:05:40 +10:00
parent 3c958b1b7a
commit a31b59bd5a
3 changed files with 33 additions and 70 deletions
+2 -2
View File
@@ -96,11 +96,11 @@ bool crashIsDouble(f32 value);
void rmonPrintFloat(s32 index, f32 arg1);
void rmonPrint2Floats(s32 index, f32 value1, f32 value2);
void rmonPrint3Floats(s32 index, f32 value1, f32 value2, f32 value3);
u32 func0000cba0(void);
void crashPutChar(s32 x, s32 y, char c);
u32 func0000cc34(void);
void crashScroll(s32 numlines);
void func0000cdc8(s32 x, s32 y, bool on);
void func0000cef8(void);
void crashReset(void);
void func0000cf54(u16 *fb);
#endif