More movement stuff

This commit is contained in:
PikalaxALT
2015-12-29 13:15:58 -05:00
parent a2a2668233
commit 9bbb65166e
19 changed files with 1510 additions and 1742 deletions

View File

@@ -460,7 +460,7 @@ LoadMovementDataPointer:: ; 19e9
ld hl, OBJECT_STEP_TYPE
add hl, bc
ld [hl], 0
ld [hl], STEP_TYPE_00
ld hl, VramState
set 7, [hl]
@@ -611,7 +611,7 @@ endr
ret
; 1aae
Function1aae:: ; 1aae
_GetMovementByte:: ; 1aae
; Switch to the movement data bank
ld a, [hROMBank]
push af