forked from DizzyEggg/pokeemerald
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request pret#1554 from ExpoSeed/IE/fix-redefinition-error
Fix redefinition error in item_config.h
- Loading branch information
Showing
3 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#ifndef GUARD_CONSTANTS_EXPANSION_BRANCHES_H | ||
#define GUARD_CONSTANTS_EXPANSION_BRANCHES_H | ||
|
||
// Branch defines: Used by other branches to detect each other. | ||
// Each define must be here for each of RHH's branch you have pulled. | ||
// e.g. If you have both the battle_engine and pokemon_expansion branch, | ||
// then both BATTLE_ENGINE and POKEMON_EXPANSION must be defined here. | ||
#define ITEM_EXPANSION | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters