mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-05-18 19:30:47 -05:00
12 lines
205 B
C
12 lines
205 B
C
#ifndef GUARD_MENU_HELPERS_H
|
|
#define GUARD_MENU_HELPERS_H
|
|
|
|
// Exported type declarations
|
|
|
|
// Exported RAM declarations
|
|
|
|
// Exported ROM declarations
|
|
bool8 sub_81221AC(void);
|
|
|
|
#endif //GUARD_MENU_HELPERS_H
|