You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in defines.h:
//#define NUM_TMSHMS 128
//#define NUM_MOVE_TUTOR_MOVES 128
in cmd:
./src\TM_Tutor_Tables.c:4:22: error: 'NUM_TMSHMS' undeclared here (not in a function)
4 | const u16 gTMHMMoves[NUM_TMSHMS] =
| ^~~~~~~~~~
./src\TM_Tutor_Tables.c:136:27: error: 'NUM_MOVE_TUTOR_MOVES' undeclared here (not in a function)
136 | const u16 gMoveTutorMoves[NUM_MOVE_TUTOR_MOVES] =
*Moveset:
in defines.h:
//#define EXPAND_LEARNSETS
in cmd:
Symbol missing: gLevelUpLearnsets
The text was updated successfully, but these errors were encountered:
*TMSHMS
//#define NUM_TMSHMS 128
//#define NUM_MOVE_TUTOR_MOVES 128
./src\TM_Tutor_Tables.c:4:22: error: 'NUM_TMSHMS' undeclared here (not in a function)
4 | const u16 gTMHMMoves[NUM_TMSHMS] =
| ^~~~~~~~~~
./src\TM_Tutor_Tables.c:136:27: error: 'NUM_MOVE_TUTOR_MOVES' undeclared here (not in a function)
136 | const u16 gMoveTutorMoves[NUM_MOVE_TUTOR_MOVES] =
*Moveset:
//#define EXPAND_LEARNSETS
Symbol missing: gLevelUpLearnsets
The text was updated successfully, but these errors were encountered: