summaryrefslogtreecommitdiff
path: root/include/object/lilypadLarge.h
blob: b3cb61928d11653e156836155e84c2044307af7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef LILYPADLARGE_H
#define LILYPADLARGE_H

#include "entity.h"

typedef struct {
    Entity base;
    u8 unk_68[4];
    s32 unk_6c;
    s32 unk_70;
    s16 unk_74;
    s16 unk_76;
    union SplitWord unk_78;
    union SplitWord unk_7c;
    u8 unk_80[2];
    u16 unk_82;
    u8 unk_84;
    u8 unk_85;
} LilypadLargeEntity;

#endif // LILYPADLARGE_H