Glitch City Laboratories Archives

Glitch City Laboratories closed on 1 September 2020 (announcement). This is an archived copy of an article from Glitch City Laboratories wiki.

A live version of this article is available at the Glitch City Wiki here.

You can join Glitch City Research Institute to ask questions or discuss current developments.

You may also download the archive of the wiki in .tar.gz or .xml.gz formats.

Minimize and Substitute glitch

More research is needed for this article.


Reason given: Document more effects of it. Can a Glitch Pokémon evolve if its sprite and name are "stable" enough? Are there many glitch cries available for Glitch Pokémon? List Glitch Type Sprites that could cause interesting effects. Study the causes and effects of the corruption of the PC Pokémon Selection in Fr/Lg. Test again the effect of Pokédex entries of Glitch Pokémon.





PRAMA Initiative a également une page sur .
The Minimize and Substitute glitch is a natural glitch in Pokémon Red and Blue. This glitch was fixed in Pokémon Yellow.

Minimize glitch

Enemy Chansey in the Unknown Dungeon know Minimize.

If after an enemy Pokémon uses Minimize, the player opens and closes the fight menu then view the stats of any valid Pokémon in the party, their sprite will become the "minimized" sprite and the opponent's sprite will become a broken version of the Pokémon they viewed.

Glitch Pokémon

If the player views the summary of certain glitch Pokémon the opponent's sprite won't change but their backsprite still will. This is because viewing the front sprites of those glitch Pokémon triggers the Rhydon trap.

Some glitch Pokémon, like 4h (hex
D6)
and 4h (hex
D6)
, are hybrids of valid Pokémon. Since they don't trigger the Rhydon trap, it is possible to view their front sprites with this glitch.

Substitute glitch

The Substitute glitch occurs when the player opens and close the fight menu then views the stats of any valid Pokémon in the party after the foe uses Substitute. It causes the user's sprite to become the Substitute back sprite.

Explanation

On the stats screen, the selected Pokémon's sprite is displayed using the same area of the VRAM, vFrontPic (49 tiles, from tile $00 to tile $30), as the enemy Pokémon's sprite in battle. Therefore, when closing the stats screen, the enemy Pokémon's sprite needs to be reloaded. If the enemy is minimized, or has a substitute up, then instead of reloading its sprite, the function for the corresponding battle animation, AnimationMinimizeMon or AnimationSubstitute, is instead invoked to draw the "minimized" sprite or substitute sprite.

However, both functions rely on [H_WHOSETURN] to determine which sprite should be minimized or replaced with substitute. The code handling those special cases didn't set [H_WHOSETURN], so it is possible for its value to be 0 (player) instead of 1 (enemy). In this case, the player's sprite will be affected by the animation instead, and the enemy's sprite will be drawn with the tiles of the Pokémon whose stat screen is displayed instead. The sprite looks "broken" because the front sprite shown on the stat screen is flipped, which means that each tile is flipped and the order of columns is flipped too. Displaying those flipped tiles in the unflipped order results in a "broken" sprite.

Opening and closing the fight menu can help set up this glitch, because when drawing the fight menu, [H_WHOSETURN] is set to 0 so that the GetCurrentMove function can correctly get the move the cursor is on, in order to display its type.

Youtube Video

  • REDIRECT Template:YouTube
  • REDIRECT Template:YouTube

    Categories