Non-tagged release
This commit is contained in:
parent
7e43916e57
commit
eca47fe209
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
```md
|
||||
## How to update
|
||||
- If you haven't set up a remote, run the command `git remote add RHH https://github.com/rh-hideout/pokeemerald-expansion`.
|
||||
- Once you have your remote set up, run the command `git pull RHH expansion/1.Y.Z`.
|
||||
- Once you have your remote set up, run the command `git pull RHH expansion/1.8.3`.
|
||||
```
|
||||
|
||||
## 💥 *Softlock/Crash fixes* 💥
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
|
||||
// FALSE if this this version of Expansion is not a tagged commit, i.e.
|
||||
// it contains unreleased changes.
|
||||
#define EXPANSION_TAGGED_RELEASE TRUE
|
||||
#define EXPANSION_TAGGED_RELEASE FALSE
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue