Update bugs_and_glitches.md

This commit is contained in:
FrenchOrange 2025-09-23 22:01:03 +02:00
parent 2c1422e057
commit d547da3e38

View File

@ -36,6 +36,7 @@ Fixes are written in the `diff` format.
- [Dive Bomb animation has incorrect frame data](#dive-bomb-animation-has-incorrect-frame-data)
- [Text](#text)
- [Both Ninetales cards misspell its name](#both-ninetales-cards-misspell-its-name)
- [Brittany's defeat dialogue has a typo](#brittanys-defeat-dialogue-has-a-typo)
- [Challenge host uses wrong name for the first rival](#challenge-host-uses-wrong-name-for-the-first-rival)
## Game engine
@ -800,6 +801,18 @@ When playing the challenge cup, player name is used instead of rival name before
+ text "Presently, <RAMTEXT> is still"
```
### Brittany's defeat dialogue has a typo
After defeating Brittany in the Grass Club, her dialogue is gramatically incorrect.
**Fix:** Edit `Text06e7` in [src/text/text8.asm](https://github.com/pret/poketcg/blob/master/src/text/text8.asm):
```diff
text "Humph! Whenever I lose, I "
- line "get irritated me!"
+ line "get irritated!"
done
```
### Both Ninetales cards misspell its name
The name string used for both NinetalesLv32 and NinetalesLv35 misspells the Pokémon's name as "Ninetails".