From bfaad924e7f0ebad59da85830211b9b0c8d2afa8 Mon Sep 17 00:00:00 2001 From: yenatch Date: Mon, 30 Dec 2013 23:22:27 -0500 Subject: label more pointers to Moves --- main.asm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'main.asm') diff --git a/main.asm b/main.asm index b8475cdad..3ae79784b 100644 --- a/main.asm +++ b/main.asm @@ -12183,11 +12183,11 @@ FillPP: ; da6d push hl push de push bc - ld hl, $5afb - ld bc, $0007 + ld hl, Moves + ld bc, Move2 - Move1 call AddNTimes ld de, StringBuffer1 - ld a, $10 + ld a, BANK(Moves) call FarCopyBytes pop bc pop de @@ -19254,10 +19254,10 @@ Function13256: ; 13256 call Predef ld a, [CurSpecies] dec a - ld hl, $5afd - ld bc, $0007 + ld hl, Moves + MOVE_POWER + ld bc, Move2 - Move1 call AddNTimes - ld a, $10 + ld a, BANK(Moves) call GetFarByte ld hl, $c5a0 cp $2 -- cgit v1.2.3