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"
15 lines
551 B
ArmAsm
15 lines
551 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_8004B704
|
|
/* 26B04 8004B704 14A00003 */ bnez $a1, .L8004B714
|
|
/* 26B08 8004B708 24020001 */ addiu $v0, $zero, 1
|
|
/* 26B0C 8004B70C 03E00008 */ jr $ra
|
|
/* 26B10 8004B710 A08000C0 */ sb $zero, 0xc0($a0)
|
|
.L8004B714:
|
|
/* 26B14 8004B714 50A20001 */ beql $a1, $v0, .L8004B71C
|
|
/* 26B18 8004B718 A08500C0 */ sb $a1, 0xc0($a0)
|
|
.L8004B71C:
|
|
/* 26B1C 8004B71C 03E00008 */ jr $ra
|
|
/* 26B20 8004B720 00000000 */ nop
|