mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
13 lines
279 B
C
13 lines
279 B
C
#ifndef POKEPLATINUM_STRUCT_OV16_0225C454_H
|
|
#define POKEPLATINUM_STRUCT_OV16_0225C454_H
|
|
|
|
#include "battle/battle_message.h"
|
|
|
|
typedef struct {
|
|
u8 unk_00;
|
|
u8 padding_01[3];
|
|
BattleMessage unk_04;
|
|
} UnkStruct_ov16_0225C454;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV16_0225C454_H
|