mirror of
https://github.com/zeldaret/st
synced 2026-08-24 15:26:58 -04:00
ce24ddfc4e
* feat: improvements in SWBM * feat: improvements * feat: increase matching for jp version * feat: add vfuncs from fields' classes * feat: improve matching * feat: rename parameters to reflect staticness of the function * refactor: change mangled name * feat: remove unused variable from bss * style: explicite parenthesis * feat: better matching * feat: replace if/else by a switch statement
36 lines
795 B
C++
36 lines
795 B
C++
#pragma once
|
|
|
|
#include "Item/Item.hpp"
|
|
#include "global.h"
|
|
#include "nitro/fx.h"
|
|
#include "types.h"
|
|
|
|
class UnkStruct_027e0d34_04 {
|
|
public:
|
|
bool func_ov000_02093bc8(unk32 param1);
|
|
};
|
|
|
|
class UnkStruct_027e0d34 : public AutoInstance<UnkStruct_027e0d34> {
|
|
public:
|
|
/* 00 */ unk32 mUnk_00;
|
|
/* 04 */ UnkStruct_027e0d34_04 *mUnk_04;
|
|
|
|
UnkStruct_027e0d34();
|
|
|
|
// overlay 1
|
|
static void Destroy();
|
|
|
|
// overlay 31
|
|
bool func_ov031_020d9714();
|
|
bool func_ov031_020d9758();
|
|
bool func_ov031_020d97e4();
|
|
bool func_ov031_020d97f4();
|
|
void func_ov031_020d9844();
|
|
void func_ov031_020d9854(VecFx32 *param1, fx32 param2);
|
|
void func_ov031_020d994c();
|
|
void func_ov031_020d996c();
|
|
bool TryItemGive(ItemId itemId);
|
|
};
|
|
|
|
extern UnkStruct_027e0d34 *data_027e0d34;
|