ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Oni_Symbols.h
(Generate patch)

Comparing Daodan/src/Oni_Symbols.h (file contents):
Revision 982 by alloc, Sun Aug 11 22:31:16 2013 UTC vs.
Revision 983 by alloc, Sun Mar 16 20:06:52 2014 UTC

# Line 22 | Line 22
22   // Parameter 1 to COrTextArea_Print. Context pointer?
23   #define COgConsoleLines         (*((uint32_t*)0x005cb468))
24  
25 + // Command line instance
26 + #define COgCommandLine          (*((void**)0x00571b74))
27 +
28 +
29   // Default console text color
30   #define COgDefaultTextShade     (*((uint32_t*)0x00533f70))
31  
# Line 155 | Line 159 | DefFunc(void, ONrCorpse_Create, ONICALL,
159  
160   // Print message to console
161   DefFunc(void, COrTextArea_Print, ONICALL, (uint32_t area, uint32_t priority, uint32_t textshade, uint32_t textshadowshade, const char* text, uint32_t unk_alwaws_0, uint32_t fadetime), 0x00431340);
162 + DefFunc(int16_t, COrTextArea_Resize, ONICALL, (void* inTextArea, UUtRect* inBounds, int16_t inNumTextEntries), 0x00431460);
163  
164   // Original cheat function
165   DefFunc(uint8_t, ONrCheater, ONICALL, (uint32_t cheat), 0x004f5c30);
# Line 194 | Line 199 | DefFunc(uint32_t, TMrInstance_GetTagCoun
199   // Draw text on the screen
200   DefFunc(int16_t, TSrContext_DrawText, ONICALL, (uint32_t TSrContext, char* Text, char alpha, uint32_t usuallyzero, void* pRect), 0x0042DF00);
201   DefFunc(int16_t, TSrContext_New, ONICALL, (void* FontInstance, int size, int hthsik1,int hthsik2,int hthsik3, void* TSrContext), 0x0042EA30);
202 <
203 < DefFunc(int16_t, TSrContext_SetShade, ONICALL, (void *ioTextContext, uint32_t inShade), 0x0042EE50);
202 > DefFunc(int16_t, TSrContext_SetFontSize, ONICALL, (void* ioTextContext, uint16_t inSize), 0x0042ED50);
203 > DefFunc(int16_t, TSrContext_SetShade, ONICALL, (void* ioTextContext, uint32_t inShade), 0x0042EE50);
204  
205   DefFunc(uint16_t, TRrAnimation_GetDuration, ONICALL, (void* Animation), 0x00428740);
206   DefFunc(uint16_t, TRrAnimation_GetTo, ONICALL, (void* Animation), 0x00428730);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)