Fix header guards
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user