This is a disassembly of Pokémon: Version Rouge and Bleue that is partially working on numwork Game Boy emulator.
Thanks to @lolocomotive#6338
(on Omega's Discord) for the fix.
If you don't want to bother compiling, you can download a rom from the releases.
The fix is to remove the frames of the nurse spinning in front of the machine and the animation of the healing machine.
This fix does not solve everything, if you die or if you fly the game will crash.
NOTE: If you want to patch yourself, you can clone the repo, then edit engine/events/pokecenter.asm
and comment line 22 and 25 with a semicolon (the line that animate the nurse and the healing machine).
This also fix work for the english version, other languages should work too.
It builds the following ROMs:
- pokered.gbc
sha1: 21370ea178a29ed106f063d2f8a3f0a41cde4dba
- pokeblue.gbc
sha1: bc063e445e87f248a4f0c6e1118603548fff4ff4
- pokeblue_debug.gbc (debug build)
sha1: 82c60508d74b13cdcc3432a0f06c274525f72091
To set up the repository, see INSTALL.md.
Other disassembly projects: