summaryrefslogtreecommitdiff
path: root/include/macros/m4a.inc
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-11 14:55:51 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-11 14:55:51 -0500
commit8b41179e9349ac3dcc98f2436be2fa70f5040a33 (patch)
treebe57f4b91ef966980e0ed8cee40cd920bb70c473 /include/macros/m4a.inc
parent2e713e820ac25a6a68a150c4f07d4865609985f6 (diff)
parente7672a1aeb5e42d6f4e416ede9f6220122d11743 (diff)
merge
Diffstat (limited to 'include/macros/m4a.inc')
-rw-r--r--include/macros/m4a.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/macros/m4a.inc b/include/macros/m4a.inc
new file mode 100644
index 000000000..6c5abc09b
--- /dev/null
+++ b/include/macros/m4a.inc
@@ -0,0 +1,13 @@
+ .macro song label, music_player, unknown
+ .4byte \label
+ .2byte \music_player
+ .2byte \unknown
+ .endm
+
+ .macro music_player info_struct, track_struct, unknown_1, unknown_2
+ .4byte \info_struct
+ .4byte \track_struct
+ .byte \unknown_1
+ .space 1
+ .2byte \unknown_2
+ .endm