If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working soon.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
Mother 3/Sound player table: Difference between revisions
< Mother 3
Jump to navigation
Jump to search
Lorenzooone (talk | contribs) No edit summary |
Lorenzooone (talk | contribs) No edit summary |
||
Line 20: | Line 20: | ||
* <tt>00-01 (02)</tt> = <tt>{{color2|#000000|#87CEEB|[ A ]}}</tt> Song ID | * <tt>00-01 (02)</tt> = <tt>{{color2|#000000|#87CEEB|[ A ]}}</tt> Song ID | ||
* <tt>02-03 (02)</tt> = <tt>{{color2|#000000|#90EE90|[ B ]}}</tt> Internal music player number | * <tt>02-03 (02)</tt> = <tt>{{color2|#000000|#90EE90|[ B ]}}</tt> Internal music player number | ||
* <tt>04-07 (04)</tt> = <tt>{{color2|# | * <tt>04-07 (04)</tt> = <tt>{{color2|#FFFFFF|#205E90|[ C ]}}</tt> Required chapter beaten | ||
* <tt>08-0B (04)</tt> = <tt>{{color2|#000000|#FFB6C1|[ D ]}}</tt> Duration | * <tt>08-0B (04)</tt> = <tt>{{color2|#000000|#FFB6C1|[ D ]}}</tt> Duration | ||
Line 26: | Line 26: | ||
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F | 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F | ||
+-------------------------------------------------------------------------------- | +-------------------------------------------------------------------------------- | ||
00 | {{color2|#000000|#87CEEB|[ A ]}} {{color2|#000000|#90EE90|[ B ]}} {{color2|# | 00 | {{color2|#000000|#87CEEB|[ A ]}} {{color2|#000000|#90EE90|[ B ]}} {{color2|#FFFFFF|#205E90|[ C ]}} {{color2|#000000|#FFB6C1|[ D ]}} | ||
[[Category:MOTHER 3]] | [[Category:MOTHER 3]] |
Revision as of 17:32, 28 January 2017
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 ]