mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-12 13:37:01 +03:00
Decompiled doberman
This commit is contained in:
parent
e21f34c631
commit
f13f497f3b
4 changed files with 214 additions and 32 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
//#define ControlGuard ((void (__cdecl*)(short)) 0x0046F5E0)
|
||||
#define ControlSubmarine ((void (__cdecl*)(short)) 0x0045D3F0)
|
||||
#define ControlDoberman ((void (__cdecl*)(short)) 0x00428A10)
|
||||
//#define ControlDoberman ((void (__cdecl*)(short)) 0x00428A10)
|
||||
#define ControlDog ((void (__cdecl*)(short)) 0x0043B730)
|
||||
#define ControlReaper ((void (__cdecl*)(short)) 0x0045DAF0)
|
||||
#define ControlLarson ((void (__cdecl*)(short)) 0x0046A080)
|
||||
|
@ -54,4 +54,5 @@ void PushableBlockCollision(short itemNum, ITEM_INFO* laraitem, COLL_INFO* coll)
|
|||
int TestBlockMovable(ITEM_INFO* item, int blokhite);
|
||||
int TestBlockPush(ITEM_INFO* item, int blokhite, unsigned short quadrant);
|
||||
int TestBlockPull(ITEM_INFO* item, int blokhite, short quadrant);
|
||||
void ControlGuard(short itemNum);
|
||||
void ControlGuard(short itemNum);
|
||||
void ControlDoberman(short itemNumber);
|
Loading…
Add table
Add a link
Reference in a new issue