summaryrefslogtreecommitdiff
path: root/include/data2.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-08-29 23:18:35 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-08-29 23:18:35 +0200
commit0e382fbe2c5ed74708235737746420ab88a1e78f (patch)
tree42bcdb7aa24730d9a7dd44d8efb42e6e3151adc5 /include/data2.h
parentc63421db4153c56970d1788742f9a75c451e4003 (diff)
decompile pokemon_menu
Diffstat (limited to 'include/data2.h')
-rw-r--r--include/data2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/data2.h b/include/data2.h
index 2837a4451..7a58e3a8e 100644
--- a/include/data2.h
+++ b/include/data2.h
@@ -44,7 +44,7 @@ extern u8 gEnemyMonElevation[];
extern const u8 gTrainerClassNames[][13];
extern const struct Trainer gTrainers[];
extern u8 gSpeciesNames[][11];
-extern u8 gMoveNames[][13];
+extern const u8 gMoveNames[][13];
extern const u8 gAbilityNames[][13];
extern const u8 gTypeNames[][7];
extern const struct UnknownStructD2 gUnknown_081F9674;