Clean up vestigial SoundLoader lines

This commit is contained in:
Luke Hubmayer-Werner 2024-07-05 20:59:54 +09:30
parent 9703225f12
commit cbb8dc0463
1 changed files with 5 additions and 2 deletions

View File

@ -9,8 +9,11 @@ character_battle_sprite_stone_palette 0x00F807 N/A N/A 16 of ColorBGR555 Also 0x
character_battle_sprite_disabled_palette 0x00F867 /mnu/memsave.bin 0x000034 16 of ColorBGR555
locations_bg_palettes 0x03BB00 /nar/ff5_binx.bin 0x03BF80 43 of 128 of ColorBGR555
font_glyphs_dialogue 0x03E800 256 of SNESTritile length 0x1800
sfx_brr_data 0x041E3F Use the below SPC pointers
sfx_brr_pointers 0x041F4F 8 of 2 of u16 SPC memory addresses not ROM. Start address followed by loop address.
spc_note_durations 0x041D7E 14 of u8
bytelength_sfx_brr_data 0x041E3F u16 Used by the memcpy routine that copies the below data to the SPC (0x010E = 270 bytes = 16 BRR packets = 480 samples)
sfx_brr_data 0x041E41 Use the below SPC pointers
bytelength_sfx_brr_pointers 0x041F4F u16 Used by the memcpy routine that copies the below data to the SPC (0x0020 = 32 bytes)
sfx_brr_pointers 0x041F51 8 of 2 of u16 SPC memory addresses not ROM. Start address followed by loop address.
sfx_adsrs 0x041F71 8 of u16
sfx_samplerates 0x041F83 8 of u16
sfx_data 0x041F95 Contains SPC pointers and tracks

1 Label SNES PSX_file PSX_offset format Comment
9 character_battle_sprite_disabled_palette 0x00F867 /mnu/memsave.bin 0x000034 16 of ColorBGR555
10 locations_bg_palettes 0x03BB00 /nar/ff5_binx.bin 0x03BF80 43 of 128 of ColorBGR555
11 font_glyphs_dialogue 0x03E800 256 of SNESTritile length 0x1800
12 sfx_brr_data spc_note_durations 0x041E3F 0x041D7E 14 of u8 Use the below SPC pointers
13 sfx_brr_pointers bytelength_sfx_brr_data 0x041F4F 0x041E3F 8 of 2 of u16 u16 SPC memory addresses not ROM. Start address followed by loop address. Used by the memcpy routine that copies the below data to the SPC (0x010E = 270 bytes = 16 BRR packets = 480 samples)
14 sfx_brr_data 0x041E41 Use the below SPC pointers
15 bytelength_sfx_brr_pointers 0x041F4F u16 Used by the memcpy routine that copies the below data to the SPC (0x0020 = 32 bytes)
16 sfx_brr_pointers 0x041F51 8 of 2 of u16 SPC memory addresses not ROM. Start address followed by loop address.
17 sfx_adsrs 0x041F71 8 of u16
18 sfx_samplerates 0x041F83 8 of u16
19 sfx_data 0x041F95 Contains SPC pointers and tracks