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 /home.asm | |
parent | 994c2cbf289efa2e23eabf1af96ba62e4f066005 (diff) |
commented movement stuff
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3043,8 +3043,8 @@ CalcDifference:: ; 3633 (0:3633) ret MoveSprite:: ; 363a (0:363a) -; move the sprite [$FF8C] with the movement pointed to by de -; actually only copies the movement data to wcc5b for later +; move the sprite [H_SPRITEINDEX] with the movement pointed to by de +; actually only copies the movement data to wNPCMovementDirections for later call SetSpriteMovementBytesToFF MoveSprite_:: ; 363d (0:363d) push hl @@ -3052,7 +3052,7 @@ MoveSprite_:: ; 363d (0:363d) call GetSpriteMovementByte1Pointer xor a ld [hl],a - ld hl,wcc5b + ld hl,wNPCMovementDirections ld c,0 .loop |