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"
17 lines
725 B
ArmAsm
17 lines
725 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_8003B0E0
|
|
/* 164E0 8003B0E0 808200B5 */ lb $v0, 0xb5($a0)
|
|
/* 164E4 8003B0E4 908300B5 */ lbu $v1, 0xb5($a0)
|
|
/* 164E8 8003B0E8 14400003 */ bnez $v0, .L8003B0F8
|
|
/* 164EC 8003B0EC 24020001 */ addiu $v0, $zero, 1
|
|
/* 164F0 8003B0F0 03E00008 */ jr $ra
|
|
/* 164F4 8003B0F4 A08000B4 */ sb $zero, 0xb4($a0)
|
|
.L8003B0F8:
|
|
/* 164F8 8003B0F8 A08300B4 */ sb $v1, 0xb4($a0)
|
|
/* 164FC 8003B0FC A08000B5 */ sb $zero, 0xb5($a0)
|
|
/* 16500 8003B100 A08000B7 */ sb $zero, 0xb7($a0)
|
|
/* 16504 8003B104 03E00008 */ jr $ra
|
|
/* 16508 8003B108 A08200B6 */ sb $v0, 0xb6($a0)
|