summaryrefslogtreecommitdiff
path: root/include/data2.h
diff options
context:
space:
mode:
authorCameron Hall <camthesaxman@users.noreply.github.com>2017-09-08 19:11:14 -0500
committerGitHub <noreply@github.com>2017-09-08 19:11:14 -0500
commit4e64934d5ff4d2f58d7b9d00c047cad2a06104aa (patch)
treee0f3b15432a7cd921b56bf91b8302de65516f184 /include/data2.h
parent76320b6f84b61807e5265fe1e972e56ae9b4b6e3 (diff)
parent8d48b463ec11099fdc21ad8b709503e4b8e24f4c (diff)
Merge pull request #424 from DizzyEggg/decompile_pokemon_menu
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;