summaryrefslogtreecommitdiff
path: root/src/engine/bank05.asm
diff options
context:
space:
mode:
authorElectroDeoxys <ElectroDeoxys@gmail.com>2019-09-16 19:28:45 +0100
committerElectroDeoxys <ElectroDeoxys@gmail.com>2019-09-16 19:28:45 +0100
commitae822f8889f486835c7194eead6f3ba0ce7e1da2 (patch)
tree3feeb26b89bc459c19ac3cfb47fff2d6e5941236 /src/engine/bank05.asm
parentfeb8b16f17a8cd9497ecf124e0f116dd144878d6 (diff)
More AI Potion routines
Diffstat (limited to 'src/engine/bank05.asm')
-rw-r--r--src/engine/bank05.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/bank05.asm b/src/engine/bank05.asm
index 18b4217..fc398e2 100644
--- a/src/engine/bank05.asm
+++ b/src/engine/bank05.asm
@@ -3815,7 +3815,7 @@ Func_164ba: ; 164ba (5:64ba)
ld [de], a
jr AIDecideWhichCardToAttachEnergy
-; copies Play Area AI score to wTempPlayAreaAIScore
+; copies wTempPlayAreaAIScore to wPlayAreaAIScore
; and loads wAIscore with value in wcde3.
; identical to Func_169e3.
Func_164d3: ; 164d3 (5:64d3)
@@ -4807,7 +4807,7 @@ Func_169ca: ; 169ca (5:69ca)
ld [de], a
jr Func_169f8.asm_169fc
-; copies wPlayAreaAIScore to wTempPlayAreaAIScore
+; copies wTempPlayAreaAIScore to wPlayAreaAIScore
; and loads wAIscore with value in wcde3.
; identical to Func_164d3.
; TODO: reconsider function structure here.