summaryrefslogtreecommitdiff
path: root/bugs_and_glitches.md
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2021-06-11 18:12:53 -0500
committerdannye <33dannye@gmail.com>2021-06-11 18:12:53 -0500
commit3e36b5fd9d1aa5a5fbe9132bae98b127b82541aa (patch)
treec15cd4ec6db8170e669bfb8a1a4e27645edfb24c /bugs_and_glitches.md
parentd5262b8b07335cc89289d9443ee9501579d1170a (diff)
Fix typos
Diffstat (limited to 'bugs_and_glitches.md')
-rw-r--r--bugs_and_glitches.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugs_and_glitches.md b/bugs_and_glitches.md
index f9704f8..a2d3ee8 100644
--- a/bugs_and_glitches.md
+++ b/bugs_and_glitches.md
@@ -132,7 +132,7 @@ Each deck AI lists some Pokémon card IDs that have an associated score for retr
db $00
```
-However, the game never actually stores the pointer to these lists (a notable expection being the Legendary Moltres deck), so the AI cannot access these score modifiers.
+However, the game never actually stores the pointer to these lists (a notable exception being the Legendary Moltres deck), so the AI cannot access these score modifiers.
**Fix:** Edit all applicable decks in `src/engine/ai/decks/`, uncommenting the following line:
```diff