Welcome to Data Crystal's new home! Data Crystal is now part of the TCRF family (sort of).
The wiki has recently moved; please report any issues in Discord. Pardon the dust.

MOTHER 3/Sound player table

From Data Crystal
Jump to navigation Jump to search

This is a sub-page of MOTHER 3.

Sound player table
Game MOTHER 3
Start Address 0xECD40
End Address 0xED93F
# of Entries 256 (0x100)
Entry Length 12 bytes (0xC)
Total Length 3072 bytes (0xC00)
Back to the ROM map

Overview

The sound player table correlates between the music numbers seen in the sound player, and the game's internal song pointer table. It also contains a duration value.

Format

There are 256 entries, corresponding to the game's internal music titles listing. Each entry consists of 12 bytes:

Field listing

  • 00-01 (02) = [ A ] Song ID
  • 02-03 (02) = [ B ] Internal music player number
  • 04-07 (04) = [ C ] Required chapter beaten
  • 08-0B (04) = [ D ] Duration

Table view

       00   01   02   03   04   05   06   07   08   09   0A   0B   0C   0D   0E   0F
    +--------------------------------------------------------------------------------
00  | [   A   ] [   B   ] [        C        ] [        D        ]