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"
13 lines
505 B
ArmAsm
13 lines
505 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_80056254
|
|
/* 31654 80056254 3C038008 */ lui $v1, %hi(D_80078E20)
|
|
/* 31658 80056258 24638E20 */ addiu $v1, $v1, %lo(D_80078E20)
|
|
/* 3165C 8005625C 8C620000 */ lw $v0, ($v1)
|
|
/* 31660 80056260 54400001 */ bnel $v0, $zero, .L80056268
|
|
/* 31664 80056264 AC600000 */ sw $zero, ($v1)
|
|
.L80056268:
|
|
/* 31668 80056268 03E00008 */ jr $ra
|
|
/* 3166C 8005626C 00000000 */ nop
|