mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-22 01:54:50 -05:00
16 lines
353 B
C
16 lines
353 B
C
#ifndef GUARD_GROUND_SPRITE_DATA_H
|
|
#define GUARD_GROUND_SPRITE_DATA_H
|
|
|
|
struct GroundObjectKind
|
|
{
|
|
s8 unk0;
|
|
u16 unk2;
|
|
const char *fileName;
|
|
};
|
|
|
|
extern const char *const gUnknown_81178F4[];
|
|
extern const struct GroundObjectKind gGroundObjectKinds[];
|
|
extern const struct GroundObjectKind gUnknown_8117E8C[];
|
|
|
|
#endif // GUARD_GROUND_SPRITE_DATA_H
|