mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-09 02:26:10 -04:00
Decompile func0f161c08
This commit is contained in:
@@ -72,9 +72,9 @@ u32 func0f1612e4(void);
|
||||
u32 func0f161520(void);
|
||||
s32 func0f161ab4(s32 room);
|
||||
bool roomContainsCoord(struct coord *pos, s16 roomnum);
|
||||
void func0f161c08(f32 *arg0, s16 roomnum);
|
||||
void func0f161d30(f32 *arg0, s16 roomnum);
|
||||
void func0f162128(f32 *arg0, s16 roomnum);
|
||||
bool func0f161c08(struct coord *arg0, s16 roomnum);
|
||||
void func0f161d30(struct coord *arg0, s16 roomnum);
|
||||
void func0f162128(struct coord *arg0, s16 roomnum);
|
||||
void func0f162194(struct coord *arg0, s16 *rooms, s16 *arg2, s32 arg3, s16 *arg4);
|
||||
bool portalPushValue(bool value);
|
||||
bool portalPopValue(void);
|
||||
|
||||
+1
-1
@@ -4679,7 +4679,7 @@ struct portalthing {
|
||||
struct var800a4ccc { // related to portals
|
||||
struct coord coord;
|
||||
f32 unk0c;
|
||||
u32 unk10;
|
||||
f32 unk10;
|
||||
};
|
||||
|
||||
struct trainingdata {
|
||||
|
||||
Reference in New Issue
Block a user