Clean up vestigial SoundLoader lines
This commit is contained in:
parent
9703225f12
commit
cbb8dc0463
|
@ -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
|
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
|
locations_bg_palettes 0x03BB00 /nar/ff5_binx.bin 0x03BF80 43 of 128 of ColorBGR555
|
||||||
font_glyphs_dialogue 0x03E800 256 of SNESTritile length 0x1800
|
font_glyphs_dialogue 0x03E800 256 of SNESTritile length 0x1800
|
||||||
sfx_brr_data 0x041E3F Use the below SPC pointers
|
spc_note_durations 0x041D7E 14 of u8
|
||||||
sfx_brr_pointers 0x041F4F 8 of 2 of u16 SPC memory addresses not ROM. Start address followed by loop address.
|
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_adsrs 0x041F71 8 of u16
|
||||||
sfx_samplerates 0x041F83 8 of u16
|
sfx_samplerates 0x041F83 8 of u16
|
||||||
sfx_data 0x041F95 Contains SPC pointers and tracks
|
sfx_data 0x041F95 Contains SPC pointers and tracks
|
||||||
|
|
|
Loading…
Reference in New Issue