mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-10 18:56:53 -04:00
Decompile currentPlayerUpdateZoom
This commit is contained in:
@@ -1984,9 +1984,10 @@
|
||||
#define TICKMODE_6 6
|
||||
#define TICKMODE_AUTOWALK 7
|
||||
|
||||
#define TELEPORTSTATE_0 0
|
||||
#define TELEPORTSTATE_STARTING 1
|
||||
#define TELEPORTSTATE_3 3
|
||||
#define TELEPORTSTATE_4 4
|
||||
#define TELEPORTSTATE_3 3
|
||||
#define TELEPORTSTATE_4 4
|
||||
|
||||
#define VISIONMODE_NORMAL 0
|
||||
#define VISIONMODE_XRAY 1
|
||||
|
||||
@@ -30,8 +30,8 @@ u32 func0f0ba838(void);
|
||||
u32 func0f0ba844(void);
|
||||
u32 func0f0ba87c(void);
|
||||
u32 func0f0ba8b0(void);
|
||||
u32 func0f0ba948(void);
|
||||
u32 func0f0baac0(void);
|
||||
f32 currentPlayerGetTeleportFovY(void);
|
||||
void currentPlayerUpdateZoom(void);
|
||||
u32 func0f0bace0(void);
|
||||
u32 func0f0bad6c(void);
|
||||
void currentPlayerPause(u32 mode);
|
||||
|
||||
@@ -29,7 +29,7 @@ u32 func0f15c850(void);
|
||||
u32 func0f15c880(void);
|
||||
f32 func0f15c888(void);
|
||||
u32 func0f15c8b8(void);
|
||||
u32 func0f15c8c8(void);
|
||||
void func0f15c8c8(f32 arg0);
|
||||
void func0f15c920(void);
|
||||
u32 func0f15ca00(void);
|
||||
u32 func0f15cae0(void);
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
u32 stageFindById(void);
|
||||
struct stagetableentry *stageGetCurrent(void);
|
||||
s32 stageGetIndex(s32 stagenum);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -48,7 +48,7 @@ u32 func0000bca8(void);
|
||||
u32 func0000bd00(void);
|
||||
u32 func0000bd10(void);
|
||||
void func0000bd20(bool arg0);
|
||||
u32 func0000bd30(void);
|
||||
void func0000bd30(f32 fovy);
|
||||
u32 func0000bd7c(void);
|
||||
u32 func0000bdc8(void);
|
||||
u32 func0000bdd8(void);
|
||||
|
||||
+5
-5
@@ -2628,11 +2628,11 @@ struct player {
|
||||
/*0x1834*/ u32 unk1834;
|
||||
/*0x1838*/ u32 unk1838;
|
||||
/*0x183c*/ u32 unk183c;
|
||||
/*0x1840*/ u32 unk1840;
|
||||
/*0x1844*/ u32 unk1844;
|
||||
/*0x1848*/ u32 unk1848;
|
||||
/*0x184c*/ u32 unk184c;
|
||||
/*0x1850*/ u32 unk1850;
|
||||
/*0x1840*/ f32 zoomintime;
|
||||
/*0x1844*/ f32 zoomintimemax;
|
||||
/*0x1848*/ f32 zoominfovy;
|
||||
/*0x184c*/ f32 zoominfovyold;
|
||||
/*0x1850*/ f32 zoominfovynew;
|
||||
/*0x1854*/ f32 fovy;
|
||||
/*0x1858*/ f32 aspect;
|
||||
/*0x185c*/ u32 flags;
|
||||
|
||||
Reference in New Issue
Block a user