mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-05 00:45:12 -05:00
14 lines
195 B
C
14 lines
195 B
C
#ifndef GUARD_STR_202ED28_H
|
|
#define GUARD_STR_202ED28_H
|
|
|
|
struct unkStruct_202ED28
|
|
{
|
|
SpriteOAM sprite;
|
|
s16 x;
|
|
s16 y;
|
|
};
|
|
|
|
extern struct unkStruct_202ED28 gUnknown_202ED28[][6];
|
|
|
|
#endif
|