Add missing include guard suffixes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef GUARD_METATILE_BEHAVIOR
|
||||
#define GUARD_METATILE_BEHAVIOR
|
||||
#ifndef GUARD_METATILE_BEHAVIOR_H
|
||||
#define GUARD_METATILE_BEHAVIOR_H
|
||||
|
||||
bool8 MetatileBehavior_IsATile(u8);
|
||||
bool8 MetatileBehavior_IsEncounterTile(u8);
|
||||
@@ -146,4 +146,4 @@ bool8 MetatileBehavior_IsLongGrass_Duplicate(u8);
|
||||
bool8 MetatileBehavior_IsLongGrassSouthEdge(u8);
|
||||
bool8 MetatileBehavior_IsTrainerHillTimer(u8);
|
||||
|
||||
#endif // GUARD_METATILE_BEHAVIOR
|
||||
#endif // GUARD_METATILE_BEHAVIOR_H
|
||||
|
||||
Reference in New Issue
Block a user