Prefix wram labels with w, part 2.
This commit is contained in:
10
home/cry.asm
10
home/cry.asm
@@ -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
|
||||
|
Reference in New Issue
Block a user