Expansion 1.14.1 (#8406)

This commit is contained in:
Alex 2025-12-01 18:58:39 +01:00 committed by GitHub
commit 96d020972d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 32 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View 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.-->

View File

@ -1,10 +1,10 @@
#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
#define EXPANSION_VERSION_PATCH 2
// FALSE if this this version of Expansion is not a tagged commit, i.e.
// it contains unreleased changes.