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>
34 lines
1.5 KiB
ArmAsm
34 lines
1.5 KiB
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_80261B40
|
|
/* 190420 80261B40 27BDFFE8 */ addiu $sp, $sp, -0x18
|
|
/* 190424 80261B44 AFB00010 */ sw $s0, 0x10($sp)
|
|
/* 190428 80261B48 0080802D */ daddu $s0, $a0, $zero
|
|
/* 19042C 80261B4C AFBF0014 */ sw $ra, 0x14($sp)
|
|
/* 190430 80261B50 8E0200AC */ lw $v0, 0xac($s0)
|
|
/* 190434 80261B54 18400005 */ blez $v0, .L80261B6C
|
|
/* 190438 80261B58 00000000 */ nop
|
|
/* 19043C 80261B5C 3C04802A */ lui $a0, %hi(D_8029FBAC)
|
|
/* 190440 80261B60 8C84FBAC */ lw $a0, %lo(D_8029FBAC)($a0)
|
|
/* 190444 80261B64 0C05123D */ jal free_icon
|
|
/* 190448 80261B68 00000000 */ nop
|
|
.L80261B6C:
|
|
/* 19044C 80261B6C 8E0200B0 */ lw $v0, 0xb0($s0)
|
|
/* 190450 80261B70 1C400004 */ bgtz $v0, .L80261B84
|
|
/* 190454 80261B74 00000000 */ nop
|
|
/* 190458 80261B78 8E0200B4 */ lw $v0, 0xb4($s0)
|
|
/* 19045C 80261B7C 18400005 */ blez $v0, .L80261B94
|
|
/* 190460 80261B80 00000000 */ nop
|
|
.L80261B84:
|
|
/* 190464 80261B84 3C04802A */ lui $a0, %hi(D_8029FBA8)
|
|
/* 190468 80261B88 8C84FBA8 */ lw $a0, %lo(D_8029FBA8)($a0)
|
|
/* 19046C 80261B8C 0C05123D */ jal free_icon
|
|
/* 190470 80261B90 00000000 */ nop
|
|
.L80261B94:
|
|
/* 190474 80261B94 8FBF0014 */ lw $ra, 0x14($sp)
|
|
/* 190478 80261B98 8FB00010 */ lw $s0, 0x10($sp)
|
|
/* 19047C 80261B9C 24020002 */ addiu $v0, $zero, 2
|
|
/* 190480 80261BA0 03E00008 */ jr $ra
|
|
/* 190484 80261BA4 27BD0018 */ addiu $sp, $sp, 0x18
|