Use constants in gMoveNames

This commit is contained in:
GriffinR
2022-12-16 11:08:18 -05:00
parent fd81669091
commit ea9510f7f8
3 changed files with 357 additions and 359 deletions
-2
View File
@@ -357,8 +357,6 @@
#define MOVE_DOOM_DESIRE 353
#define MOVE_PSYCHO_BOOST 354
#define LAST_MOVE_INDEX MOVE_PSYCHO_BOOST
#define MOVES_COUNT 355
// Used for checks for moves affected by Disable, Mimic, etc.
+1 -1
View File
@@ -19,7 +19,7 @@ struct MonCoords
#define GET_MON_COORDS_HEIGHT(size)((size & 0xF) * 8)
extern const u8 gSpeciesNames[][POKEMON_NAME_LENGTH + 1];
extern const u8 gMoveNames[][13];
extern const u8 gMoveNames[][MOVE_NAME_LENGTH + 1];
extern const u8 gTrainerClassNames[][13];