mirror of https://github.com/pret/pokecrystal.git
Fix PlaySFX priority comment
This commit is contained in:
parent
604778749d
commit
eb7195a780
|
@ -196,7 +196,7 @@ endr
|
|||
|
||||
PlaySFX:: ; 3c23
|
||||
; Play sound effect de.
|
||||
; Sound effects are ordered by priority (lowest to highest)
|
||||
; Sound effects are ordered by priority (highest to lowest)
|
||||
|
||||
push hl
|
||||
push de
|
||||
|
|
Loading…
Reference in New Issue