mirror of
https://github.com/zeldaret/st
synced 2026-05-24 07:10:56 -04:00
76c1ec9acf
* Decompile StartUp overlay (99%) * jp delinks * regression fix
17 lines
277 B
C++
17 lines
277 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
class UnkStruct_02049f04 {
|
|
public:
|
|
/* 00 */ unk8 mUnk_00[0x80];
|
|
/* 80 */ unk16 mUnk_80;
|
|
/* 82 */ unk16 mUnk_82;
|
|
|
|
UnkStruct_02049f04();
|
|
~UnkStruct_02049f04();
|
|
};
|
|
|
|
extern UnkStruct_02049f04 data_02049f04;
|