mirror of
https://github.com/pmret/papermario.git
synced 2024-11-14 06:52:35 +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>
29 lines
1.3 KiB
ArmAsm
29 lines
1.3 KiB
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_800271FC
|
|
/* 25FC 800271FC 00061880 */ sll $v1, $a2, 2
|
|
/* 2600 80027200 00661821 */ addu $v1, $v1, $a2
|
|
/* 2604 80027204 00031980 */ sll $v1, $v1, 6
|
|
/* 2608 80027208 00671821 */ addu $v1, $v1, $a3
|
|
/* 260C 8002720C 00031840 */ sll $v1, $v1, 1
|
|
/* 2610 80027210 00652821 */ addu $a1, $v1, $a1
|
|
/* 2614 80027214 00641821 */ addu $v1, $v1, $a0
|
|
/* 2618 80027218 94A20000 */ lhu $v0, ($a1)
|
|
/* 261C 8002721C 8FA50010 */ lw $a1, 0x10($sp)
|
|
/* 2620 80027220 00021082 */ srl $v0, $v0, 2
|
|
/* 2624 80027224 3042000F */ andi $v0, $v0, 0xf
|
|
/* 2628 80027228 A0A20003 */ sb $v0, 3($a1)
|
|
/* 262C 8002722C 94620000 */ lhu $v0, ($v1)
|
|
/* 2630 80027230 000212C2 */ srl $v0, $v0, 0xb
|
|
/* 2634 80027234 A0A20000 */ sb $v0, ($a1)
|
|
/* 2638 80027238 94620000 */ lhu $v0, ($v1)
|
|
/* 263C 8002723C 00021182 */ srl $v0, $v0, 6
|
|
/* 2640 80027240 3042001F */ andi $v0, $v0, 0x1f
|
|
/* 2644 80027244 A0A20001 */ sb $v0, 1($a1)
|
|
/* 2648 80027248 94620000 */ lhu $v0, ($v1)
|
|
/* 264C 8002724C 00021042 */ srl $v0, $v0, 1
|
|
/* 2650 80027250 3042001F */ andi $v0, $v0, 0x1f
|
|
/* 2654 80027254 03E00008 */ jr $ra
|
|
/* 2658 80027258 A0A20002 */ sb $v0, 2($a1)
|