Fix macro definitiosn for unused commands

This commit is contained in:
Idain
2023-05-06 20:12:45 -04:00
parent 354fefaefb
commit 8c6242a152
2 changed files with 4 additions and 4 deletions

View File

@@ -192,7 +192,7 @@ ENDM
const tempo_relative_cmd ; $e9
MACRO tempo_relative
db tempo_relative_cmd
bigdw \1 ; tempo adjustment
db \1 ; tempo adjustment
ENDM
const restart_channel_cmd ; $ea
@@ -204,7 +204,7 @@ ENDM
const new_song_cmd ; $eb
MACRO new_song
db new_song_cmd
bigdw \1 ; id
dw \1 ; id
ENDM
const sfx_priority_on_cmd ; $ec