mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 08:52:40 +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"
13 lines
534 B
ArmAsm
13 lines
534 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_8004CB54
|
|
/* 27F54 8004CB54 8CA20000 */ lw $v0, ($a1)
|
|
/* 27F58 8004CB58 90430000 */ lbu $v1, ($v0)
|
|
/* 27F5C 8004CB5C 24420001 */ addiu $v0, $v0, 1
|
|
/* 27F60 8004CB60 ACA20000 */ sw $v0, ($a1)
|
|
/* 27F64 8004CB64 24020001 */ addiu $v0, $zero, 1
|
|
/* 27F68 8004CB68 A0A20056 */ sb $v0, 0x56($a1)
|
|
/* 27F6C 8004CB6C 03E00008 */ jr $ra
|
|
/* 27F70 8004CB70 A0A3009B */ sb $v1, 0x9b($a1)
|