pokeplatinum/include/battle_anim/struct_ov12_02235998.h
2025-08-17 12:13:47 +02:00

17 lines
384 B
C

#ifndef POKEPLATINUM_STRUCT_OV12_02235998_H
#define POKEPLATINUM_STRUCT_OV12_02235998_H
#include "math_util.h"
#include "pokemon_sprite.h"
#include "sprite.h"
typedef struct BattleAnimSpriteInfo {
Point2D basePos;
Point2D pos;
PokemonSprite *monSprite;
ManagedSprite *hwSprite;
int battler;
} BattleAnimSpriteInfo;
#endif // POKEPLATINUM_STRUCT_OV12_02235998_H