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>
41 lines
1.8 KiB
ArmAsm
41 lines
1.8 KiB
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_80050888
|
|
/* 2BC88 80050888 10C00002 */ beqz $a2, .L80050894
|
|
/* 2BC8C 8005088C 00061200 */ sll $v0, $a2, 8
|
|
/* 2BC90 80050890 344600FF */ ori $a2, $v0, 0xff
|
|
.L80050894:
|
|
/* 2BC94 80050894 1CE00003 */ bgtz $a3, .L800508A4
|
|
/* 2BC98 80050898 28E203E9 */ slti $v0, $a3, 0x3e9
|
|
/* 2BC9C 8005089C 0801422B */ j .L800508AC
|
|
/* 2BCA0 800508A0 24070001 */ addiu $a3, $zero, 1
|
|
.L800508A4:
|
|
/* 2BCA4 800508A4 50400001 */ beql $v0, $zero, .L800508AC
|
|
/* 2BCA8 800508A8 240703E8 */ addiu $a3, $zero, 0x3e8
|
|
.L800508AC:
|
|
/* 2BCAC 800508AC 8CA2002C */ lw $v0, 0x2c($a1)
|
|
/* 2BCB0 800508B0 14C20003 */ bne $a2, $v0, .L800508C0
|
|
/* 2BCB4 800508B4 00061400 */ sll $v0, $a2, 0x10
|
|
/* 2BCB8 800508B8 03E00008 */ jr $ra
|
|
/* 2BCBC 800508BC A4A00036 */ sh $zero, 0x36($a1)
|
|
.L800508C0:
|
|
/* 2BCC0 800508C0 8CA3002C */ lw $v1, 0x2c($a1)
|
|
/* 2BCC4 800508C4 00431023 */ subu $v0, $v0, $v1
|
|
/* 2BCC8 800508C8 14E00002 */ bnez $a3, .L800508D4
|
|
/* 2BCCC 800508CC 0047001A */ div $zero, $v0, $a3
|
|
/* 2BCD0 800508D0 0007000D */ break 7
|
|
.L800508D4:
|
|
/* 2BCD4 800508D4 2401FFFF */ addiu $at, $zero, -1
|
|
/* 2BCD8 800508D8 14E10004 */ bne $a3, $at, .L800508EC
|
|
/* 2BCDC 800508DC 3C018000 */ lui $at, 0x8000
|
|
/* 2BCE0 800508E0 14410002 */ bne $v0, $at, .L800508EC
|
|
/* 2BCE4 800508E4 00000000 */ nop
|
|
/* 2BCE8 800508E8 0006000D */ break 6
|
|
.L800508EC:
|
|
/* 2BCEC 800508EC 00001012 */ mflo $v0
|
|
/* 2BCF0 800508F0 A4A70036 */ sh $a3, 0x36($a1)
|
|
/* 2BCF4 800508F4 A4A60034 */ sh $a2, 0x34($a1)
|
|
/* 2BCF8 800508F8 03E00008 */ jr $ra
|
|
/* 2BCFC 800508FC ACA20030 */ sw $v0, 0x30($a1)
|