summaryrefslogtreecommitdiff
path: root/src/data/unformatted_type_names.h
blob: 1693626a43d9398a535f72b806783b0d9809c776 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
ALIGNED(4) const char gSteelText[] = "Steel";
ALIGNED(4) const char gDarkText[] = "Dark";
ALIGNED(4) const char gDragonText[] = "Dragon";
ALIGNED(4) const char gGhostText[] = "Ghost";
ALIGNED(4) const char gRockText[] = "Rock";
ALIGNED(4) const char gBugText[] = "Bug";
ALIGNED(4) const char gPsychicText[] = "Psychic";
ALIGNED(4) const char gFlyingText[] = "Flying";
ALIGNED(4) const char gGroundText[] = "Ground";
ALIGNED(4) const char gPoisonText[] = "Poison";
ALIGNED(4) const char gFightingText[] = "Fighting";
ALIGNED(4) const char gIceText[] = "Ice";
ALIGNED(4) const char gElectricText[] = "Electric";
ALIGNED(4) const char gGrassText[] = "Grass";
ALIGNED(4) const char gWaterText[] = "Water";
ALIGNED(4) const char gFireText[] = "Fire";
ALIGNED(4) const char gNormalText[] = "Normal";
ALIGNED(4) const char gNoneText[] = "None";