An unofficial English localization patch for Rhythm Tengoku (リズム天国) on the Game Boy Advance.
Rhythm Heaven Advance is a fan-made localization project for Rhythm Tengoku. This project provides a complete English translation patch for the game.
Feel free to join our Discord server if you have any questions or suggestions, or if you would like to follow the project and participate!
- A legally obtained ROM of Rhythm Tengoku (Rev 0) with CRC32 checksum:
349D7025 - A ROM patcher tool (recommended: ROM Patcher JS)
- Download the latest
.bpspatch file from the Releases page or download the latest nightly page at our website - Open your BPS patcher tool
- Select your Rhythm Tengoku ROM
- Apply the downloaded patch
- Load the patched ROM in your emulator or flashcard
All platforms require:
- A legally obtained ROM of Rhythm Tengoku (Rev 0) (CRC32:
349D7025) - Git
Use the Linux instructions via Windows Subsystem for Linux (WSL). Debian or Ubuntu distributions are recommended.
To set up WSL:
wsl --installThen follow the Linux build instructions below.
Install the required packages (Ubuntu/Debian):
sudo apt update
sudo apt install build-essential binutils-arm-none-eabi git libpng-dev ffmpeg# Download and install devkitPro pacman (using my mirror for now)
wget https://www.shaffy.fr/install-devkitpro-pacman
chmod +x ./install-devkitpro-pacman
sudo ./install-devkitpro-pacman
# Set environment variables
export DEVKITPRO=/opt/devkitpro
export DEVKITARM=/opt/devkitpro/devkitARM
export DEVKITPPC=/opt/devkitpro/devkitPPC
# Install GBA development tools
sudo dkp-pacman -Sy
sudo dkp-pacman -S gba-dev-
Clone this repository:
git clone https://github.com/RHAdvance/RhythmHeavenAdvance.git
-
Set up agbcc:
git clone https://github.com/pret/agbcc.git cd agbcc ./build.sh ./install.sh ../RhythmHeavenAdvance cd ../RhythmHeavenAdvance
-
Place your ROM:
- Copy your Rhythm Tengoku ROM into the project root directory
- Rename it to
baserom.gba(or as specified in the Makefile)
-
Build the project:
make -j$(nproc)
The patched ROM will be generated in the build/ directory.
macOS build instructions are coming soon! (Pull request appreciated...)
Check out the full credits here!
- Discord: https://discord.gg/8PET8w8PU8
- GitHub Issues: Report bugs
This is an unofficial fan project and is not affiliated with, endorsed by, or associated with Nintendo. All trademarks and copyrights belong to their respective owners. This patch is intended for personal use only with legally obtained copies of the game.
You are NOT permitted to use the patch for commercial purposes.
All rights concerning the assets or source code are reserved by the original authors and Nintendo for Rhythm Tengoku.
