You've already forked SpaghettiKart
mirror of
https://github.com/izzy2lost/SpaghettiKart.git
synced 2026-03-26 16:57:37 -07:00
cbe41239d7
* Match create_next_audio_frame_task Required some variable renaming and other changes * Match synthesis_execute I'm not entirly sure about the way we have stuff ifdef'd in PR/abi.h. I feel like we're doing something slightly wrong there * Match synthesis_do_one_audio_update There's something super fucked with the way our ifdef's work in abi.h. It is going to demand a lot more attention sometime in the future. * Rename a couple functions Also had to hack up the ABI file a bit. I'm convinced that we don't need nor want to have the EU/Shindou/US split thing the SM64 code does. There's probably just the 1 ABI version being used and we need to figure out what it looks like Signed-off-by: Taggerung <tyler.taggerung@email.com>
44 lines
948 B
ArmAsm
44 lines
948 B
ArmAsm
# Mario Kart 64 (U) disassembly and split file
|
|
# generated by n64split v0.4a - N64 ROM splitter
|
|
|
|
.include "macros.inc"
|
|
|
|
.section .text, "ax"
|
|
|
|
# 0x800D8F70 D9B70-D9C40
|
|
glabel rspF3DBootStart
|
|
.incbin "bin/lib/PR/boot/F3D_boot.bin"
|
|
glabel rspF3DBootEnd
|
|
|
|
# 0x800D9040 D9C40-DB020
|
|
glabel gspF3DEXTextStart
|
|
.incbin "bin/lib/PR/f3d/F3DEX.bin"
|
|
glabel gspF3DEXTextEnd
|
|
|
|
# 0x800DA420 DB020-DC430
|
|
glabel gspF3DLXTextStart
|
|
.incbin "bin/lib/PR/f3d/F3DLX.bin"
|
|
glabel gspF3DLXTextEnd
|
|
|
|
# 0x800DB830 DC430-DD0A0
|
|
glabel rspAspMainStart
|
|
.incbin "bin/lib/PR/audio/aspMain.bin"
|
|
glabel rspAspMainEnd
|
|
|
|
.section .data
|
|
|
|
# 0x800F3D00 F4900-F5100
|
|
glabel gspF3DEXDataStart
|
|
.incbin "bin/lib/PR/f3d/F3DEX_data.bin"
|
|
glabel gspF3DEXDataEnd
|
|
|
|
# 0x800F4500 F5100-F5900
|
|
glabel gspF3DLXDataStart
|
|
.incbin "bin/lib/PR/f3d/F3DLX_data.bin"
|
|
glabel gspF3DLXDataEnd
|
|
|
|
# 0x800F4D00 F5900-F5C00
|
|
glabel rspAspMainDataStart
|
|
.incbin "bin/lib/PR/audio/aspMain_data.bin"
|
|
glabel rspAspMainDataEnd
|