mirror of
https://github.com/zeldaret/ph
synced 2026-05-24 07:10:52 -04:00
573b696ff8
* Unique delink file names * Fix build * Revert back to single link * UnkStruct_027e05f8_2 OK * `dsd fix ctor-symbols` * Fix symbols spanning over two delink files * `dsd fix ctor-symbols` again * Add missing function `func_02050a20` * Name `.p__sinit` symbols in USA after their EUR counterparts * Apply dsd signatures * Bump dsd to 0.10.0; Fix dsd not updating automatically * Rename overlay functions * Fix auto-download wibo * Fix generating objdiff report
23 lines
439 B
C++
23 lines
439 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
struct UnkStruct_027e05f8 {
|
|
/* 0 */ u16 mUnk_0;
|
|
/* 2 */ u16 mUnk_2;
|
|
/* 4 */ unk16 mUnk_4;
|
|
/* 6 */
|
|
|
|
void func_0202adf4(unk32 param1, s32 param2);
|
|
~UnkStruct_027e05f8();
|
|
|
|
// Big gap to next TU
|
|
UnkStruct_027e05f8();
|
|
void func_02037458(u16 param1);
|
|
void func_02037480();
|
|
static bool func_02037490();
|
|
};
|
|
|
|
extern UnkStruct_027e05f8 data_027e05f8;
|