Non-tagged release

This commit is contained in:
Eduardo Quezada 2024-05-06 14:51:48 -04:00
parent 7e43916e57
commit eca47fe209
2 changed files with 2 additions and 2 deletions

View file

@ -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* 💥

View file

@ -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