mirror of
https://github.com/zeldaret/ph
synced 2026-07-11 14:38:44 -04:00
Decomp src/00_Core/Map/MapManager.cpp (56%) (#101)
* Fix * Fix * stupid typo * Another dumb typo * Fix * Fix declaration * Fix declaration * Fix * Fix symbols * Corrections * Fix regression in GetEntrancePos --------- Co-authored-by: Aetias <aetias@outlook.com>
This commit is contained in:
@@ -5,11 +5,16 @@
|
||||
|
||||
#include "Debug/DebugHierarchy.hpp"
|
||||
|
||||
struct UnkStruct_027e0f64_04 {
|
||||
/* 000 */ u8 pad[0x1B4 - 0x00];
|
||||
/* 1b4 */ unk32 mUnk_1b4;
|
||||
};
|
||||
|
||||
class UnkStruct_027e0f64 {
|
||||
public:
|
||||
/* 0 */ DebugHierarchyBase *mUnk_0;
|
||||
/* 4 */ void *mUnk_4;
|
||||
/* 8 */ void *mUnk_8;
|
||||
/* 4 */ UnkStruct_027e0f64_04 *mUnk_4;
|
||||
/* 8 */ UnkStruct_027e0f64_04 *mUnk_8;
|
||||
/* c */
|
||||
|
||||
void func_ov000_0208ae94();
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "global.h"
|
||||
#include "types.h"
|
||||
|
||||
struct UnkStruct_027e0f6c {
|
||||
void func_ov004_02102770();
|
||||
};
|
||||
|
||||
extern UnkStruct_027e0f6c *data_027e0f6c;
|
||||
@@ -10,6 +10,8 @@ struct UnkStruct_027e0f78 {
|
||||
/* 1c */ u16 mUnk_1c;
|
||||
/* 1e */ u16 mUnk_1e;
|
||||
/* 20 */
|
||||
|
||||
void func_ov004_02102e3c();
|
||||
};
|
||||
|
||||
extern UnkStruct_027e0f78 *data_027e0f78;
|
||||
|
||||
Reference in New Issue
Block a user