mirror of https://github.com/pret/pokecrystal.git
Fix DangetSoundHigh -> DangerSoundHigh
This commit is contained in:
parent
aecb33f104
commit
6f4e968b70
|
@ -561,7 +561,7 @@ PlayDanger: ; e8307
|
||||||
jr .applychannel
|
jr .applychannel
|
||||||
|
|
||||||
.begin
|
.begin
|
||||||
ld hl, DangetSoundHigh
|
ld hl, DangerSoundHigh
|
||||||
|
|
||||||
.applychannel
|
.applychannel
|
||||||
xor a
|
xor a
|
||||||
|
@ -597,7 +597,7 @@ PlayDanger: ; e8307
|
||||||
|
|
||||||
; e8350
|
; e8350
|
||||||
|
|
||||||
DangetSoundHigh: ; e8350
|
DangerSoundHigh: ; e8350
|
||||||
db $80 ; duty 50%
|
db $80 ; duty 50%
|
||||||
db $e2 ; volume 14, envelope decrease sweep 2
|
db $e2 ; volume 14, envelope decrease sweep 2
|
||||||
db $50 ; frequency: $750
|
db $50 ; frequency: $750
|
||||||
|
|
Loading…
Reference in New Issue