mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
16 lines
583 B
C
16 lines
583 B
C
#ifndef POKEPLATINUM_OV12_022380BC_H
|
|
#define POKEPLATINUM_OV12_022380BC_H
|
|
|
|
#include "battle_anim/struct_ov12_022380DC.h"
|
|
|
|
extern const s16 gEncounterCoords[][3];
|
|
extern const s16 gSlideTrainerInCoords[][3];
|
|
|
|
void ov12_022380BC(UnkStruct_ov12_022380DC *param0, enum HeapID heapID);
|
|
void ov12_022380CC(UnkStruct_ov12_022380DC *param0, enum HeapID heapID);
|
|
void ov12_022382BC(UnkStruct_ov12_022380DC *param0, enum HeapID heapID);
|
|
void ov12_02238390(UnkStruct_ov12_022380DC *param0, enum HeapID heapID);
|
|
s16 ov12_022384CC(int param0, int param1);
|
|
|
|
#endif // POKEPLATINUM_OV12_022380BC_H
|