summaryrefslogtreecommitdiff
path: root/include/fieldmap.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/fieldmap.h
parent66fbc9753fa8411d715fdad1067eb98c68ace27a (diff)
Fix header guards
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r--include/fieldmap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h
index 7057fe889..4c75c3f40 100644
--- a/include/fieldmap.h
+++ b/include/fieldmap.h
@@ -2,8 +2,8 @@
// Created by scott on 9/16/2017.
//
-#ifndef POKEEMERALD_FIELDMAP_H
-#define POKEEMERALD_FIELDMAP_H
+#ifndef GUARD_FIELDMAP_H
+#define GUARD_FIELDMAP_H
// Exported type declarations
@@ -12,4 +12,4 @@
// Exported ROM declarations
u8 MapGridGetMetatileBehaviorAt(s16, s16);
-#endif //POKEEMERALD_FIELDMAP_H
+#endif //GUARD_FIELDMAP_H