pokeplatinum/include/struct_defs/chatot_cry.h
2024-01-26 20:43:50 -08:00

12 lines
256 B
C

#ifndef POKEPLATINUM_STRUCT_DEF_CHATOT_CRY_H
#define POKEPLATINUM_STRUCT_DEF_CHATOT_CRY_H
#define CHATOT_CRY_SIZE 1000
typedef struct ChatotCry {
BOOL exists;
s8 data[CHATOT_CRY_SIZE];
} ChatotCry;
#endif // POKEPLATINUM_STRUCT_DEF_CHATOT_CRY_H