diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-15 04:27:59 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-15 04:27:59 -0700 |
| commit | 7b676f5851a2b6fe0001f259afde6e9918b93683 (patch) | |
| tree | 11e66ae327a27f5e769aa012d5ca4e5646df4d42 /engine/overworld/npc_movement.asm | |
| parent | named wram variables (diff) | |
| download | pokeyellow-7b676f5851a2b6fe0001f259afde6e9918b93683.tar.gz pokeyellow-7b676f5851a2b6fe0001f259afde6e9918b93683.tar.xz pokeyellow-7b676f5851a2b6fe0001f259afde6e9918b93683.zip | |
commented movement stuff
Diffstat (limited to 'engine/overworld/npc_movement.asm')
| -rwxr-xr-x | engine/overworld/npc_movement.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/npc_movement.asm b/engine/overworld/npc_movement.asm index 73a3fdfb..f27df648 100755 --- a/engine/overworld/npc_movement.asm +++ b/engine/overworld/npc_movement.asm @@ -63,7 +63,7 @@ Func_1a44c: ; 1a44c (6:644c) call FillMemory ld [hl], $ff ld a, [wSpriteIndex] - ld [H_DOWNARROWBLINKCNT2], a + ld [H_SPRITEINDEX], a ld de, wNPCMovementDirections2 call MoveSprite ld a, $1 |
