libSPEC
Pokemon Save Editing Library
|
Contains basic types used by libSPEC. More...
#include <stdint.h>
Typedefs | |
typedef uint8_t | bool |
A boolean value, defined ourselves since we have to be sure it is only 1 byte in size. | |
typedef uint8_t | char8_t |
Type used for 8 bit characters (gb, gba). | |
typedef uint16_t | char16_t |
Type used for 16 bit characters (nds, dsi). | |
Enumerations | |
enum | boolean_value_t { true = 1, false = 0 } |
Enum of boolean values, enums play nicer with editors/debuggers. | |
enum | { POKEMON_IN_PARTY = 6 } |
Contains basic types used by libSPEC.
anonymous enum |
Global Definitions