mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 23:26:00 -04:00
Decompile portalSetEnabled
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user