mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-05-14 17:00:00 -05:00
12 lines
218 B
C
12 lines
218 B
C
#ifndef GUARD_METATILE_BEHAVIOR_H
|
|
#define GUARD_METATILE_BEHAVIOR_H
|
|
|
|
// Exported type declarations
|
|
|
|
// Exported RAM declarations
|
|
|
|
// Exported ROM declarations
|
|
bool8 sub_8088E64(u8);
|
|
|
|
#endif //GUARD_METATILE_BEHAVIOR_H
|