diff options
| author | yenatch <yenatch@gmail.com> | 2016-07-01 18:53:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-01 18:53:50 -0400 |
| commit | c33ba049a5a993fc678fd1698645039ce4974022 (patch) | |
| tree | e751012e30842192beb2eaf6fa266d61d19e7f3e | |
| parent | 604778749d26223a21df776c7df6a017e80cead9 (diff) | |
| parent | eb7195a78009e4ef1312fe7835b0a33229c22073 (diff) | |
Merge pull request #344 from jangler/sfx-priority-comment
Fix PlaySFX priority comment
| -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 |
