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"
14 lines
594 B
ArmAsm
14 lines
594 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_8004FE34
|
|
/* 2B234 8004FE34 908600D6 */ lbu $a2, 0xd6($a0)
|
|
/* 2B238 8004FE38 948200D4 */ lhu $v0, 0xd4($a0)
|
|
/* 2B23C 8004FE3C 8C840064 */ lw $a0, 0x64($a0)
|
|
/* 2B240 8004FE40 8CA30000 */ lw $v1, ($a1)
|
|
/* 2B244 8004FE44 00441021 */ addu $v0, $v0, $a0
|
|
/* 2B248 8004FE48 A4A6003E */ sh $a2, 0x3e($a1)
|
|
/* 2B24C 8004FE4C ACA30004 */ sw $v1, 4($a1)
|
|
/* 2B250 8004FE50 03E00008 */ jr $ra
|
|
/* 2B254 8004FE54 ACA20000 */ sw $v0, ($a1)
|