Decompile portalSetEnabled

This commit is contained in:
Ryan Dwyer
2020-04-08 21:50:37 +10:00
parent 7c4f355381
commit 3ddfb74249
3 changed files with 13 additions and 18 deletions
+2 -2
View File
@@ -1836,8 +1836,8 @@
#define PORTALCMD_ENDIF 0x5c
#define PORTALCMD_TRAILER 0x65
#define PORTALFLAG_01 0x01
#define PORTALFLAG_04 0x04
#define PORTALFLAG_ENABLED 0x01
#define PORTALFLAG_04 0x04
#define PORTALMODE_SHOW 0
#define PORTALMODE_HIDE 1
+1 -1
View File
@@ -96,7 +96,7 @@ u32 func0f1648cc(void);
void portalSwapProps(u32 portal);
u32 func0f164ab8(void);
u32 func0f164c64(void);
void portalSetEnabled(s32 portalnum, bool enable);
void portalSetEnabled(u32 portal, bool enable);
u32 func0f164e8c(void);
u32 func0f164f9c(void);
u32 func0f165004(void);