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