summaryrefslogtreecommitdiff
path: root/include/data2.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-08-27 01:50:46 -0500
committerGitHub <noreply@github.com>2018-08-27 01:50:46 -0500
commitaca96b07f063f2d4d6543f5dd6f415a0a4c427db (patch)
tree674c7a04c531d36814ecebba3f237adc3167aa54 /include/data2.h
parent60dff848aace7226f903eb6759273c4b52ea1813 (diff)
parente30c2251ce72df8ed66f119370714531c50951ae (diff)
Merge pull request #306 from Slawter666/data2b_2
Convert more of data2b.s to C
Diffstat (limited to 'include/data2.h')
-rw-r--r--include/data2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/data2.h b/include/data2.h
index 176365146..268dc9ac8 100644
--- a/include/data2.h
+++ b/include/data2.h
@@ -11,8 +11,8 @@ struct MonCoords
u8 y_offset;
};
-extern struct MonCoords gTrainerBackPicCoords[];
-extern struct MonCoords gTrainerFrontPicCoords[];
+extern const struct MonCoords gTrainerBackPicCoords[];
+extern const struct MonCoords gTrainerFrontPicCoords[];
extern const u8 gSpeciesNames[][POKEMON_NAME_LENGTH + 1];
extern const u8 gMoveNames[][MOVE_NAME_LENGTH + 1];