mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-19 05:27:29 -05:00
19 lines
282 B
C
19 lines
282 B
C
#ifndef GUARD_STR_806B7F8_H
|
|
#define GUARD_STR_806B7F8_H
|
|
|
|
#include "structs/dungeon_entity.h"
|
|
|
|
struct unkStruct_806B7F8
|
|
{
|
|
s16 species;
|
|
u8 unk2;
|
|
u32 unk4;
|
|
s16 level;
|
|
DungeonPos pos;
|
|
u8 unk10;
|
|
};
|
|
|
|
Entity* sub_806B7F8(struct unkStruct_806B7F8 *, bool8);
|
|
|
|
#endif
|