diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-16 15:13:06 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-16 15:13:06 -0400 |
commit | 18e06b480b13143b8870675a763fb2f9854f9679 (patch) | |
tree | 6122fce330637bc3e93a13e5f38d8773aa6e1797 /include/data3.h | |
parent | 66fbc9753fa8411d715fdad1067eb98c68ace27a (diff) |
Fix header guards
Diffstat (limited to 'include/data3.h')
-rwxr-xr-x | include/data3.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/data3.h b/include/data3.h index 2b5cc1bc5..b2b19b050 100755 --- a/include/data3.h +++ b/include/data3.h @@ -2,8 +2,8 @@ // Created by Scott Norton on 9/8/17. // -#ifndef POKEEMERALD_DATA3_H -#define POKEEMERALD_DATA3_H +#ifndef GUARD_DATA3_H +#define GUARD_DATA3_H struct PairedPalettes { u16 tag; @@ -38,4 +38,4 @@ extern bool8 (*const gUnknown_0850DA64[])(struct MapObject *, struct Sprite *, u extern const u8 gUnknown_0850DBA0[5]; -#endif //POKEEMERALD_DATA3_H +#endif //GUARD_DATA3_H |