diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-29 23:23:57 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-29 23:23:57 -0400 |
commit | ba5bc304f959d2387b45b9320808797272cf958a (patch) | |
tree | 76028ce9aed1bcaaa5f700b4785df10c0f504c66 /audio/sfx.asm | |
parent | 7883e8f431a0b8f995c8f581af248b53896e5aa5 (diff) |
Updates to more closely sync with pokegold
Diffstat (limited to 'audio/sfx.asm')
-rw-r--r-- | audio/sfx.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/sfx.asm b/audio/sfx.asm index c97f41522..83dd5f6d6 100644 --- a/audio/sfx.asm +++ b/audio/sfx.asm @@ -468,6 +468,7 @@ Sfx_Unknown5F: channel 6, Sfx_Unknown5F_Ch6 Sfx_Sandstorm: channel 8, Sfx_Sandstorm_Ch8 + assert Sfx_Sandstorm_Ch8 == Sfx_Unknown5F_Ch8 Sfx_HangUp: channel_count 1 |