mirror of
https://github.com/zeldaret/ph
synced 2026-06-09 20:40:55 -04:00
PlayerControl: Decomp 68%
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
struct UnkStruct_027e05f8 {
|
||||
/* 0 */ u16 mUnk_0;
|
||||
/* 2 */ unk16 mUnk_2;
|
||||
/* 2 */ u16 mUnk_2;
|
||||
/* 4 */ unk16 mUnk_4;
|
||||
/* 6 */
|
||||
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include "global.h"
|
||||
#include "types.h"
|
||||
|
||||
struct UnkStruct_027e0f64 {
|
||||
/* 0 */ DebugHierarchyBase *mUnk_0;
|
||||
/* 4 */ void *mUnk_4;
|
||||
/* 8 */ void *mUnk_8;
|
||||
/* c */
|
||||
|
||||
unk32 func_ov000_0208b180();
|
||||
};
|
||||
|
||||
extern UnkStruct_027e0f64 *data_027e0f64;
|
||||
Reference in New Issue
Block a user