diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-09-16 20:39:01 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-09-16 20:39:01 +0100 |
commit | d532bce3fee7b3d323f63950022632b972282913 (patch) | |
tree | 3bd4170e45eed047075f936dc6304606a1c47f76 /src/engine/bank05.asm | |
parent | c1d4866ff3b74f8290689adf798ef512711c2247 (diff) |
More AI Super Potion routines
Diffstat (limited to 'src/engine/bank05.asm')
-rw-r--r-- | src/engine/bank05.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/bank05.asm b/src/engine/bank05.asm index fc398e2..90bb442 100644 --- a/src/engine/bank05.asm +++ b/src/engine/bank05.asm @@ -203,7 +203,7 @@ Func_14145: ; 14145 (5:4145) ; return carry if any of the following is satisfied: ; - deck index in a corresponds to a double colorless energy card; -; - card type in wTempCardType is double colorless energy; +; - card type in wTempCardType is colorless; ; - card ID in wTempCardID is a Pokémon card that has ; moves that require energy other than its color and ; the deck index in a corresponds to that energy type; |