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,11 +2,11 @@
// Created by Scott Norton on 9/6/17.
//
#ifndef POKEEMERALD_ROM_81BE66C_H
#define POKEEMERALD_ROM_81BE66C_H
#ifndef GUARD_ROM_81BE66C_H
#define GUARD_ROM_81BE66C_H
bool32 InTrainerHill(void);
bool8 FieldObjectIsFarawayIslandMew(struct MapObject *);
u32 sub_81D427C(void);
#endif //POKEEMERALD_ROM_81BE66C_H
#endif //GUARD_ROM_81BE66C_H