mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-27 20:24:18 +01:00
12 lines
222 B
C
12 lines
222 B
C
|
#ifndef GUARD_SCRIPT_MENU_H
|
||
|
#define GUARD_SCRIPT_MENU_H
|
||
|
|
||
|
// Exported type declarations
|
||
|
|
||
|
// Exported RAM declarations
|
||
|
|
||
|
// Exported ROM declarations
|
||
|
extern const u8 *const gUnknown_0858BAF0[9];
|
||
|
|
||
|
#endif //GUARD_SCRIPT_MENU_H
|