mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
26 lines
1014 B
C
26 lines
1014 B
C
#ifndef POKEPLATINUM_UNK_02014A84_H
|
|
#define POKEPLATINUM_UNK_02014A84_H
|
|
|
|
#include "struct_defs/sentence.h"
|
|
#include "strbuf.h"
|
|
|
|
void sub_02014A84(Sentence * param0);
|
|
void sub_02014A9C(Sentence * param0, u32 param1);
|
|
void sub_02014AB4(Sentence * param0);
|
|
void sub_02014AC4(Sentence * param0, int param1);
|
|
Strbuf* sub_02014B34(const Sentence * param0, u32 param1);
|
|
Strbuf* sub_02014BA0(const Sentence * param0, u32 param1);
|
|
BOOL sub_02014BBC(const Sentence * param0);
|
|
BOOL sub_02014BD0(const Sentence * param0);
|
|
u16 sub_02014C78(const Sentence * param0, int param1);
|
|
u32 sub_02014C80(const Sentence * param0);
|
|
u32 sub_02014C84(const Sentence * param0);
|
|
BOOL sub_02014C88(const Sentence * param0, const Sentence * param1);
|
|
void sub_02014CC0(Sentence * param0, const Sentence * param1);
|
|
u32 sub_02014CD4(u32 param0);
|
|
void sub_02014CE0(Sentence * param0, u32 param1, u32 param2);
|
|
void sub_02014CF8(Sentence * param0, u32 param1, u16 param2);
|
|
void sub_02014D10(Sentence * param0);
|
|
|
|
#endif // POKEPLATINUM_UNK_02014A84_H
|