You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Fix DangetSoundHigh -> DangerSoundHigh
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user