- Added another counter to the Game Corner prize room, adding Abra, Clefairy and Dratini back as prizes.
- Fixed Thorn Avery's and Zeta Null's names in the credits
- Small map changes to postgame areas
- Polished the new dex entries again
- Mewtwo no longer gets Waterfall and Roar from tradebacks
- Fixed a bug where you couldn't surf in the water on the Ferry tileset
- Gave Giovanni's room the same palette as Rocket HQ
- Minor text fixes
- Fixed an issue where LAST_MAP wouldn't update when sailing to Citrine
This was deleted when I was sprucing up the final Silph Co. floor, but I decided to restore it instead.
Because of the weird way PCs work, I made it so the text is a literal bg event on a monitor, true to the text. I think it works fine.
The text was changed to use `prompt` instead of `done` to fix text scrolling issues.
- All of the new Pokemon have been given their Nob Ogasawara-localised names, where applicable. Skimper, Bawligua, and Cryithan have completely new names, (Squeamata, Ministare and Iguanarch), made by me with a lot of help from Plague Von Karma!
- Squeamata and Ministare have new sprites courtesy of Albatross. Crobat and the Alolan forms of Golem, Persian, Sandslash and Raticate have also been updated.
- Sandy Shocks can no longer learn Metal Sound.
- Luxwan and Sirfetch'd can no longer learn Hyper Beam.
- A handful of Pokedex entries have been rewritten or altered slightly.
That's a fair chunk out of my day...
This commit finishes everything about Silph Co. 11F. DON'T. TOUCH IT. Unless there's a bug, but OTHERWISE, do NOT touch it. Holy shit.
Here's everything featured;
- Jessie and James fight, ported over.
- Rocket grunt changed to the appointment one from the strange room on the other side that really shouldn't be there tbh
- Omega fight now doesn't have the "watch out" text as I needed to do a micro-optimisation TRUST ME it was NECESSARY (it was not, in fact, necessary)
- Giovanni now reuses Beedrill and has a generally stronger team, scaling with the fifth Rival fight.
- Omega refight has been added after some toiling with the Team Rocket intro text that absolutely should not have happened but did for some reason AAA
- Rocket trio text somewhat tweaked
Oh and I ported over the balance patch on the stats, including some neo-Cryithan onboarding.
- Brunswick Trail and Faraway Island now use correct palettes.
- Faraway Island has been altered slightly with the same tileset as Celeste Hill
- It's now possible to fly from Citrine locations, as well as Faraway Island, and the roof of both Celadon's Mart and Mansion.
So this isn't working very well. It's halfway there and worked exactly once with what I can only describe as a cosmic ray event.
Here's how it's intended to work: Right as you open the Card Key door, Omega comes barging through, having previously been fighting with Giovanni.
The walking and stuff seems to work, but there are three issues:
- Omega's battle doesn't start, causing a softlock. `call TalkToTrainer` seems to be the iffy point. Note that this code is usually used when talking to a static entity.
- The music bugs out as Omega walks over; this may be linked to the above problem.
- Once these issues are alleviated, Omega will have to disappear, but this isn't a massive deal.
Also includes a dev door in Red's room to easily access the event, and minor code cleanup with Viridian Pre-Gym and Oak's lab - just unnecessary comments.