mirror of
https://github.com/pret/pokeruby.git
synced 2026-09-26 13:33:06 -04:00
9 lines
151 B
C
9 lines
151 B
C
#ifndef GUARD_LEARN_MOVE_H
|
|
#define GUARD_LEARN_MOVE_H
|
|
|
|
#define MAX_MOVE_TUTOR_MOVES 20
|
|
|
|
void DisplayMoveTutorMenu(void);
|
|
|
|
#endif // GUARD_LEARN_MOVE_H
|