about summary refs log tree commit diff stats
path: root/data/maps/the_great/rooms/Maze Wreck Area.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_great/rooms/Maze Wreck Area.txtpb')
0 files changed, 0 insertions, 0 deletions
='/gen3uploader/blame/source/encoding.h?id=0882d1020d75bbddc8e8fbe30aed435e8814988a'>^
ec66a02 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19





                                                                



                           
                    
 




                                 

                                                      
/*
 * Copyright (C) 2017 hatkirby
 *
 * This software may be modified and distributed under the terms
 * of the MIT license.  See the LICENSE file for details.
 */
#ifndef ENCODING_H_95547384
#define ENCODING_H_95547384

#include <gccore.h>
#include "pokemon.h"

void decodePokemonCharset(
  const u8* input,
  int maxLength,
  char* output,
  enum PokemonLanguage language);

#endif /* end of include guard: ENCODING_H_95547384 */