mirror of
https://github.com/pmret/papermario.git
synced 2024-11-15 07:22:29 +01:00
a4e1c2f522
* fix vscode cpp extension messing with files.associations * move stuff * it builds! * symlink papermario.us.z64 * ci: put baserom in right place * add jp * fix splat dir * ignore starrod dump * .s deps * update jenkins * add dsl back * configure.py versions * wups * fine ethan * fix paths * configure: default to only the version(s) with existing baseroms * fix coverage * fix progress.py * progress.py verisoning * remove format.sh from CONTRIBUTING * update CONTRIBUTING * fix first_diff * diff.py: use ver/current/ * update splat.yaml * trying to fix subrepo * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "06a737f02d" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "06a737f02d" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * configure fix * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "41786effd3" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "41786effd3" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" Co-authored-by: Ethan Roseman <ethteck@gmail.com>
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_802437B8
|
|
/* 164018 802437B8 3C028016 */ lui $v0, %hi(gUIPanels)
|
|
/* 16401C 802437BC 24429D50 */ addiu $v0, $v0, %lo(gUIPanels)
|
|
/* 164020 802437C0 00042140 */ sll $a0, $a0, 5
|
|
/* 164024 802437C4 00822021 */ addu $a0, $a0, $v0
|
|
/* 164028 802437C8 9083001C */ lbu $v1, 0x1c($a0)
|
|
/* 16402C 802437CC 2862000A */ slti $v0, $v1, 0xa
|
|
/* 164030 802437D0 10400008 */ beqz $v0, .L802437F4
|
|
/* 164034 802437D4 00031040 */ sll $v0, $v1, 1
|
|
/* 164038 802437D8 3C038025 */ lui $v1, %hi(D_80249CE0)
|
|
/* 16403C 802437DC 00621821 */ addu $v1, $v1, $v0
|
|
/* 164040 802437E0 84639CE0 */ lh $v1, %lo(D_80249CE0)($v1)
|
|
/* 164044 802437E4 8CE20000 */ lw $v0, ($a3)
|
|
/* 164048 802437E8 00431023 */ subu $v0, $v0, $v1
|
|
/* 16404C 802437EC 03E00008 */ jr $ra
|
|
/* 164050 802437F0 ACE20000 */ sw $v0, ($a3)
|
|
.L802437F4:
|
|
/* 164054 802437F4 3C028025 */ lui $v0, %hi(D_80249CF2)
|
|
/* 164058 802437F8 84429CF2 */ lh $v0, %lo(D_80249CF2)($v0)
|
|
/* 16405C 802437FC 8CE30000 */ lw $v1, ($a3)
|
|
/* 164060 80243800 00621823 */ subu $v1, $v1, $v0
|
|
/* 164064 80243804 ACE30000 */ sw $v1, ($a3)
|
|
/* 164068 80243808 90820000 */ lbu $v0, ($a0)
|
|
/* 16406C 8024380C 304200F7 */ andi $v0, $v0, 0xf7
|
|
/* 164070 80243810 34420004 */ ori $v0, $v0, 4
|
|
/* 164074 80243814 03E00008 */ jr $ra
|
|
/* 164078 80243818 A0820000 */ sb $v0, ($a0)
|