papermario/ver/us/asm/nonmatchings/B4580/clear_animator_flags.s
Ethan Roseman 647db26552
Mass function rename from Star Rod + a couple funcs (#298)
* .

* yaml update

* git subrepo pull --force tools/splat

subrepo:
  subdir:   "tools/splat"
  merged:   "cd690f725d"
upstream:
  origin:   "https://github.com/ethteck/splat.git"
  branch:   "master"
  commit:   "cd690f725d"
git-subrepo:
  version:  "0.4.3"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "2f68596"

* separate main bss syms

* renames and one match

* SR symbol rename

* fix symbol_addrs

* git subrepo pull tools/splat

subrepo:
  subdir:   "tools/splat"
  merged:   "5fa8aa24ca"
upstream:
  origin:   "https://github.com/ethteck/splat.git"
  branch:   "master"
  commit:   "5fa8aa24ca"
git-subrepo:
  version:  "0.4.3"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "2f68596"

* remove old artifacts
2021-06-30 11:27:12 +09:00

17 lines
811 B
ArmAsm

.set noat # allow manual use of $at
.set noreorder # don't insert nops after branches
glabel clear_animator_flags
/* B6818 80120118 2402F7FF */ addiu $v0, $zero, -0x801
/* B681C 8012011C 00822024 */ and $a0, $a0, $v0
/* B6820 80120120 3C028015 */ lui $v0, %hi(gCurrentAnimMeshListPtr)
/* B6824 80120124 8C423A40 */ lw $v0, %lo(gCurrentAnimMeshListPtr)($v0)
/* B6828 80120128 00042080 */ sll $a0, $a0, 2
/* B682C 8012012C 00822021 */ addu $a0, $a0, $v0
/* B6830 80120130 8C830000 */ lw $v1, ($a0)
/* B6834 80120134 8C620000 */ lw $v0, ($v1)
/* B6838 80120138 00052827 */ nor $a1, $zero, $a1
/* B683C 8012013C 00451024 */ and $v0, $v0, $a1
/* B6840 80120140 03E00008 */ jr $ra
/* B6844 80120144 AC620000 */ sw $v0, ($v1)