aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/decrement_pp.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2016-06-12 02:55:49 -0500
committerdannye <corrnondacqb@yahoo.com>2016-06-12 02:55:49 -0500
commit604eb493c42b457f9e006e2cf67f29c15e0d1d0b (patch)
tree6e64376d2d2594acdf97b0aee3d7449577853508 /engine/battle/decrement_pp.asm
parentMerge branch 'master' of https://github.com/pret/pokered into merge-pokered (diff)
downloadpokeyellow-604eb493c42b457f9e006e2cf67f29c15e0d1d0b.tar.gz
pokeyellow-604eb493c42b457f9e006e2cf67f29c15e0d1d0b.tar.xz
pokeyellow-604eb493c42b457f9e006e2cf67f29c15e0d1d0b.zip
Remove more address comments
Diffstat (limited to 'engine/battle/decrement_pp.asm')
-rw-r--r--engine/battle/decrement_pp.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/decrement_pp.asm b/engine/battle/decrement_pp.asm
index fd1a3184..984af087 100644
--- a/engine/battle/decrement_pp.asm
+++ b/engine/battle/decrement_pp.asm
@@ -33,7 +33,7 @@ DecrementPP:
ld a, [wPlayerMonNumber] ; which mon in party is active
ld bc, wPartyMon2 - wPartyMon1
call AddNTimes ; calculate address of the mon to modify
-.DecrementPP ; f4301 (3d:4301)
+.DecrementPP
ld a, [wPlayerMoveListIndex] ; which move (0, 1, 2, 3) did we use?
ld c, a
ld b, 0