mirror of
https://github.com/pmret/papermario.git
synced 2024-11-19 01:12:28 +01:00
698cf99458
* jp cod * just have less code and it works * oops * removing splat cause subrepo is being dumb * git subrepo clone https://github.com/ethteck/splat.git tools/splat subrepo: subdir: "tools/splat" merged: "d7281bae6a" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "d7281bae6a" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * move jp stuff + revert configure * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "c56195a9c5" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "c56195a9c5" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596"
16 lines
625 B
ArmAsm
16 lines
625 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_80064A20
|
|
/* 3FE20 80064A20 80820000 */ lb $v0, ($a0)
|
|
/* 3FE24 80064A24 10400005 */ beqz $v0, .L80064A3C
|
|
/* 3FE28 80064A28 00801821 */ addu $v1, $a0, $zero
|
|
/* 3FE2C 80064A2C 24630001 */ addiu $v1, $v1, 1
|
|
.L80064A30:
|
|
/* 3FE30 80064A30 80620000 */ lb $v0, ($v1)
|
|
/* 3FE34 80064A34 5440FFFE */ bnel $v0, $zero, .L80064A30
|
|
/* 3FE38 80064A38 24630001 */ addiu $v1, $v1, 1
|
|
.L80064A3C:
|
|
/* 3FE3C 80064A3C 03E00008 */ jr $ra
|
|
/* 3FE40 80064A40 00641023 */ subu $v0, $v1, $a0
|