summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElectroDeoxys <ElectroDeoxys@gmail.com>2019-12-30 13:53:11 +0000
committerElectroDeoxys <ElectroDeoxys@gmail.com>2019-12-30 13:53:11 +0000
commit1283b50a30f72624d73bb048eb4921f9df154e84 (patch)
treebad547b13e7437b098ee8a4052e4645c2df86aec /src
parenta4ee5f64029e3c6dfc0a890aa0ac1b727127301b (diff)
parent1a7cad8645cba65555ef490bb47150e2ffa01035 (diff)
Merge https://github.com/ElectroDeoxys/poketcg
Diffstat (limited to 'src')
-rw-r--r--src/engine/bank05.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/engine/bank05.asm b/src/engine/bank05.asm
index 6e060b2..9e2734a 100644
--- a/src/engine/bank05.asm
+++ b/src/engine/bank05.asm
@@ -5344,7 +5344,7 @@ GetAIScoreOfAttack: ; 16a86 (5:6a86)
jr .check_defending_can_ko
; local function that gets called to determine damage to
-; benched Pokémoncaused by a HIGH_RECOIL move.
+; benched Pokémon caused by a HIGH_RECOIL move.
; return carry if using move causes number of benched Pokémon KOs
; equal to or larger than remaining prize cards.
; this function is independent on duelist turn, so whatever
@@ -5873,14 +5873,14 @@ HandleNinetalesMixUp: ; 16f4e (5:6f4e)
ld a, DUELVARS_NUMBER_OF_CARDS_IN_HAND
call GetNonTurnDuelistVariable
or a
- ret z ; return if no hand cards
+ ret z
ld a, 3
call Random
or a
- jr z, .encourage ; if a = 0
+ jr z, .encourage
dec a
- ret z ; return if a = 1
+ ret z
call SwapTurn
call CreateHandCardList
call SwapTurn
@@ -6931,4 +6931,4 @@ HandleLegendaryArticunoEnergyScoring: ; 175bd (5:75bd)
; 0x175c9
Func_175c9 ; 175c9 (5:75c9)
- INCROM $175c9, $18000 \ No newline at end of file
+ INCROM $175c9, $18000