This commit fixes the following bugs:
- Viewing the Town Map in Viridian Pre-Gym would show the player as being in Cerulean.
- Psychic, Psywave, Night Shade and Dazzling Gleam wouldn't shake the full screen
- Okay, NOW it's impossible to trap yourself in Cinnabar Volcano.
- Getting the Vermilion Beauty gift would lock you out from getting the Silph Co Lapras gift later.
- Text fixes
Removed a duplicate "for" in both of the Silph Chief's before battle texts. Additionally, in his loss text, moved the "I... I..." all to one line for the aesthetics.
In one of the trainer's after battle texts in Silph Gauntlet 5F, they start a sentence without capitalizing it. In this case, since it starts a new sentence, the word after the ellipsis needs to be capitalized.
The 4th trainer's after battle text has one of its lines cut off due to the scroll arrow and that same line overflows the textbox. This commit fixes it.
This commit fixes the following bugs:
- A guy in Celadon University was stuck in a tree due to being placed on the wrong tile.
- It was possible to walk out of bounds in Mt. Moon Crater due to buggy collision near the bottom of the map
- Hi Jump Kick had a slightly glitched animation
- It was possible to walk into a specific rock in both Cerulean Cave and Garnet Cavern. This was a vanilla bug too, but I'm fixing it proper now.
- There was no signpost outside Bill's Lighthouse where there should've been.
- Fixed two errors in the README
- The Fissure TM was not purchasable at the Citrine Rocket house
- Even if you had picked one of the original starters, you could still get the Charmander and Squirtle gifts as the NPCs would show up regardless.
- Trying to get the Squirtle gift with a full party and box would lock you out from getting it
- Fixed a text issue in Celadon Uni where the professor states the wrong TM
- Fixed two text issues in Silph Co
Took them down a bit from Level 70 to 65, and mostly increased their learnset levels, so going to Citrine first to catch them shouldn't make Silph Gauntlet WAY easier. In order to stay consistent with the number of moves they were each given, I've added Psychic to Garticuno's level up learnset.
- Adds a slightly remade version of the Rocket battle theme that plays when fighting Rocket Grunts, Jessie & James, and Giovanni (1 and 2)
- Giovanni 3 and Chief now share a new battle theme composed by myself and LuciShrimp, which is a slower, more intimidating remix of the regular Rocket fight theme.
- Gave Giovanni 3 his own trainer class, allowing for better AI routines and smarter move choices.
- Removed Giovanni's name from the Viridian City Gym statues to keep his identity a further secret. It also made more sense than in vanilla.
- Gave the postgame Morimoto fight a better selection of moves.
- Fixed a bug where the Elite 4 wouldn't use Full Restores. Apparently the game only allows one item per trainer.
- Gave Oak and Chief custom AI found from proto assets (then changed to be less ass)
- Small amount of balancing
- Minor text fixes
- Figured out roughly how the current high-level AI works (Stat boosting moves are only used sometimes on the first turn, Recover is only used sometimes when below half health, otherwise just attack with a move that isn't ineffective. More testing needed for stat lowering moves and things like Barrier)
This fixes some of the issues with the current AI system to make them better. In short:
- Most Trainers should correctly recognise when a move is not very effective, and not use it. If they have a supereffective move and a regular-effective move, they will slightly prioritise the supereffective one, but not always use it like in regular RBY. This prevents the Lorelei softlock, for example.
- Trainers won't attempt to set status effects on Pokemon that already have one, won't try recovering at full health, and won't attempt to set up multiple Reflects or Light Screen
- Certain high-level trainers will recognise when a Pokemon does not have a status, and will try to inflict one if so. This makes Agatha's, Erika's and Koga's team types much more effective.
- Youngsters and Cue Balls no longer pick moves randomly and will actually give it some thought
- Brock and the Engineers now recognize type effectiveness, Students do not given how early they're encountered.
- General improvements to move choices for all Gym Leaders, E4 and Shinjuku Jacky.
We're almost done.