mirror of
https://github.com/pmret/papermario.git
synced 2024-11-15 07:22:29 +01:00
3315d6010f
* all non-world rodata migrated * data disasm * kinda working * updated yaml * bloop * linker header * configure 2.0 * bin * mass rename to remove code_ * pause rename * battle partner stuff * whew * more renames * more renames * more renaming * it builds! * updates * remove main prefix * one more thing * crc, yay0 * .data, .rodata, .bss * img * dead_atan2 * it buildsgit add -A * split battle/partner/6FAD10 * rm &s on sleepy_sheep syms * sha1sum ninja rule description * OK but commented out PaperMarioMapFS and PaperMarioNpcSprites * uncomment * fix mapfs * match func_8003CFB4 * . * clean up and name npc_iter_no_op * npc.c * enable cc warnings * name npc_find_near * use singular options.asset_path * smores * cc_dsl only when needed * kinda fix configure for splat refactor2 * ok! * new msg format * remove old msg format docs * slight bug fixes, splat adjustment * git subrepo pull (merge) --force tools/splat subrepo: subdir: "tools/splat" merged: "cfc140bb76" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "cfc140bb76" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * git subrepo pull (merge) --force tools/splat subrepo: subdir: "tools/splat" merged: "85349befcd" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "85349befcd" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * Update symbol addrs * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "a44631e194" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "a44631e194" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" Co-authored-by: Alex Bates <hi@imalex.xyz>
44 lines
2.1 KiB
ArmAsm
44 lines
2.1 KiB
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel osSpRawStartDma
|
|
/* 47B30 8006C730 27BDFFD8 */ addiu $sp, $sp, -0x28
|
|
/* 47B34 8006C734 AFB20018 */ sw $s2, 0x18($sp)
|
|
/* 47B38 8006C738 00809021 */ addu $s2, $a0, $zero
|
|
/* 47B3C 8006C73C AFB00010 */ sw $s0, 0x10($sp)
|
|
/* 47B40 8006C740 00A08021 */ addu $s0, $a1, $zero
|
|
/* 47B44 8006C744 AFB10014 */ sw $s1, 0x14($sp)
|
|
/* 47B48 8006C748 00C08821 */ addu $s1, $a2, $zero
|
|
/* 47B4C 8006C74C AFB3001C */ sw $s3, 0x1c($sp)
|
|
/* 47B50 8006C750 AFBF0020 */ sw $ra, 0x20($sp)
|
|
/* 47B54 8006C754 0C01B1B0 */ jal osSpDeviceBusy
|
|
/* 47B58 8006C758 00E09821 */ addu $s3, $a3, $zero
|
|
/* 47B5C 8006C75C 14400010 */ bnez $v0, .L8006C7A0
|
|
/* 47B60 8006C760 2402FFFF */ addiu $v0, $zero, -1
|
|
/* 47B64 8006C764 3C02A404 */ lui $v0, 0xa404
|
|
/* 47B68 8006C768 02202021 */ addu $a0, $s1, $zero
|
|
/* 47B6C 8006C76C 0C0187A4 */ jal osVirtualToPhysical
|
|
/* 47B70 8006C770 AC500000 */ sw $s0, ($v0)
|
|
/* 47B74 8006C774 3C03A404 */ lui $v1, 0xa404
|
|
/* 47B78 8006C778 34630004 */ ori $v1, $v1, 4
|
|
/* 47B7C 8006C77C AC620000 */ sw $v0, ($v1)
|
|
/* 47B80 8006C780 16400003 */ bnez $s2, .L8006C790
|
|
/* 47B84 8006C784 3C03A404 */ lui $v1, 0xa404
|
|
/* 47B88 8006C788 0801B1E5 */ j .L8006C794
|
|
/* 47B8C 8006C78C 3463000C */ ori $v1, $v1, 0xc
|
|
.L8006C790:
|
|
/* 47B90 8006C790 34630008 */ ori $v1, $v1, 8
|
|
.L8006C794:
|
|
/* 47B94 8006C794 2662FFFF */ addiu $v0, $s3, -1
|
|
/* 47B98 8006C798 AC620000 */ sw $v0, ($v1)
|
|
/* 47B9C 8006C79C 00001021 */ addu $v0, $zero, $zero
|
|
.L8006C7A0:
|
|
/* 47BA0 8006C7A0 8FBF0020 */ lw $ra, 0x20($sp)
|
|
/* 47BA4 8006C7A4 8FB3001C */ lw $s3, 0x1c($sp)
|
|
/* 47BA8 8006C7A8 8FB20018 */ lw $s2, 0x18($sp)
|
|
/* 47BAC 8006C7AC 8FB10014 */ lw $s1, 0x14($sp)
|
|
/* 47BB0 8006C7B0 8FB00010 */ lw $s0, 0x10($sp)
|
|
/* 47BB4 8006C7B4 03E00008 */ jr $ra
|
|
/* 47BB8 8006C7B8 27BD0028 */ addiu $sp, $sp, 0x28
|
|
/* 47BBC 8006C7BC 00000000 */ nop
|