dump songs

This commit is contained in:
sceptillion
2017-12-21 14:24:11 -08:00
parent eb65458b67
commit d6987ee9b9
539 changed files with 510017 additions and 32 deletions

13
asm/macros/m4a.inc Normal file
View File

@@ -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