mirror of
https://github.com/pmret/papermario.git
synced 2024-11-10 13:02:41 +01:00
a4e1c2f522
* fix vscode cpp extension messing with files.associations * move stuff * it builds! * symlink papermario.us.z64 * ci: put baserom in right place * add jp * fix splat dir * ignore starrod dump * .s deps * update jenkins * add dsl back * configure.py versions * wups * fine ethan * fix paths * configure: default to only the version(s) with existing baseroms * fix coverage * fix progress.py * progress.py verisoning * remove format.sh from CONTRIBUTING * update CONTRIBUTING * fix first_diff * diff.py: use ver/current/ * update splat.yaml * trying to fix subrepo * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "06a737f02d" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "06a737f02d" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * configure fix * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "41786effd3" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "41786effd3" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" Co-authored-by: Ethan Roseman <ethteck@gmail.com>
20 lines
1003 B
ArmAsm
20 lines
1003 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_802413C0_EA9EA0
|
|
/* EA9EA0 802413C0 27BDFFD8 */ addiu $sp, $sp, -0x28
|
|
/* EA9EA4 802413C4 3C028024 */ lui $v0, %hi(func_80240E2C_EA990C)
|
|
/* EA9EA8 802413C8 24420E2C */ addiu $v0, $v0, %lo(func_80240E2C_EA990C)
|
|
/* EA9EAC 802413CC AFA2001C */ sw $v0, 0x1c($sp)
|
|
/* EA9EB0 802413D0 2402000A */ addiu $v0, $zero, 0xa
|
|
/* EA9EB4 802413D4 AFA20014 */ sw $v0, 0x14($sp)
|
|
/* EA9EB8 802413D8 24020001 */ addiu $v0, $zero, 1
|
|
/* EA9EBC 802413DC 27A40010 */ addiu $a0, $sp, 0x10
|
|
/* EA9EC0 802413E0 AFBF0020 */ sw $ra, 0x20($sp)
|
|
/* EA9EC4 802413E4 AFA00018 */ sw $zero, 0x18($sp)
|
|
/* EA9EC8 802413E8 0C04A144 */ jal func_80128510
|
|
/* EA9ECC 802413EC AFA20010 */ sw $v0, 0x10($sp)
|
|
/* EA9ED0 802413F0 8FBF0020 */ lw $ra, 0x20($sp)
|
|
/* EA9ED4 802413F4 03E00008 */ jr $ra
|
|
/* EA9ED8 802413F8 27BD0028 */ addiu $sp, $sp, 0x28
|