From fb559f1f4e0104bfc59350359a2fb82fbe88ebba Mon Sep 17 00:00:00 2001 From: dannye Date: Fri, 17 Jul 2015 02:52:25 -0500 Subject: More direction constants facing directions, npc movement, joypad --- home.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home.asm') diff --git a/home.asm b/home.asm index 1230f07f..430be975 100644 --- a/home.asm +++ b/home.asm @@ -3064,7 +3064,7 @@ MoveSprite_:: ; 363d (0:363d) jr nz,.loop ld a,c - ld [wcf0f],a ; number of steps taken + ld [wNPCNumScriptedSteps],a ; number of steps taken pop bc ld hl,wd730 -- cgit v1.3.1-sl0p