From e30c2251ce72df8ed66f119370714531c50951ae Mon Sep 17 00:00:00 2001 From: Slawter666 <38655737+Slawter666@users.noreply.github.com> Date: Mon, 27 Aug 2018 00:26:54 +0100 Subject: Convert more of data2b --- include/data2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/data2.h') 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]; -- cgit v1.2.3