Dump gMPlayTable and gSongTable

This commit is contained in:
nullableVoidPtr
2018-11-20 19:49:35 +08:00
parent c7045ae369
commit ff37bfefe0
4 changed files with 972 additions and 6 deletions
+13
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