Fix header guards

This commit is contained in:
PikalaxALT
2017-09-16 15:13:06 -04:00
parent 66fbc9753f
commit 18e06b480b
12 changed files with 36 additions and 36 deletions
+3 -3
View File
@@ -2,10 +2,10 @@
// Created by Scott Norton on 9/6/17.
//
#ifndef POKEEMERALD_ROM_818CFC8_H
#define POKEEMERALD_ROM_818CFC8_H
#ifndef GUARD_ROM_818CFC8_H
#define GUARD_ROM_818CFC8_H
bool8 InBattlePyramid(void);
u8 sub_81AAA40(void);
#endif //POKEEMERALD_ROM_818CFC8_H
#endif //GUARD_ROM_818CFC8_H