Decompile portalPushValue

This commit is contained in:
Ryan Dwyer
2020-04-07 22:50:21 +10:00
parent e7ccce08a2
commit ed309d067a
4 changed files with 20 additions and 49 deletions
+2 -1
View File
@@ -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;
+1 -1
View File
@@ -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);