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"
19 lines
824 B
ArmAsm
19 lines
824 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_80035D7C
|
|
/* 1117C 80035D7C 3C028007 */ lui $v0, %hi(D_8007417C)
|
|
/* 11180 80035D80 8C42417C */ lw $v0, %lo(D_8007417C)($v0)
|
|
/* 11184 80035D84 27BDFFE8 */ addiu $sp, $sp, -0x18
|
|
/* 11188 80035D88 AFBF0010 */ sw $ra, 0x10($sp)
|
|
/* 1118C 80035D8C 804300AC */ lb $v1, 0xac($v0)
|
|
/* 11190 80035D90 24020002 */ addiu $v0, $zero, 2
|
|
/* 11194 80035D94 14620003 */ bne $v1, $v0, .L80035DA4
|
|
/* 11198 80035D98 00000000 */ nop
|
|
/* 1119C 80035D9C 0C03A5B7 */ jal func_800E96DC
|
|
/* 111A0 80035DA0 00000000 */ nop
|
|
.L80035DA4:
|
|
/* 111A4 80035DA4 8FBF0010 */ lw $ra, 0x10($sp)
|
|
/* 111A8 80035DA8 03E00008 */ jr $ra
|
|
/* 111AC 80035DAC 27BD0018 */ addiu $sp, $sp, 0x18
|