Fix Shindou

This commit is contained in:
CrashOveride95
2020-12-03 22:19:14 -05:00
parent ad09c29ebc
commit 5d16f873c5
3 changed files with 692 additions and 1174 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -41,9 +41,18 @@ glabel gspFast3D_fifoTextEnd
/* Audio Bins */
/*
* "What the heck is this?"
* Shindou is the only version to actually edit the audio microcode, so I had to do this sorry lol
*/
.balign 16
glabel aspMainTextStart
.if VERSION_SH == 1
.incbin "rsp/audio.bin"
.else
.incbin "lib/PR/audio/aspMain.bin"
.endif
glabel aspMainTextEnd
/*
@@ -186,7 +195,11 @@ glabel gspFast3D_fifoDataEnd
.balign 16
glabel aspMainDataStart
.if VERSION_SH == 1
.incbin "rsp/audio_data.bin"
.else
.incbin "lib/PR/audio/aspMain_data.bin"
.endif
glabel aspMainDataEnd
/* LESS COMMON MICROCODES */