summaryrefslogtreecommitdiff
path: root/src/personality_test.c
blob: bac1b8998d7ab0fc11a69c8883f733fe1d3baf37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#include "global.h"
#include "constants/species.h"

// TODO convert this... maybe a script?
const u8 gUnknown_80F4244[32] = 
{
    0, 0, 0, 0,
    5, 0, 0, 0,
    0xC, 0, 6, 0,
    5, 0, 5, 0,
    5, 0, 0, 0,
    0, 0, 0, 0,

    'p', 'k', 's', 'd', 'i', 'r', '0', 0
};

const u16 gPartners[10] = 
{
    SPECIES_CHARMANDER,
    SPECIES_BULBASAUR,
    SPECIES_SQUIRTLE,
    SPECIES_PIKACHU,
    SPECIES_CHIKORITA,
    SPECIES_TOTODILE,
    SPECIES_CYNDAQUIL,
    SPECIES_TORCHIC,
    SPECIES_TREECKO,
    SPECIES_MUDKIP
};