Renamed cry_not and cry2_not macros

This commit is contained in:
LOuroboros 2021-01-05 23:31:52 -03:00
parent 9827e57fbc
commit 0da2fd0dcb
2 changed files with 854 additions and 854 deletions

View File

@ -151,13 +151,13 @@
.byte 0xff, 0, 0xff, 0 .byte 0xff, 0, 0xff, 0
.endm .endm
.macro cry_not sample @ not compressed .macro cry_uncomp sample @ not compressed
.byte 0x0, 60, 0, 0 .byte 0x0, 60, 0, 0
.4byte \sample .4byte \sample
.byte 0xff, 0, 0xff, 0 .byte 0xff, 0, 0xff, 0
.endm .endm
.macro cry2_not sample @ not compressed .macro cry2_uncomp sample @ not compressed
.byte 0x10, 60, 0, 0 .byte 0x10, 60, 0, 0
.4byte \sample .4byte \sample
.byte 0xff, 0, 0xff, 0 .byte 0xff, 0, 0xff, 0

File diff suppressed because it is too large Load Diff