summaryrefslogtreecommitdiff
path: root/bugs_and_glitches.md
diff options
context:
space:
mode:
authorDaniel Harding <33dannye@gmail.com>2021-06-07 19:52:55 -0500
committerGitHub <noreply@github.com>2021-06-07 19:52:55 -0500
commit38c1766a56e183f036c1be795e3b5bf47ed9d67f (patch)
tree2221978851cadddf4343c16b277efd0ac6ae7b50 /bugs_and_glitches.md
parent36ef80903a5cb821ddf4660276709144df67f8b6 (diff)
parent119507e28423014d1027d284ec711c68e1dbe71e (diff)
Merge pull request #108 from ElectroDeoxys/master
Split banks 5 and 8
Diffstat (limited to 'bugs_and_glitches.md')
-rw-r--r--bugs_and_glitches.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/bugs_and_glitches.md b/bugs_and_glitches.md
index 96e3c40..f9704f8 100644
--- a/bugs_and_glitches.md
+++ b/bugs_and_glitches.md
@@ -134,7 +134,7 @@ Each deck AI lists some Pokémon card IDs that have an associated score for retr
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.
-**Fix:** Edit all applicable decks in `src/engine/deck_ai/decks/`, uncommenting the following line:
+**Fix:** Edit all applicable decks in `src/engine/ai/decks/`, uncommenting the following line:
```diff
.store_list_pointers
store_list_pointer wAICardListAvoidPrize, .list_prize
@@ -283,7 +283,7 @@ AIDecide_PokemonTrader_PowerGenerator: ; 2200b (8:600b)
## AI never uses Energy Trans in order to retreat Arena card
-There is a mistake in the AI retreat logic, in [src/engine/deck_ai/decks/general.asm](https://github.com/pret/poketcg/blob/master/src/engine/deck_ai/decks/general.asm):
+There is a mistake in the AI retreat logic, in [src/engine/ai/decks/general.asm](https://github.com/pret/poketcg/blob/master/src/engine/ai/decks/general.asm):
```
.used_switch
; if AI used switch, unset its AI flag
@@ -308,7 +308,7 @@ There is a mistake in the AI retreat logic, in [src/engine/deck_ai/decks/general
## Sam's practice deck does wrong card ID check
-There is a mistake in the AI logic for deciding which Pokémon for Sam to switch to, in [src/engine/deck_ai/decks/sams_practice.asm](https://github.com/pret/poketcg/blob/master/src/engine/deck_ai/decks/sams_practice.asm):
+There is a mistake in the AI logic for deciding which Pokémon for Sam to switch to, in [src/engine/ai/decks/sams_practice.asm](https://github.com/pret/poketcg/blob/master/src/engine/ai/decks/sams_practice.asm):
```
; this is a bug, it's attempting to compare a card ID with a deck index.
; the intention was to change the card to switch to depending on whether