mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-31 20:43:00 -05:00
14 lines
311 B
C
14 lines
311 B
C
#ifndef POKEHEARTGOLD_UNK_02005D10_H
|
|
#define POKEHEARTGOLD_UNK_02005D10_H
|
|
|
|
#include "constants/sndseq.h"
|
|
|
|
void PlaySE(u16 sndseq);
|
|
void sub_0200615C(int, int);
|
|
BOOL IsCryFinished(void);
|
|
void sub_02006300(int);
|
|
void PlaySE_SetPitch(int, int);
|
|
BOOL IsSEPlaying(u16 sndseq);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_02005D10_H
|