about summary refs log tree commit diff stats
path: root/source/encoding.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/encoding.h')
-rw-r--r--source/encoding.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/source/encoding.h b/source/encoding.h index 4dc3b1f..0cf6165 100644 --- a/source/encoding.h +++ b/source/encoding.h
@@ -8,7 +8,12 @@
8#define ENCODING_H_95547384 8#define ENCODING_H_95547384
9 9
10#include <gccore.h> 10#include <gccore.h>
11#include "pokemon.h"
11 12
12char debugGen3Decode(u8 val); 13void decodePokemonCharset(
14 const u8* input,
15 int maxLength,
16 char* output,
17 enum PokemonLanguage language);
13 18
14#endif /* end of include guard: ENCODING_H_95547384 */ 19#endif /* end of include guard: ENCODING_H_95547384 */