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>
39 lines
1.8 KiB
ArmAsm
39 lines
1.8 KiB
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_80200000
|
|
/* 3169F0 80200000 27BDFFE8 */ addiu $sp, $sp, -0x18
|
|
/* 3169F4 80200004 3C05AC29 */ lui $a1, 0xac29
|
|
/* 3169F8 80200008 34A5007B */ ori $a1, $a1, 0x7b
|
|
/* 3169FC 8020000C 3C06B000 */ lui $a2, 0xb000
|
|
/* 316A00 80200010 34C606A8 */ ori $a2, $a2, 0x6a8
|
|
/* 316A04 80200014 3C02A460 */ lui $v0, 0xa460
|
|
/* 316A08 80200018 34420010 */ ori $v0, $v0, 0x10
|
|
/* 316A0C 8020001C AFBF0010 */ sw $ra, 0x10($sp)
|
|
/* 316A10 80200020 8C420000 */ lw $v0, ($v0)
|
|
/* 316A14 80200024 3C048005 */ lui $a0, %hi(D_8004AA85)
|
|
/* 316A18 80200028 2484AA85 */ addiu $a0, $a0, %lo(D_8004AA85)
|
|
/* 316A1C 8020002C 30420003 */ andi $v0, $v0, 3
|
|
/* 316A20 80200030 10400006 */ beqz $v0, .L8020004C
|
|
/* 316A24 80200034 3C03A460 */ lui $v1, 0xa460
|
|
/* 316A28 80200038 34630010 */ ori $v1, $v1, 0x10
|
|
.L8020003C:
|
|
/* 316A2C 8020003C 8C620000 */ lw $v0, ($v1)
|
|
/* 316A30 80200040 30420003 */ andi $v0, $v0, 3
|
|
/* 316A34 80200044 1440FFFD */ bnez $v0, .L8020003C
|
|
/* 316A38 80200048 00000000 */ nop
|
|
.L8020004C:
|
|
/* 316A3C 8020004C 24C2FE38 */ addiu $v0, $a2, -0x1c8
|
|
/* 316A40 80200050 3C03A000 */ lui $v1, 0xa000
|
|
/* 316A44 80200054 00431025 */ or $v0, $v0, $v1
|
|
/* 316A48 80200058 8C420000 */ lw $v0, ($v0)
|
|
/* 316A4C 8020005C 00A22823 */ subu $a1, $a1, $v0
|
|
/* 316A50 80200060 00852021 */ addu $a0, $a0, $a1
|
|
/* 316A54 80200064 0080F809 */ jalr $a0
|
|
/* 316A58 80200068 00000000 */ nop
|
|
/* 316A5C 8020006C 8FBF0010 */ lw $ra, 0x10($sp)
|
|
/* 316A60 80200070 03E00008 */ jr $ra
|
|
/* 316A64 80200074 27BD0018 */ addiu $sp, $sp, 0x18
|
|
/* 316A68 80200078 00000000 */ nop
|
|
/* 316A6C 8020007C 00000000 */ nop
|