Expansion 1.14.1
This commit is contained in:
parent
3d5de8a5fe
commit
905c580b08
@ -43,9 +43,10 @@ body:
|
||||
label: Version
|
||||
description: What version of pokeemerald-expansion are you using?
|
||||
options:
|
||||
- 1.14.0 (Latest release)
|
||||
- 1.14.1 (Latest release)
|
||||
- master (default, unreleased bugfixes)
|
||||
- upcoming (Edge)
|
||||
- 1.14.0
|
||||
- 1.13.4
|
||||
- 1.13.3
|
||||
- 1.13.2
|
||||
|
||||
@ -43,9 +43,10 @@ body:
|
||||
label: Version
|
||||
description: What version of pokeemerald-expansion are you using?
|
||||
options:
|
||||
- 1.14.0 (Latest release)
|
||||
- 1.14.1 (Latest release)
|
||||
- master (default, unreleased bugfixes)
|
||||
- upcoming (Edge)
|
||||
- 1.14.0
|
||||
- 1.13.4
|
||||
- 1.13.3
|
||||
- 1.13.2
|
||||
|
||||
3
.github/ISSUE_TEMPLATE/04_other_errors.yaml
vendored
3
.github/ISSUE_TEMPLATE/04_other_errors.yaml
vendored
@ -43,9 +43,10 @@ body:
|
||||
label: Version
|
||||
description: What version of pokeemerald-expansion are you using?
|
||||
options:
|
||||
- 1.14.0 (Latest release)
|
||||
- 1.14.1 (Latest release)
|
||||
- master (default, unreleased bugfixes)
|
||||
- upcoming (Edge)
|
||||
- 1.14.0
|
||||
- 1.13.4
|
||||
- 1.13.3
|
||||
- 1.13.2
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
If you use **`pokeemerald-expansion`**, please credit **RHH (Rom Hacking Hideout)**. Optionally, include the version number for clarity.
|
||||
|
||||
```
|
||||
Based off RHH's pokeemerald-expansion 1.14.0 https://github.com/rh-hideout/pokeemerald-expansion/
|
||||
Based off RHH's pokeemerald-expansion 1.14.1 https://github.com/rh-hideout/pokeemerald-expansion/
|
||||
```
|
||||
|
||||
Please consider [crediting all contributors](CREDITS.md) involved in the project!
|
||||
|
||||
@ -40,6 +40,7 @@
|
||||
- [Vs. Seeker](tutorials/vs_seeker.md)
|
||||
- [Changelog](./CHANGELOG.md)
|
||||
- [1.14.x]()
|
||||
- [Version 1.14.1](changelogs/1.14.x/1.14.0.md)
|
||||
- [Version 1.14.0](changelogs/1.14.x/1.14.0.md)
|
||||
- [1.13.x]()
|
||||
- [Version 1.13.4](changelogs/1.13.x/1.13.4.md)
|
||||
|
||||
22
docs/changelogs/1.14.x/1.14.1.md
Normal file
22
docs/changelogs/1.14.x/1.14.1.md
Normal file
@ -0,0 +1,22 @@
|
||||
```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.14.1
|
||||
`.
|
||||
```
|
||||
|
||||
|
||||
## 🧬 General 🧬
|
||||
### Changed
|
||||
* Pret merge, (1st of December, 2025) by @hedara90 in [#8402](https://github.com/rh-hideout/pokeemerald-expansion/pull/8402)
|
||||
- This changes all the audio samples from `.aif` to `.wav`, `.aif` support is removed.
|
||||
- There's a migration script to convert from `.bin` to `.wav` in `migration_scripts/1.14/bin_to_wav.py`.
|
||||
- Run the migration script with `python migration_scripts/1.14/bin_to_wav.py path/to/folder/with/bin/samples`
|
||||
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/rh-hideout/pokeemerald-expansion/compare/expansion/1.14.0...expansion/1.14.1
|
||||
|
||||
|
||||
<!--Last PR: 8402-->
|
||||
<!--Used to keep track of the last PR merged in case new ones come in before the changelog is done.-->
|
||||
@ -1,13 +1,13 @@
|
||||
#ifndef GUARD_CONSTANTS_EXPANSION_H
|
||||
#define GUARD_CONSTANTS_EXPANSION_H
|
||||
|
||||
// Last version: 1.14.0
|
||||
// Last version: 1.14.1
|
||||
#define EXPANSION_VERSION_MAJOR 1
|
||||
#define EXPANSION_VERSION_MINOR 14
|
||||
#define EXPANSION_VERSION_PATCH 1
|
||||
|
||||
// FALSE if this this version of Expansion is not a tagged commit, i.e.
|
||||
// it contains unreleased changes.
|
||||
#define EXPANSION_TAGGED_RELEASE FALSE
|
||||
#define EXPANSION_TAGGED_RELEASE TRUE
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user