summaryrefslogtreecommitdiff
path: root/include/field_ground_effect.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-09-16 15:13:06 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-09-16 15:13:06 -0400
commit18e06b480b13143b8870675a763fb2f9854f9679 (patch)
tree6122fce330637bc3e93a13e5f38d8773aa6e1797 /include/field_ground_effect.h
parent66fbc9753fa8411d715fdad1067eb98c68ace27a (diff)
Fix header guards
Diffstat (limited to 'include/field_ground_effect.h')
-rw-r--r--include/field_ground_effect.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/field_ground_effect.h b/include/field_ground_effect.h
index 0c90f50dc..e2dc3a00f 100644
--- a/include/field_ground_effect.h
+++ b/include/field_ground_effect.h
@@ -2,8 +2,8 @@
// Created by scott on 9/6/2017.
//
-#ifndef POKEEMERALD_FIELD_GROUND_EFFECT_H
-#define POKEEMERALD_FIELD_GROUND_EFFECT_H
+#ifndef GUARD_FIELD_GROUND_EFFECT_H
+#define GUARD_FIELD_GROUND_EFFECT_H
// Exported type declarations
@@ -13,4 +13,4 @@
void SetObjectSubpriorityByZCoord(u8, struct Sprite *, u8);
void InitObjectPriorityByZCoord(struct Sprite *, u8);
-#endif //POKEEMERALD_FIELD_GROUND_EFFECT_H
+#endif //GUARD_FIELD_GROUND_EFFECT_H