From ff37bfefe07cdbb6e087e0123576a1b338145dce Mon Sep 17 00:00:00 2001 From: nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> Date: Tue, 20 Nov 2018 19:49:35 +0800 Subject: Dump gMPlayTable and gSongTable --- include/macros/m4a.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/macros/m4a.inc (limited to 'include/macros') diff --git a/include/macros/m4a.inc b/include/macros/m4a.inc new file mode 100644 index 0000000..6c5abc0 --- /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 -- cgit v1.2.3