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>
20 lines
942 B
ArmAsm
20 lines
942 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_8003D624
|
|
/* 18A24 8003D624 27BDFFE8 */ addiu $sp, $sp, -0x18
|
|
/* 18A28 8003D628 8FA20028 */ lw $v0, 0x28($sp)
|
|
/* 18A2C 8003D62C 8FA3002C */ lw $v1, 0x2c($sp)
|
|
/* 18A30 8003D630 8FA80030 */ lw $t0, 0x30($sp)
|
|
/* 18A34 8003D634 AFBF0010 */ sw $ra, 0x10($sp)
|
|
/* 18A38 8003D638 A4850098 */ sh $a1, 0x98($a0)
|
|
/* 18A3C 8003D63C A486009A */ sh $a2, 0x9a($a0)
|
|
/* 18A40 8003D640 A487009C */ sh $a3, 0x9c($a0)
|
|
/* 18A44 8003D644 A482009E */ sh $v0, 0x9e($a0)
|
|
/* 18A48 8003D648 A48300A0 */ sh $v1, 0xa0($a0)
|
|
/* 18A4C 8003D64C 0C00F4EF */ jal func_8003D3BC
|
|
/* 18A50 8003D650 A48800A2 */ sh $t0, 0xa2($a0)
|
|
/* 18A54 8003D654 8FBF0010 */ lw $ra, 0x10($sp)
|
|
/* 18A58 8003D658 03E00008 */ jr $ra
|
|
/* 18A5C 8003D65C 27BD0018 */ addiu $sp, $sp, 0x18
|