diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2016-07-29 10:40:57 -0400 | 
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2016-07-29 10:40:57 -0400 | 
| commit | 3bb73b2430454221b5588cdb652596c4f2e9046f (patch) | |
| tree | 13e2c93d1b509c78d5321450a3fecd9346e61082 | |
| parent | d84ebd212434dd754729543b257cd17fed9e54d4 (diff) | |
| parent | c33ba049a5a993fc678fd1698645039ce4974022 (diff) | |
Merge branch 'master' of github.com:pret/pokecrystal
| -rw-r--r-- | home/audio.asm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/home/audio.asm b/home/audio.asm index c6982fbbc..5e6eafe9a 100644 --- a/home/audio.asm +++ b/home/audio.asm @@ -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 | 
