mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
11 lines
346 B
C
11 lines
346 B
C
#ifndef PMDSKY_OVERLAY_13_ENTRY_OVERLAY_13_H
|
|
#define PMDSKY_OVERLAY_13_ENTRY_OVERLAY_13_H
|
|
|
|
// Main function of this overlay.
|
|
void EntryOverlay13(void);
|
|
void ExitOverlay13(void);
|
|
// Handles the 'return' value from MENU_PERSONALITY_TEST called by scripts.
|
|
u32 Overlay13SwitchFunctionNa238A1C8(void);
|
|
|
|
#endif // PMDSKY_OVERLAY_13_ENTRY_OVERLAY_13_H
|