mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Renamed cry_not and cry2_not macros
This commit is contained in:
parent
9827e57fbc
commit
0da2fd0dcb
@ -151,13 +151,13 @@
|
||||
.byte 0xff, 0, 0xff, 0
|
||||
.endm
|
||||
|
||||
.macro cry_not sample @ not compressed
|
||||
.macro cry_uncomp sample @ not compressed
|
||||
.byte 0x0, 60, 0, 0
|
||||
.4byte \sample
|
||||
.byte 0xff, 0, 0xff, 0
|
||||
.endm
|
||||
|
||||
.macro cry2_not sample @ not compressed
|
||||
.macro cry2_uncomp sample @ not compressed
|
||||
.byte 0x10, 60, 0, 0
|
||||
.4byte \sample
|
||||
.byte 0xff, 0, 0xff, 0
|
||||
|
1704
sound/cry_tables.inc
1704
sound/cry_tables.inc
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user