mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 15:07:47 -05:00
18 lines
363 B
C
18 lines
363 B
C
#ifndef POKEPLATINUM_STRUCT_OV16_0225DA44_H
|
|
#define POKEPLATINUM_STRUCT_OV16_0225DA44_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;
|
|
} UnkStruct_ov16_0225DA44;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV16_0225DA44_H
|