mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-05-31 20:54:44 -05:00
12 lines
353 B
C
12 lines
353 B
C
#ifndef POKEPLATINUM_OV5_021F575C_H
|
|
#define POKEPLATINUM_OV5_021F575C_H
|
|
|
|
#include "field/field_system_decl.h"
|
|
#include "overlay005/field_effect_manager.h"
|
|
|
|
void *ov5_021F575C(FieldEffectManager *param0);
|
|
void ov5_021F5778(void *param0);
|
|
void ov5_DisplayBuriedSphereSparkle(FieldSystem *fieldSystem, int x, int z);
|
|
|
|
#endif // POKEPLATINUM_OV5_021F575C_H
|