See https://github.com/Vortyne/pureRGB/blob/master/FEATURES.md for the full features documentation.
----SETUP INSTRUCTIONS START----
Scroll to the bottom of this page and download the BPS patch file for the version you want from the file list below. Use Floating IPS or an online patcher to patch pokemon blue for PureBlue or PureGreen. Patch pokemon red for PureRed.
Always use these patch files on the original english game. Don't try to use any on a game that's already been patched.
----SETUP INSTRUCTIONS END----
π΄π΄π΄π΄DONT USE PKHEX ON YOUR SAVE FILE UNLESS YOU WANT EVENTS TO BREAKπ΄π΄π΄π΄
2.6.4 Patch Notes
BUGFIXES
Fixes for Bugs in the Original game:
- BUG: Pokedex rating text from prof oak can get cut off for specific messages due to them being too long. "Congratulations" instead of "Congratulations!" FIX: Change how they are written to avoid cutting off.
- BUG: Sprite # 15 in a map can load in the wrong position due to strange pointless subroutine. FIX: Remove subroutine (was removed in pokemon yellow anyway)
- BUG: Guy who shows you to the gym in PEWTER CITY will display in the wrong position for a couple frames when he leaves you. FIX: Put in the right values so he doesn't.
- BUG: Battles can get stuck turned off if you TELEPORT or DIG or ESCAPE ROPE away from MT_MOON near the fossil guy. This can freeze the game when you encounter trainers. FIX: Re-enable battles correctly in this scenario.
Fixes for Bugs I caused:
- BUG: New LASS trainer in pokemon mansion can trap you if you battle her in the right position. FIX: Move her one position to prevent it.
- BUG: Entering the party menu on silph co 1F and exiting it will cause the overworld's tileset to look messed up. FIX: Fix my code for loading tiles in the new room added to this map.
- BUG: Gift pokemon can sometimes have 0PP on their moves. FIX: Modify code for PP
- BUG: 2 Text errors in erik + sara event and volcano events. FIX: Fix my grammar/word choices
- BUG: Saving on an elevator after changing floors and reloading then leaving the elevator can leave you in a glitch map. FIX: Correctly store warp ID.
- BUG: Cubone evolving when fighting THE MAW in the marowak event can modify your save data erroneously, such as pokedex flags. FIX: Prevent cubone from evolving in this fight.
- BUG: When you receive cubone from the marowak event, it is not marked off on your pokedex. FIX: Mark it.
- BUG: Missingno item duplication can give you 255 of an item in the right scenario, which causes bugs in the game's item menu code. FIX: Only allow a max of 254 by item duplication.
- BUG: Dragonair can evolve during the dragonair event cloyster fight. FIX: Prevent evolution for this fight.
- BUG: If Dragonair faints during the dragonair event cloyster fight, you can rebattle with your non-dragonair pokemon. FIX: Block battling if dragonair has fainted.
- BUG: If you run from a wild battle in the volcano after the volcano's heat burns your pokemon, they don't stay burned. FIX: Apply burn to party data earlier.
- BUG: If you run from IRRADIATED on the first turn after your pokemon is poisoned, your pokemon doesn't stay poisoned. FIX: Apply poison to party data earlier.
TWEAKS
- Tangela now learns DEFENSE_CURL at level 30, and AMNESIA at level 34 instead of 30, and RAZOR_LEAF at level 38 instead of 34.