mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
21 lines
409 B
C
21 lines
409 B
C
#ifndef POKEPLATINUM_STRUCT_OV16_0225D1C4_H
|
|
#define POKEPLATINUM_STRUCT_OV16_0225D1C4_H
|
|
|
|
#include "struct_decls/battle_system.h"
|
|
|
|
#include "pokemon_sprite.h"
|
|
|
|
typedef struct {
|
|
BattleSystem *unk_00;
|
|
PokemonSprite *unk_04;
|
|
u8 unk_08;
|
|
u8 unk_09;
|
|
u8 unk_0A;
|
|
u8 unk_0B;
|
|
u8 unk_0C;
|
|
u8 unk_0D;
|
|
u16 unk_0E;
|
|
} UnkStruct_ov16_0225D1C4;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV16_0225D1C4_H
|