mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-30 07:44:34 -04:00
Decompile portalCommandsExecuteForCurrentPlayer
This commit is contained in:
@@ -79,8 +79,8 @@ u32 func0f162194(void);
|
||||
bool portalPushValue(bool value);
|
||||
bool portalPopValue(void);
|
||||
bool portalGetNthValueFromEnd(s32 offset);
|
||||
struct portalcmd *portalCommandExecute(struct portalcmd *cmd, bool s2);
|
||||
void func0f162cf0(u32 arg0);
|
||||
struct portalcmd *portalCommandsExecute(struct portalcmd *cmd, bool s2);
|
||||
struct portalcmd *portalCommandsExecuteForCurrentPlayer(struct portalcmd *cmd);
|
||||
u32 func0f162d9c(void);
|
||||
void func0f1632d4(s16 arg0, s16 arg1, s32 arg2, struct screenbox *box);
|
||||
u32 func0f163528(void);
|
||||
|
||||
@@ -731,7 +731,7 @@ extern u32 var800a4cc4;
|
||||
extern struct portal *g_Portals;
|
||||
extern u32 var800a4ccc;
|
||||
extern u8 *var800a4cd0;
|
||||
extern u32 var800a4cd4;
|
||||
extern struct portalcmd *g_PortalCommands;
|
||||
extern u32 var800a4cd8;
|
||||
extern u32 var800a4ce0;
|
||||
extern s16 var800a4ce4[2];
|
||||
|
||||
Reference in New Issue
Block a user