pokeplatinum/include/struct_defs/chatot_cry.h
TrainerRiley feadc758c0
Some checks are pending
build / build (push) Waiting to run
Chatot Cry Data (#959)
2026-02-21 08:26:18 -07:00

12 lines
260 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 valid;
s8 audioData[CHATOT_CRY_SIZE];
} ChatotCry;
#endif // POKEPLATINUM_STRUCT_DEF_CHATOT_CRY_H