papermario/ver/us/asm/nonmatchings/code_197F40/GetOwnerTarget.s
alex a4e1c2f522
Add versioning (#187)
* 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>
2021-02-22 18:21:23 +09:00

31 lines
1.5 KiB
ArmAsm

.set noat # allow manual use of $at
.set noreorder # don't insert nops after branches
glabel GetOwnerTarget
/* 19D18C 8026E8AC 27BDFFE0 */ addiu $sp, $sp, -0x20
/* 19D190 8026E8B0 AFB10014 */ sw $s1, 0x14($sp)
/* 19D194 8026E8B4 0080882D */ daddu $s1, $a0, $zero
/* 19D198 8026E8B8 AFBF001C */ sw $ra, 0x1c($sp)
/* 19D19C 8026E8BC AFB20018 */ sw $s2, 0x18($sp)
/* 19D1A0 8026E8C0 AFB00010 */ sw $s0, 0x10($sp)
/* 19D1A4 8026E8C4 8E240148 */ lw $a0, 0x148($s1)
/* 19D1A8 8026E8C8 0C09A75B */ jal get_actor
/* 19D1AC 8026E8CC 8E30000C */ lw $s0, 0xc($s1)
/* 19D1B0 8026E8D0 0040902D */ daddu $s2, $v0, $zero
/* 19D1B4 8026E8D4 8E050000 */ lw $a1, ($s0)
/* 19D1B8 8026E8D8 86460428 */ lh $a2, 0x428($s2)
/* 19D1BC 8026E8DC 8E100004 */ lw $s0, 4($s0)
/* 19D1C0 8026E8E0 0C0B2026 */ jal set_variable
/* 19D1C4 8026E8E4 0220202D */ daddu $a0, $s1, $zero
/* 19D1C8 8026E8E8 0220202D */ daddu $a0, $s1, $zero
/* 19D1CC 8026E8EC 82460426 */ lb $a2, 0x426($s2)
/* 19D1D0 8026E8F0 0C0B2026 */ jal set_variable
/* 19D1D4 8026E8F4 0200282D */ daddu $a1, $s0, $zero
/* 19D1D8 8026E8F8 8FBF001C */ lw $ra, 0x1c($sp)
/* 19D1DC 8026E8FC 8FB20018 */ lw $s2, 0x18($sp)
/* 19D1E0 8026E900 8FB10014 */ lw $s1, 0x14($sp)
/* 19D1E4 8026E904 8FB00010 */ lw $s0, 0x10($sp)
/* 19D1E8 8026E908 24020002 */ addiu $v0, $zero, 2
/* 19D1EC 8026E90C 03E00008 */ jr $ra
/* 19D1F0 8026E910 27BD0020 */ addiu $sp, $sp, 0x20