mirror of
https://github.com/pret/pokeruby.git
synced 2026-03-21 17:54:19 -05: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
|