diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-24 23:29:47 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-24 23:29:47 +0100 |
commit | 8833004d41cfdb4aefa7c61c0558458fd0302115 (patch) | |
tree | b1b045936dbf7ecc7df4240235f48e877cb5fc70 /src | |
parent | 44e5e82f67410ea881e8b92bc060be78117e0bf3 (diff) |
space
Diffstat (limited to 'src')
-rw-r--r-- | src/data/pokemon/tutor_learnsets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/pokemon/tutor_learnsets.h b/src/data/pokemon/tutor_learnsets.h index 20f37a86e..27fb40621 100644 --- a/src/data/pokemon/tutor_learnsets.h +++ b/src/data/pokemon/tutor_learnsets.h @@ -64,7 +64,7 @@ const u16 gTutorMoves[] = }; #define TUTOR_LEARNSET(moves) ((u32)(moves)) -#define TUTOR(move)((u64)1 << (TUTOR_##move)) +#define TUTOR(move) ((u64)1 << (TUTOR_##move)) static const u32 sTutorLearnsets[] = { |