mirror of
https://github.com/pmret/papermario.git
synced 2024-11-10 04:52:34 +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>
38 lines
1.7 KiB
ArmAsm
38 lines
1.7 KiB
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_8011E150
|
|
/* B4850 8011E150 27BDFFE0 */ addiu $sp, $sp, -0x20
|
|
/* B4854 8011E154 AFBF001C */ sw $ra, 0x1c($sp)
|
|
/* B4858 8011E158 AFB20018 */ sw $s2, 0x18($sp)
|
|
/* B485C 8011E15C AFB10014 */ sw $s1, 0x14($sp)
|
|
/* B4860 8011E160 AFB00010 */ sw $s0, 0x10($sp)
|
|
/* B4864 8011E164 8C8200FC */ lw $v0, 0xfc($a0)
|
|
/* B4868 8011E168 00A0902D */ daddu $s2, $a1, $zero
|
|
/* B486C 8011E16C 14520003 */ bne $v0, $s2, .L8011E17C
|
|
/* B4870 8011E170 0000882D */ daddu $s1, $zero, $zero
|
|
/* B4874 8011E174 0804786B */ j .L8011E1AC
|
|
/* B4878 8011E178 0080102D */ daddu $v0, $a0, $zero
|
|
.L8011E17C:
|
|
/* B487C 8011E17C 0080802D */ daddu $s0, $a0, $zero
|
|
.L8011E180:
|
|
/* B4880 8011E180 8E040004 */ lw $a0, 4($s0)
|
|
/* B4884 8011E184 50800005 */ beql $a0, $zero, .L8011E19C
|
|
/* B4888 8011E188 26310001 */ addiu $s1, $s1, 1
|
|
/* B488C 8011E18C 0C047854 */ jal func_8011E150
|
|
/* B4890 8011E190 0240282D */ daddu $a1, $s2, $zero
|
|
/* B4894 8011E194 14400005 */ bnez $v0, .L8011E1AC
|
|
/* B4898 8011E198 26310001 */ addiu $s1, $s1, 1
|
|
.L8011E19C:
|
|
/* B489C 8011E19C 2A220020 */ slti $v0, $s1, 0x20
|
|
/* B48A0 8011E1A0 1440FFF7 */ bnez $v0, .L8011E180
|
|
/* B48A4 8011E1A4 26100004 */ addiu $s0, $s0, 4
|
|
/* B48A8 8011E1A8 0000102D */ daddu $v0, $zero, $zero
|
|
.L8011E1AC:
|
|
/* B48AC 8011E1AC 8FBF001C */ lw $ra, 0x1c($sp)
|
|
/* B48B0 8011E1B0 8FB20018 */ lw $s2, 0x18($sp)
|
|
/* B48B4 8011E1B4 8FB10014 */ lw $s1, 0x14($sp)
|
|
/* B48B8 8011E1B8 8FB00010 */ lw $s0, 0x10($sp)
|
|
/* B48BC 8011E1BC 03E00008 */ jr $ra
|
|
/* B48C0 8011E1C0 27BD0020 */ addiu $sp, $sp, 0x20
|