You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Fix Shindou
This commit is contained in:
899
include/PR/abi.h
899
include/PR/abi.h
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
13
lib/rsp.s
13
lib/rsp.s
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user