mirror of
https://github.com/pmret/papermario.git
synced 2024-11-15 15:32:32 +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>
41 lines
2.0 KiB
ArmAsm
41 lines
2.0 KiB
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel guMtxXFML
|
|
/* 42DE0 800679E0 27BDFF78 */ addiu $sp, $sp, -0x88
|
|
/* 42DE4 800679E4 AFB00060 */ sw $s0, 0x60($sp)
|
|
/* 42DE8 800679E8 8FB00098 */ lw $s0, 0x98($sp)
|
|
/* 42DEC 800679EC AFB10064 */ sw $s1, 0x64($sp)
|
|
/* 42DF0 800679F0 8FB1009C */ lw $s1, 0x9c($sp)
|
|
/* 42DF4 800679F4 AFB20068 */ sw $s2, 0x68($sp)
|
|
/* 42DF8 800679F8 8FB200A0 */ lw $s2, 0xa0($sp)
|
|
/* 42DFC 800679FC F7B40070 */ sdc1 $f20, 0x70($sp)
|
|
/* 42E00 80067A00 4485A000 */ mtc1 $a1, $f20
|
|
/* 42E04 80067A04 00801021 */ addu $v0, $a0, $zero
|
|
/* 42E08 80067A08 F7B60078 */ sdc1 $f22, 0x78($sp)
|
|
/* 42E0C 80067A0C 4486B000 */ mtc1 $a2, $f22
|
|
/* 42E10 80067A10 27A40020 */ addiu $a0, $sp, 0x20
|
|
/* 42E14 80067A14 F7B80080 */ sdc1 $f24, 0x80($sp)
|
|
/* 42E18 80067A18 4487C000 */ mtc1 $a3, $f24
|
|
/* 42E1C 80067A1C AFBF006C */ sw $ra, 0x6c($sp)
|
|
/* 42E20 80067A20 0C019D60 */ jal guMtxL2F
|
|
/* 42E24 80067A24 00402821 */ addu $a1, $v0, $zero
|
|
/* 42E28 80067A28 4405A000 */ mfc1 $a1, $f20
|
|
/* 42E2C 80067A2C 4406B000 */ mfc1 $a2, $f22
|
|
/* 42E30 80067A30 4407C000 */ mfc1 $a3, $f24
|
|
/* 42E34 80067A34 27A40020 */ addiu $a0, $sp, 0x20
|
|
/* 42E38 80067A38 AFB00010 */ sw $s0, 0x10($sp)
|
|
/* 42E3C 80067A3C AFB10014 */ sw $s1, 0x14($sp)
|
|
/* 42E40 80067A40 0C019E9C */ jal guMtxXFMF
|
|
/* 42E44 80067A44 AFB20018 */ sw $s2, 0x18($sp)
|
|
/* 42E48 80067A48 8FBF006C */ lw $ra, 0x6c($sp)
|
|
/* 42E4C 80067A4C 8FB20068 */ lw $s2, 0x68($sp)
|
|
/* 42E50 80067A50 8FB10064 */ lw $s1, 0x64($sp)
|
|
/* 42E54 80067A54 8FB00060 */ lw $s0, 0x60($sp)
|
|
/* 42E58 80067A58 D7B80080 */ ldc1 $f24, 0x80($sp)
|
|
/* 42E5C 80067A5C D7B60078 */ ldc1 $f22, 0x78($sp)
|
|
/* 42E60 80067A60 D7B40070 */ ldc1 $f20, 0x70($sp)
|
|
/* 42E64 80067A64 03E00008 */ jr $ra
|
|
/* 42E68 80067A68 27BD0088 */ addiu $sp, $sp, 0x88
|
|
/* 42E6C 80067A6C 00000000 */ nop
|