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
(Created page with "{{Infobox table|name=Sound player table |game=MOTHER 3 |loc=ROM |start=0xECD40 |end=0xED93F |numentries=256 (0x100) |entrylength=12 bytes (0xC) |totallength=3072 bytes (0xC00)...") |
Lelegofrog (talk | contribs) mNo edit summary |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{Infobox table|name=Sound player table | {{subpage|game=Mother 3}} | ||
|game= | {{Infobox table | ||
|name=Sound player table | |||
|game=Mother 3 | |||
|loc=ROM | |loc=ROM | ||
|start=0xECD40 | |start=0xECD40 | ||
Line 10: | Line 12: | ||
==Overview== | ==Overview== | ||
The sound player table correlates between the music numbers seen in the sound player, and the game's internal [[ | The sound player table correlates between the music numbers seen in the sound player, and the game's internal [[Mother 3/Song pointer table|song pointer table]]. It also contains a duration value. | ||
==Format== | ==Format== | ||
There are 256 entries, corresponding to the game's internal [[ | There are 256 entries, corresponding to the game's internal [[Mother 3/Music titles|music titles listing]]. Each entry consists of 12 bytes: | ||
===Field listing=== | ===Field listing=== | ||
* <tt>00-01 (02)</tt> = <tt>{{color2|#000000|#87CEEB|[ A ]}}</tt> | * <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>04-07 (04)</tt> = <tt>{{color2|#FFFFFF|#205E90|[ C ]}}</tt> Required chapter beaten | ||
* <tt>08-0B (04)</tt> = <tt>{{color2|#000000|#FFB6C1|[ | * <tt>08-0B (04)</tt> = <tt>{{color2|#000000|#FFB6C1|[ D ]}}</tt> Duration | ||
===Table view=== | ===Table view=== | ||
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 ]}} [ | 00 | {{color2|#000000|#87CEEB|[ A ]}} {{color2|#000000|#90EE90|[ B ]}} {{color2|#FFFFFF|#205E90|[ C ]}} {{color2|#000000|#FFB6C1|[ D ]}} | ||
[[Category: | [[Category:Mother 3]] |
Latest revision as of 02:35, 20 May 2024
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 ]