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>
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_80243754
|
|
/* 163FB4 80243754 3C028016 */ lui $v0, %hi(gUIPanels)
|
|
/* 163FB8 80243758 24429D50 */ addiu $v0, $v0, %lo(gUIPanels)
|
|
/* 163FBC 8024375C 00042140 */ sll $a0, $a0, 5
|
|
/* 163FC0 80243760 00822021 */ addu $a0, $a0, $v0
|
|
/* 163FC4 80243764 9083001C */ lbu $v1, 0x1c($a0)
|
|
/* 163FC8 80243768 2862000A */ slti $v0, $v1, 0xa
|
|
/* 163FCC 8024376C 10400008 */ beqz $v0, .L80243790
|
|
/* 163FD0 80243770 00031040 */ sll $v0, $v1, 1
|
|
/* 163FD4 80243774 3C038025 */ lui $v1, %hi(D_80249CCC)
|
|
/* 163FD8 80243778 00621821 */ addu $v1, $v1, $v0
|
|
/* 163FDC 8024377C 84639CCC */ lh $v1, %lo(D_80249CCC)($v1)
|
|
/* 163FE0 80243780 8CE20000 */ lw $v0, ($a3)
|
|
/* 163FE4 80243784 00431021 */ addu $v0, $v0, $v1
|
|
/* 163FE8 80243788 03E00008 */ jr $ra
|
|
/* 163FEC 8024378C ACE20000 */ sw $v0, ($a3)
|
|
.L80243790:
|
|
/* 163FF0 80243790 3C028025 */ lui $v0, %hi(D_80249CDE)
|
|
/* 163FF4 80243794 84429CDE */ lh $v0, %lo(D_80249CDE)($v0)
|
|
/* 163FF8 80243798 8CE30000 */ lw $v1, ($a3)
|
|
/* 163FFC 8024379C 00621821 */ addu $v1, $v1, $v0
|
|
/* 164000 802437A0 ACE30000 */ sw $v1, ($a3)
|
|
/* 164004 802437A4 90820000 */ lbu $v0, ($a0)
|
|
/* 164008 802437A8 304200F7 */ andi $v0, $v0, 0xf7
|
|
/* 16400C 802437AC 34420004 */ ori $v0, $v0, 4
|
|
/* 164010 802437B0 03E00008 */ jr $ra
|
|
/* 164014 802437B4 A0820000 */ sb $v0, ($a0)
|