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

@@ -29,7 +29,7 @@ PlayMonCry2:: ; 37d5
push af
xor a
ld [wStereoPanningMask], a
ld [CryTracks], a
ld [wCryTracks], a
pop af
call _PlayMonCry
ret
@@ -76,13 +76,13 @@ endr
inc hl
ld a, [hli]
ld [CryPitch], a
ld [wCryPitch], a
ld a, [hli]
ld [CryPitch + 1], a
ld [wCryPitch + 1], a
ld a, [hli]
ld [CryLength], a
ld [wCryLength], a
ld a, [hl]
ld [CryLength + 1], a
ld [wCryLength + 1], a
pop af
rst Bankswitch