through sub_810C760
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef GUARD_ITEM_USE_H
|
||||
#define GUARD_ITEM_USE_H
|
||||
|
||||
#include "global.h"
|
||||
|
||||
void sub_80A1E0C(u8);
|
||||
void sub_80A2294(u8, u8, u16, u16);
|
||||
|
||||
#endif //GUARD_ITEM_USE_H
|
||||
@@ -0,0 +1,13 @@
|
||||
#ifndef GUARD_VS_SEEKER_H
|
||||
#define GUARD_VS_SEEKER_H
|
||||
|
||||
#include "global.h"
|
||||
|
||||
struct VsSeekerStruct
|
||||
{
|
||||
/*0x000*/ u8 filler_00[0x431];
|
||||
/*0x431*/ u8 unk_431_0:3;
|
||||
u8 unk_431_3:5;
|
||||
};
|
||||
|
||||
#endif //GUARD_VS_SEEKER_H
|
||||
Reference in New Issue
Block a user