diff options
Diffstat (limited to 'bugs_and_glitches.md')
-rw-r--r-- | bugs_and_glitches.md | 2 |
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 |