mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
12 lines
273 B
C
12 lines
273 B
C
#ifndef POKEPLATINUM_STRUCT_OV104_0222FEDC_H
|
|
#define POKEPLATINUM_STRUCT_OV104_0222FEDC_H
|
|
|
|
typedef struct FrontierMessageOptions {
|
|
u8 renderDelay;
|
|
u8 scrollFlags;
|
|
u8 font;
|
|
u8 unused;
|
|
} FrontierMessageOptions;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV104_0222FEDC_H
|