mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
13 lines
358 B
C
13 lines
358 B
C
#ifndef POKEPLATINUM_OV98_022499C8_H
|
|
#define POKEPLATINUM_OV98_022499C8_H
|
|
|
|
#include "constants/heap.h"
|
|
|
|
#include "string_gf.h"
|
|
|
|
void ov98_022499C8(String *param0, char *param1, enum HeapID heapID);
|
|
int ov98_02249A80(String *param0, enum HeapID heapID);
|
|
void ov98_02249ACC(const char *param0, u32 *param1, int param2);
|
|
|
|
#endif // POKEPLATINUM_OV98_022499C8_H
|