From 4d17f6e1f6d41b91f5a5de71984a7c6f2bd0041c Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 24 Oct 2015 19:49:19 -0400 Subject: Address comments on PR 322 --- battle/core.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'battle/core.asm') diff --git a/battle/core.asm b/battle/core.asm index f3227150a..6fc9a6f49 100644 --- a/battle/core.asm +++ b/battle/core.asm @@ -8696,11 +8696,11 @@ Function3f6d0: ; 3f6d0 ld [wd267], a ld [wd232], a ld [wd0d8], a - ld [wKeyItemsPocketPointerLocation], a - ld [wItemsPocketPointerLocation], a + ld [wKeyItemsPocketCursor], a + ld [wItemsPocketCursor], a ld [wd0d2], a ld [CurMoveNum], a - ld [wBallsPocketPointerLocation], a + ld [wBallsPocketCursor], a ld [wd0d6], a ld [wd0e4], a ld [wd0e0], a -- cgit v1.2.3