mirror of
https://github.com/zeldaret/ph
synced 2026-05-27 08:07:21 -04:00
Add DTCM struct definitions
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "types.h"
|
||||
|
||||
struct UnkStruct_027e1058 {
|
||||
/* 0 */ const char *unk_0;
|
||||
/* 4 */ s32 unk_4;
|
||||
/* 8 */ s32 unk_8;
|
||||
/* c */
|
||||
};
|
||||
|
||||
extern UnkStruct_027e1058 data_027e1058;
|
||||
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "types.h"
|
||||
|
||||
struct UnkStruct_027e105c {
|
||||
/* 0 */ const char **unk_0;
|
||||
/* 4 */
|
||||
|
||||
unk32 LoadTreasureItemFanfare(Treasure);
|
||||
};
|
||||
|
||||
extern UnkStruct_027e105c data_027e105c;
|
||||
Reference in New Issue
Block a user