Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TMSHMS and Moveset problems #35

Open
holykaito opened this issue Feb 5, 2021 · 0 comments
Open

TMSHMS and Moveset problems #35

holykaito opened this issue Feb 5, 2021 · 0 comments

Comments

@holykaito
Copy link

*TMSHMS

  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant