blob: f191f80ba3639dfe0f64bae4638720b58578124e (
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
|
gNatureName_Hardy: @ 83C0F60
.string "HARDY$"
gNatureName_Lonely: @ 83C0F66
.string "LONELY$"
gNatureName_Brave: @ 83C0F6D
.string "BRAVE$"
gNatureName_Adamant: @ 83C0F73
.string "ADAMANT$"
gNatureName_Naughty: @ 83C0F7B
.string "NAUGHTY$"
gNatureName_Bold: @ 83C0F83
.string "BOLD$"
gNatureName_Docile: @ 83C0F88
.string "DOCILE$"
gNatureName_Relaxed: @ 83C0F8F
.string "RELAXED$"
gNatureName_Impish: @ 83C0F97
.string "IMPISH$"
gNatureName_Lax: @ 83C0F9E
.string "LAX$"
gNatureName_Timid: @ 83C0FA2
.string "TIMID$"
gNatureName_Hasty: @ 83C0FA8
.string "HASTY$"
gNatureName_Serious: @ 83C0FAE
.string "SERIOUS$"
gNatureName_Jolly: @ 83C0FB6
.string "JOLLY$"
gNatureName_Naive: @ 83C0FBC
.string "NAIVE$"
gNatureName_Modest: @ 83C0FC2
.string "MODEST$"
gNatureName_Mild: @ 83C0FC9
.string "MILD$"
gNatureName_Quiet: @ 83C0FCE
.string "QUIET$"
gNatureName_Bashful: @ 83C0FD4
.string "BASHFUL$"
gNatureName_Rash: @ 83C0FDC
.string "RASH$"
gNatureName_Calm: @ 83C0FE1
.string "CALM$"
gNatureName_Gentle: @ 83C0FE6
.string "GENTLE$"
gNatureName_Sassy: @ 83C0FED
.string "SASSY$"
gNatureName_Careful: @ 83C0FF3
.string "CAREFUL$"
gNatureName_Quirky: @ 83C0FFB
.string "QUIRKY$"
.align 2
gNatureNames:: @ 83C1004
.4byte gNatureName_Hardy
.4byte gNatureName_Lonely
.4byte gNatureName_Brave
.4byte gNatureName_Adamant
.4byte gNatureName_Naughty
.4byte gNatureName_Bold
.4byte gNatureName_Docile
.4byte gNatureName_Relaxed
.4byte gNatureName_Impish
.4byte gNatureName_Lax
.4byte gNatureName_Timid
.4byte gNatureName_Hasty
.4byte gNatureName_Serious
.4byte gNatureName_Jolly
.4byte gNatureName_Naive
.4byte gNatureName_Modest
.4byte gNatureName_Mild
.4byte gNatureName_Quiet
.4byte gNatureName_Bashful
.4byte gNatureName_Rash
.4byte gNatureName_Calm
.4byte gNatureName_Gentle
.4byte gNatureName_Sassy
.4byte gNatureName_Careful
.4byte gNatureName_Quirky
|