125 |
|
DefFunc( oni_fflush , 0x0051eab2 ); |
126 |
|
DefFunc( oni_fprintf , 0x0051ebbf ); |
127 |
|
|
128 |
+ |
|
129 |
+ |
DefFunc( AI2iScript_Spawn , 0x004B4780 ); |
130 |
|
DefFunc( AUrMessageBox , 0x004378c0 ); |
131 |
|
|
132 |
|
DefFunc( COrMessage_Print , 0x004304B0 ); |
133 |
|
DefFunc( COrTextArea_Print , 0x00431340 ); |
134 |
|
DefFunc( COrConsole_StatusLine_Display , 0x00431E70 ); |
135 |
+ |
|
136 |
+ |
DefFunc( OBJrObjectType_EnumerateObjects , 0x004D0080 ); |
137 |
+ |
//DefFunc( OBJiObjectGroup_GetNumObjects , |
138 |
+ |
|
139 |
|
DefFunc( ONiGameState_FindAutoPromptMessage , 0x004FDBE0 ); |
140 |
|
DefFunc( ONiMain , 0x004d3280 ); |
141 |
|
|
142 |
+ |
DefFunc( ONrCharacter_NewAnimationHook , 0x004E97A0 ); |
143 |
|
DefFunc( ONrCheater , 0x004f5c30 ); |
144 |
+ |
DefFunc( ONrCorpse_Create , 0x004EF340 ); |
145 |
|
DefFunc( ONrGameState_NewCharacter , 0x004dac50 ); |
146 |
+ |
DefFunc( ONrGameState_DeleteCharacter , 0x004DC480 ); |
147 |
|
DefFunc( ONrGetActiveCharacter , 0x004f1180 ); |
148 |
|
DefFunc( ONrPersist_GetGamma , 0x0050f450 ); |
149 |
|
DefFunc( ONrPersist_GetWonGame , 0x0050f660 ); |
150 |
|
DefFunc( ONrPlatform_Initialize , 0x0050f670 ); |
151 |
|
DefFunc( ONrPlatform_WindowProc , 0x0050f7a0 ); |
152 |
+ |
DefFunc( ONrCharacter_SetHitPoints , 0x004EB220 ); |
153 |
+ |
|
154 |
|
DefFunc( iSetCharacterClass , 0x004D99D0 ); |
155 |
|
|
156 |
|
|
157 |
< |
DefFunc( SLrGlobalVariable_Register_Int32 , 0x0477e30); |
158 |
< |
DefFunc( SLrGlobalVariable_Register_Float , 0x0477ec0); |
159 |
< |
DefFunc( SLrGlobalVariable_Register_String , 0x0477fe0); |
160 |
< |
DefFunc( SLrScript_Command_Register_ReturnType , 0x0477b20); |
161 |
< |
DefFunc( SLrScript_Command_Register_Void , 0x0477b40); |
157 |
> |
DefFunc( SLrGlobalVariable_Register_Int32 , 0x00477e30 ); |
158 |
> |
DefFunc( SLrGlobalVariable_Register_Float , 0x00477ec0 ); |
159 |
> |
DefFunc( SLrGlobalVariable_Register_String , 0x00477fe0 ); |
160 |
> |
DefFunc( SLrScript_Command_Register_ReturnType , 0x00477b20 ); |
161 |
> |
DefFunc( SLrScript_Command_Register_Void , 0x00477b40 ); |
162 |
|
|
163 |
|
DefFunc( SSrMessage_Find , 0x0047F550 ); |
164 |
|
|
165 |
|
DefFunc( TMrInstance_GetInstanceName , 0x00423D90 ); |
166 |
|
DefFunc( TMrInstance_GetDataPtr , 0x004232E0 ); |
167 |
|
|
168 |
< |
DefFunc( TSrContext_DrawText , 0x0042DF00 ); |
169 |
< |
DefFunc( TSrContext_New , 0x0042EA30 ); |
170 |
< |
|
168 |
> |
DefFunc( TSrContext_DrawText , 0x0042DF00 ); |
169 |
> |
DefFunc( TSrContext_New , 0x0042EA30 ); |
170 |
> |
DefFunc( TSrContext_SetShade , 0x0042EE50 ); |
171 |
> |
DefFunc( TRrAnimation_GetDuration , 0x00428740 ); |
172 |
> |
DefFunc( TRrAnimation_GetFrom , 0x00428720 ); |
173 |
> |
DefFunc( TRrAnimation_GetTo , 0x00428730 ); |
174 |
|
|
175 |
|
DefFunc( UUrMachineTime_High , 0x04026480 ); |
176 |
|
DefFunc( UUrMachineTime_High_Frequency , 0x040264b0 ); |
178 |
|
DefFunc( UUrPlatform_Initialize , 0x04026010 ); |
179 |
|
DefFunc( UUrPlatform_Terminate , 0x04026310 ); |
180 |
|
DefFunc( UUrStartupMessage , 0x00424860 ); |
181 |
+ |
DefFunc( OBJrDoor_Open , 0x004C26C0 ); |
182 |
+ |
DefFunc( OBJrDoor_ForceOpen , 0x004C1EE0 ); |
183 |
|
|
184 |
|
#define DefVar(type, name, address) type* _##name = (type*)address |
185 |
|
|