mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-17 06:47:38 -04:00
Decompile portalPushValue
This commit is contained in:
@@ -262,7 +262,8 @@ extern s32 g_NumPortalThings;
|
||||
extern u32 var8007fc44;
|
||||
extern u32 var8007fc4c;
|
||||
extern u32 var8007fc54;
|
||||
extern u32 var8007fca8;
|
||||
extern bool g_PortalStack[20];
|
||||
extern s32 g_PortalStackIndex;
|
||||
extern u32 g_PortalMode;
|
||||
extern u32 var8007fcb0;
|
||||
extern u32 var8007fcb4;
|
||||
|
||||
@@ -76,7 +76,7 @@ u32 func0f161c08(void);
|
||||
u32 func0f161d30(void);
|
||||
u32 func0f162128(void);
|
||||
u32 func0f162194(void);
|
||||
void portalPushValue(bool value);
|
||||
bool portalPushValue(bool value);
|
||||
bool portalPopValue(void);
|
||||
u32 func0f1625bc(void);
|
||||
struct portalcmd *portalCommandExecute(struct portalcmd *cmd, bool s2);
|
||||
|
||||
Reference in New Issue
Block a user