Fix event constant file names
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef GUARD_CONSTANTS_BG_EVENT_H
|
||||
#define GUARD_CONSTANTS_BG_EVENT_H
|
||||
#ifndef GUARD_CONSTANTS_EVENT_BG_H
|
||||
#define GUARD_CONSTANTS_EVENT_BG_H
|
||||
|
||||
#define BG_EVENT_PLAYER_FACING_ANY 0
|
||||
#define BG_EVENT_PLAYER_FACING_NORTH 1
|
||||
@@ -10,4 +10,4 @@
|
||||
#define BG_EVENT_HIDDEN_ITEM 7
|
||||
#define BG_EVENT_SECRET_BASE 8
|
||||
|
||||
#endif // GUARD_CONSTANTS_BG_EVENT_H
|
||||
#endif // GUARD_CONSTANTS_EVENT_BG_H
|
||||
Reference in New Issue
Block a user