Document the Slowpoke Well graphical oversight

This commit is contained in:
Rangi42 2024-06-12 14:14:12 -04:00
parent b26e023555
commit bb572c4c52
5 changed files with 12 additions and 0 deletions

View File

@ -71,6 +71,7 @@ Fixes in the [multi-player battle engine](#multi-player-battle-engine) category
- [In-battle “`…`” ellipsis is too high](#in-battle--ellipsis-is-too-high)
- [Two tiles in the `port` tileset are drawn incorrectly](#two-tiles-in-the-port-tileset-are-drawn-incorrectly)
- [The Ruins of Alph research center's roof color at night looks wrong](#the-ruins-of-alph-research-centers-roof-color-at-night-looks-wrong)
- [Slowpoke Well's stones use the wrong corner tile](#slowpoke-wells-stones-use-the-wrong-corner-tile)
- [A hatching Unown egg would not show the right letter](#a-hatching-unown-egg-would-not-show-the-right-letter)
- [Beat Up may fail to raise Substitute](#beat-up-may-fail-to-raise-substitute)
- [HP bar animation is slow for high HP](#hp-bar-animation-is-slow-for-high-hp)
@ -1757,6 +1758,17 @@ The dungeons' map group mostly has indoor maps that don't need roof colors, but
![image](https://raw.githubusercontent.com/pret/pokecrystal/master/docs/images/ruins_of_alph_outside_cinnabar.png)
### Slowpoke Well's stones use the wrong corner tile
This is a mistake with block $5B in the `johto_modern` tileset. The bottom-left corners of the three stones around Slowpoke Well use tile $4B, but should use tile $47.
![image](https://raw.githubusercontent.com/pret/pokecrystal/master/docs/images/slowpoke_well.png)
**Fix:** Edit block $5B with [Polished Map](https://github.com/Rangi42/polished-map) to use the same tiles as block $5C:
![image](https://raw.githubusercontent.com/pret/pokecrystal/master/docs/images/slowpoke_well_fixed.png)
### A hatching Unown egg would not show the right letter
**Fix:** Edit both functions in [engine/pokemon/breeding.asm](https://github.com/pret/pokecrystal/blob/master/engine/pokemon/breeding.asm):

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 B

After

Width:  |  Height:  |  Size: 116 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 B