Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added SetDebugFontSize and renamed SetDebugTextColor to SetDebugFontC…
…olor for consistency.
  • Loading branch information
michael-fadely committed Oct 7, 2015
1 parent b43d360 commit fdb90e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SADXModLoader/include/SADXModLoader/SADXFunctions.h
Expand Up @@ -285,7 +285,8 @@ ObjectFunc(Chao_Name_Machine_Load, 0x729EE0);
FunctionPointer(void *, LoadChaoMessageFile, (char *filename, int language), 0x72C060);
FunctionPointer(void *, LoadChaoMessageFile2, (char *filename), 0x72C180);
ObjectFunc(ChaoEgg_Main, 0x7435F0);
FunctionPointer(void, SetDebugTextColor, (int a1), 0x7808E0);
FunctionPointer(void, SetDebugFontColor, (int a1), 0x7808E0);
FunctionPointer(void, SetDebugFontSize, (unsigned short size), 0x007808C0);
FunctionPointer(void, DisplayDebugString, (signed int position, const char *text), 0x7808F0);
FunctionPointer(void, PrintDebugNumber, (signed int position, int value, signed int numdigits), 0x780970);
FunctionPointer(void, DisplayDebugStringFormatted, (signed int position, const char *format, ...), 0x780B30);
Expand Down

0 comments on commit fdb90e5

Please sign in to comment.