mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-06 02:33:28 -05:00
11 lines
259 B
C
11 lines
259 B
C
#ifndef POKEPLATINUM_STRUCT_0202D080_H
|
|
#define POKEPLATINUM_STRUCT_0202D080_H
|
|
|
|
#include "easy_chat_sentence.h"
|
|
|
|
typedef struct FrontierEasyChatMessages {
|
|
EasyChatSentence sentences[4];
|
|
} FrontierEasyChatMessages;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0202D080_H
|