summaryrefslogtreecommitdiff
path: root/engine/items
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2016-01-09 15:48:29 -0500
committerluckytyphlosion <alan.rj.huang@gmail.com>2016-01-09 15:48:29 -0500
commit0962135bdbed24c53b58f8b1340b4a6d1af9ce27 (patch)
tree86f243b4a98dcd14fcc962d8105ca6677922ee65 /engine/items
parentc99606ee2467382d1c447ccefd529477aa72dce7 (diff)
More BankF documentation
AnyMoveToSelect to DoesntAffectMonText
Diffstat (limited to 'engine/items')
-rwxr-xr-xengine/items/items.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/items/items.asm b/engine/items/items.asm
index e0cccf01..8a21de7c 100755
--- a/engine/items/items.asm
+++ b/engine/items/items.asm
@@ -1697,7 +1697,7 @@ ItemUseXStat: ; df69 (3:df69)
ld a,[hli]
push af ; save [W_PLAYERMOVENUM]
ld a,[hl]
- push af ; save [W_PLAYERMOVEEFFECT]
+ push af ; save [wPlayerMoveEffect]
push hl
ld a,[wcf91]
sub a,X_ATTACK - ATTACK_UP1_EFFECT
@@ -1721,7 +1721,7 @@ ItemUseXStat: ; df69 (3:df69)
pop hl
pop af
- ld [hld],a ; restore [W_PLAYERMOVEEFFECT]
+ ld [hld],a ; restore [wPlayerMoveEffect]
pop af
ld [hl],a ; restore [W_PLAYERMOVENUM]
ret