diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-11 15:40:09 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-11 15:40:09 -0400 |
commit | 187e30cac8993683908a1a3e8e5cc586a77d9c1b (patch) | |
tree | f401415fb0316478ab867a1074d313a5938d6701 /audio/sfx.asm | |
parent | 48e209763f1c984ddf7c4f3760210c14bfe5c991 (diff) |
Replace more hex values with constants or decimal
Diffstat (limited to 'audio/sfx.asm')
-rw-r--r-- | audio/sfx.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/sfx.asm b/audio/sfx.asm index dbc10ddbb..977770069 100644 --- a/audio/sfx.asm +++ b/audio/sfx.asm @@ -3650,8 +3650,8 @@ Sfx_2Boops_Ch5: soundinput $8 endchannel -Sfx_UnknownCB: - musicheader 1, 8, Sfx_UnknownCB_Ch8 +Sfx_IntroWhoosh: + musicheader 1, 8, Sfx_IntroWhoosh_Ch8 Sfx_Menu_Ch8: noise __, 2, $e2, $33 @@ -4703,7 +4703,7 @@ Sfx_Unknown60_Ch8: noise __, 16, $f2, $43 endchannel -Sfx_UnknownCB_Ch8: +Sfx_IntroWhoosh_Ch8: noise __, 2, $10, $10 noise __, 3, $20, $10 noise __, 3, $30, $20 |