mirror of
https://github.com/pmret/papermario.git
synced 2024-11-14 15:03:25 +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>
23 lines
1013 B
ArmAsm
23 lines
1013 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_802D4364
|
|
/* F8D14 802D4364 3C02802E */ lui $v0, %hi(D_802DB7C0)
|
|
/* F8D18 802D4368 8C42B7C0 */ lw $v0, %lo(D_802DB7C0)($v0)
|
|
/* F8D1C 802D436C 00042080 */ sll $a0, $a0, 2
|
|
/* F8D20 802D4370 00822021 */ addu $a0, $a0, $v0
|
|
/* F8D24 802D4374 8C820000 */ lw $v0, ($a0)
|
|
/* F8D28 802D4378 44850000 */ mtc1 $a1, $f0
|
|
/* F8D2C 802D437C 00000000 */ nop
|
|
/* F8D30 802D4380 46800020 */ cvt.s.w $f0, $f0
|
|
/* F8D34 802D4384 E4400004 */ swc1 $f0, 4($v0)
|
|
/* F8D38 802D4388 44860000 */ mtc1 $a2, $f0
|
|
/* F8D3C 802D438C 00000000 */ nop
|
|
/* F8D40 802D4390 46800020 */ cvt.s.w $f0, $f0
|
|
/* F8D44 802D4394 E4400008 */ swc1 $f0, 8($v0)
|
|
/* F8D48 802D4398 44870000 */ mtc1 $a3, $f0
|
|
/* F8D4C 802D439C 00000000 */ nop
|
|
/* F8D50 802D43A0 46800020 */ cvt.s.w $f0, $f0
|
|
/* F8D54 802D43A4 03E00008 */ jr $ra
|
|
/* F8D58 802D43A8 E440000C */ swc1 $f0, 0xc($v0)
|