mirror of
https://github.com/pret/pokeruby.git
synced 2026-04-24 06:57:03 -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
|