summaryrefslogtreecommitdiff
path: root/src/audio/sfx.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2021-02-16 23:48:41 -0600
committerdannye <33dannye@gmail.com>2021-02-16 23:48:41 -0600
commit8522988917b7ddb35d2bd13576d99da4906de97c (patch)
tree212e3254277a647be0c487c51801471f79b69191 /src/audio/sfx.asm
parent1137562b5283b43981d4360ce9ffb041b8211a46 (diff)
Manually declare the 00 padding
instead of manually declaring the ff padding
Diffstat (limited to 'src/audio/sfx.asm')
-rw-r--r--src/audio/sfx.asm4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/audio/sfx.asm b/src/audio/sfx.asm
index 7e87930..9d3818c 100644
--- a/src/audio/sfx.asm
+++ b/src/audio/sfx.asm
@@ -593,7 +593,3 @@ INCLUDE "audio/sfx/sfx_5c.asm"
INCLUDE "audio/sfx/sfx_5d.asm"
INCLUDE "audio/sfx/sfx_5e.asm"
INCLUDE "audio/sfx/sfx_5f.asm"
-
-rept $c1
- db $ff
-endr