mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 17:02:46 +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
661 B
ArmAsm
16 lines
661 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_8003B090
|
|
/* 16490 8003B090 808200B4 */ lb $v0, 0xb4($a0)
|
|
/* 16494 8003B094 908300B4 */ lbu $v1, 0xb4($a0)
|
|
/* 16498 8003B098 10450005 */ beq $v0, $a1, .L8003B0B0
|
|
/* 1649C 8003B09C 24020001 */ addiu $v0, $zero, 1
|
|
/* 164A0 8003B0A0 A08300B5 */ sb $v1, 0xb5($a0)
|
|
/* 164A4 8003B0A4 A08500B4 */ sb $a1, 0xb4($a0)
|
|
/* 164A8 8003B0A8 A08000B7 */ sb $zero, 0xb7($a0)
|
|
/* 164AC 8003B0AC A08200B6 */ sb $v0, 0xb6($a0)
|
|
.L8003B0B0:
|
|
/* 164B0 8003B0B0 03E00008 */ jr $ra
|
|
/* 164B4 8003B0B4 00000000 */ nop
|