mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
13 lines
392 B
C
13 lines
392 B
C
#ifndef POKEPLATINUM_OV21_021D5600_H
|
|
#define POKEPLATINUM_OV21_021D5600_H
|
|
|
|
#include "strbuf.h"
|
|
|
|
void ov21_021D5600(Strbuf *param0);
|
|
int ov21_021D5608(int param0);
|
|
Strbuf *ov21_021D561C(int param0, int param1, int param2);
|
|
Strbuf *ov21_021D566C(int param0, int param1, int param2);
|
|
Strbuf *ov21_021D56BC(int param0, int param1, int param2, int param3);
|
|
|
|
#endif // POKEPLATINUM_OV21_021D5600_H
|