Skip to content

PureRGB - v2.4.5

Compare
Choose a tag to compare
@Vortyne Vortyne released this 05 Jul 01:48
· 546 commits to master since this release

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 IPS patch file for the version you want from the file list below. Use Lunar IPS 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----

Any v2.0 or higher save file should work in this new version - but I would recommend loading the save normally rather than loading a save state. You may experience strange behaviour if you load a save state during something that I have changed between v2.0 and the current version. If you are stuck in place on loading the save in the new version, use Fly, Teleport, or Pocket Abra to fix the issue. If you get a really bad bug on loading your save, try going to somewhere else on the old version (Viridian city pokemon center is a good choice), and saving there instead, then loading on the new version again.

v2.4.5 Patch Notes

Fixes for Bugs I caused:

  • BUG: When exiting the SS Anne after getting CUT, the "SS Anne Leaving" animation is hidden by a black screen until it completes. FIXED - Now resets color palettes to avoid the black screen. The black screen was caused by a "deferred loading" setup I used to hide tile blocks getting replaced on first loading many maps - the screen would remain black until the map script runs once. In some cases with scripts that run immediately on entering a map I have to manually reset the palettes to avoid a black screen.
  • BUG: "Super Effective" "Not Very Effective" etc. applies to SONICBOOM and SEISMIC TOSS. FIXED - They will ignore effectiveness messages as intended. I accidentally removed these moves' effects from an array that prevented an effectiveness message from showing up for them (this oversight happened when modifying Tri Attack in version 2.3.0)