Prefix wram labels with w, part 2.

This commit is contained in:
luckytyphlosion
2018-01-23 17:39:09 -05:00
parent 79bd48f85c
commit a1951cefc0
323 changed files with 8581 additions and 8581 deletions

View File

@@ -215,7 +215,7 @@ Movement_step_end: ; 51c1
add hl, bc
ld [hl], $0
ld hl, VramState
ld hl, wVramState
res 7, [hl]
ld hl, OBJECT_STEP_TYPE
@@ -243,7 +243,7 @@ Movement_48: ; 51db
add hl, bc
ld [hl], STEP_TYPE_03
ld hl, VramState
ld hl, wVramState
res 7, [hl]
ret
; 51fd
@@ -257,7 +257,7 @@ Movement_remove_object: ; 51fd
ld [hl], -1
.not_leading
ld hl, VramState
ld hl, wVramState
res 7, [hl]
ret
; 5210
@@ -271,7 +271,7 @@ Movement_4b: ; 5210
add hl, bc
ld [hl], STEP_TYPE_04
ld hl, VramState
ld hl, wVramState
res 7, [hl]
ret
; 5222