mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-03 08:33:20 -04:00
Decompile portalSwapProps
This commit is contained in:
@@ -93,7 +93,7 @@ u32 func0f1645a8(void);
|
||||
u32 func0f1646b8(void);
|
||||
u32 func0f164748(void);
|
||||
u32 func0f1648cc(void);
|
||||
u32 func0f164a88(void);
|
||||
void portalSwapProps(u32 portal);
|
||||
u32 func0f164ab8(void);
|
||||
u32 func0f164c64(void);
|
||||
void portalSetEnabled(s32 portalnum, bool enable);
|
||||
|
||||
+3
-2
@@ -4079,8 +4079,9 @@ struct scenariodata {
|
||||
};
|
||||
|
||||
struct portal {
|
||||
u32 unk00;
|
||||
u16 unk04;
|
||||
u16 unk00;
|
||||
s16 unk02;
|
||||
s16 unk04;
|
||||
u8 flags;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user