summaryrefslogtreecommitdiff
path: root/src/wram.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2016-01-17 12:14:56 +0100
committerxCrystal <rgr.crystal@gmail.com>2016-01-17 12:14:56 +0100
commit4dc29d4884eeb2e4bc7be34588f4408db9f8008c (patch)
tree12cf0ab489fa63f5fea90576da803f3359f50e63 /src/wram.asm
parent95c6b2390120a95c77e4bf582452ec77f426976a (diff)
Generalize to "effect commands", even for trainer cards, to avoid confusion
Diffstat (limited to 'src/wram.asm')
-rwxr-xr-xsrc/wram.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wram.asm b/src/wram.asm
index ad91ab2..83dea99 100755
--- a/src/wram.asm
+++ b/src/wram.asm
@@ -148,7 +148,7 @@ wCardBuffer2:: ; cc65
ds $c
-wCurrentMoveEffectOrCardFunction:: ; ccb2
+wCurrentMoveOrCardEffect:: ; ccb2
ds $1
ds $5a
@@ -158,7 +158,7 @@ wUppercaseFlag:: ; cd0d
; During a duel, this is always $b after the first attack.
; $b is the bank where the functions associated to card or effect commands are.
-; Its only purpose seems to be store this value to be read by TryExecuteCommandFunction.
+; Its only purpose seems to be store this value to be read by TryExecuteEffectCommandFunction.
wce22:: ; ce22
;--- Bank 1: $Dxxx ----------------------------------------