summaryrefslogtreecommitdiff
path: root/asm/macros
diff options
context:
space:
mode:
authorsceptillion <33798691+sceptillion@users.noreply.github.com>2017-12-21 14:24:11 -0800
committersceptillion <33798691+sceptillion@users.noreply.github.com>2017-12-21 14:30:11 -0800
commitd6987ee9b9d8db2d5a09b5d25eeb2c774639be9d (patch)
tree6358424debc0375fef46a9877c3532f9d9f17dd1 /asm/macros
parenteb65458b67412cc4fc01eb3a4fb1c37d88829b54 (diff)
dump songs
Diffstat (limited to 'asm/macros')
-rw-r--r--asm/macros/m4a.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/asm/macros/m4a.inc b/asm/macros/m4a.inc
new file mode 100644
index 000000000..6c5abc09b
--- /dev/null
+++ b/asm/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