mirror of https://github.com/pret/pokeemerald.git
space
This commit is contained in:
parent
44e5e82f67
commit
8833004d41
|
@ -64,7 +64,7 @@ const u16 gTutorMoves[] =
|
||||||
};
|
};
|
||||||
|
|
||||||
#define TUTOR_LEARNSET(moves) ((u32)(moves))
|
#define TUTOR_LEARNSET(moves) ((u32)(moves))
|
||||||
#define TUTOR(move)((u64)1 << (TUTOR_##move))
|
#define TUTOR(move) ((u64)1 << (TUTOR_##move))
|
||||||
|
|
||||||
static const u32 sTutorLearnsets[] =
|
static const u32 sTutorLearnsets[] =
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue