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/event_scripts.h | |
parent | 66fbc9753fa8411d715fdad1067eb98c68ace27a (diff) |
Fix header guards
Diffstat (limited to 'include/event_scripts.h')
-rwxr-xr-x | include/event_scripts.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/event_scripts.h b/include/event_scripts.h index 967bc196a..f1abdd6f6 100755 --- a/include/event_scripts.h +++ b/include/event_scripts.h @@ -2,10 +2,10 @@ // Created by scott on 9/12/2017. // -#ifndef POKEEMERALD_EVENT_SCRIPTS_H -#define POKEEMERALD_EVENT_SCRIPTS_H +#ifndef GUARD_EVENT_SCRIPTS_H +#define GUARD_EVENT_SCRIPTS_H extern const u8 gUnknown_082766A2[]; extern const u8 gUnknown_082766A6[]; -#endif //POKEEMERALD_EVENT_SCRIPTS_H +#endif //GUARD_EVENT_SCRIPTS_H |