mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-26 20:06:52 -05:00
80b9c23d0af9cdde79fa2cd6a539f7e1a144d96d
`RLUnComp`, like `LZ77UnComp`, expects the source data to be word-aligned. So, to mirror how lz-compressed data is defined as `u32[]` to enforce word-alignment, this changes rl-compressed data to be defined as `u32[]` to enforce word-alignment.
…
…
Pokémon Emerald
This is a decompilation of Pokémon Emerald.
It builds the following ROM:
- pokeemerald.gba
sha1: f3ae088181bf583e55daf962a92bb46f4f1d07b7
To set up the repository, see INSTALL.md.
For contacts and other pret projects, see pret.github.io.
Description
Languages
C
75.8%
Assembly
20.2%
C++
3.9%
Makefile
0.1%