mirror of
https://github.com/pmret/papermario.git
synced 2024-11-14 23:13:10 +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>
31 lines
1.5 KiB
ArmAsm
31 lines
1.5 KiB
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_802435C4
|
|
/* 163E24 802435C4 3C028016 */ lui $v0, %hi(gUIPanels)
|
|
/* 163E28 802435C8 24429D50 */ addiu $v0, $v0, %lo(gUIPanels)
|
|
/* 163E2C 802435CC 00042140 */ sll $a0, $a0, 5
|
|
/* 163E30 802435D0 00822021 */ addu $a0, $a0, $v0
|
|
/* 163E34 802435D4 9083001C */ lbu $v1, 0x1c($a0)
|
|
/* 163E38 802435D8 2862000A */ slti $v0, $v1, 0xa
|
|
/* 163E3C 802435DC 10400008 */ beqz $v0, .L80243600
|
|
/* 163E40 802435E0 00031040 */ sll $v0, $v1, 1
|
|
/* 163E44 802435E4 3C038025 */ lui $v1, %hi(D_80249C7C)
|
|
/* 163E48 802435E8 00621821 */ addu $v1, $v1, $v0
|
|
/* 163E4C 802435EC 84639C7C */ lh $v1, %lo(D_80249C7C)($v1)
|
|
/* 163E50 802435F0 8CC20000 */ lw $v0, ($a2)
|
|
/* 163E54 802435F4 00431021 */ addu $v0, $v0, $v1
|
|
/* 163E58 802435F8 03E00008 */ jr $ra
|
|
/* 163E5C 802435FC ACC20000 */ sw $v0, ($a2)
|
|
.L80243600:
|
|
/* 163E60 80243600 3C028025 */ lui $v0, %hi(D_80249C8E)
|
|
/* 163E64 80243604 84429C8E */ lh $v0, %lo(D_80249C8E)($v0)
|
|
/* 163E68 80243608 8CC30000 */ lw $v1, ($a2)
|
|
/* 163E6C 8024360C 00621821 */ addu $v1, $v1, $v0
|
|
/* 163E70 80243610 ACC30000 */ sw $v1, ($a2)
|
|
/* 163E74 80243614 90820000 */ lbu $v0, ($a0)
|
|
/* 163E78 80243618 304200F7 */ andi $v0, $v0, 0xf7
|
|
/* 163E7C 8024361C 34420004 */ ori $v0, $v0, 4
|
|
/* 163E80 80243620 03E00008 */ jr $ra
|
|
/* 163E84 80243624 A0820000 */ sb $v0, ($a0)
|