If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working at any time.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
Mother 3/Sound player table
< Mother 3
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 ]