papermario/ver/jp/asm/nonmatchings/2570/func_800271CC.s
Ethan Roseman 3315d6010f
Splat refactor (#257)
* all non-world rodata migrated

* data disasm

* kinda working

* updated yaml

* bloop

* linker header

* configure 2.0

* bin

* mass rename to remove code_

* pause rename

* battle partner stuff

* whew

* more renames

* more renames

* more renaming

* it builds!

* updates

* remove main prefix

* one more thing

* crc, yay0

* .data, .rodata, .bss

* img

* dead_atan2

* it buildsgit add -A

* split battle/partner/6FAD10

* rm &s on sleepy_sheep syms

* sha1sum ninja rule description

* OK but commented out PaperMarioMapFS and PaperMarioNpcSprites

* uncomment

* fix mapfs

* match func_8003CFB4

* .

* clean up and name npc_iter_no_op

* npc.c

* enable cc warnings

* name npc_find_near

* use singular options.asset_path

* smores

* cc_dsl only when needed

* kinda fix configure for splat refactor2

* ok!

* new msg format

* remove old msg format docs

* slight bug fixes, splat adjustment

* git subrepo pull (merge) --force tools/splat

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

* git subrepo pull (merge) --force tools/splat

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

* Update symbol addrs

* git subrepo pull tools/splat

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

Co-authored-by: Alex Bates <hi@imalex.xyz>
2021-04-13 16:47:52 +09:00

29 lines
1.3 KiB
ArmAsm

.set noat # allow manual use of $at
.set noreorder # don't insert nops after branches
glabel func_800271CC
/* 25CC 800271CC 00061880 */ sll $v1, $a2, 2
/* 25D0 800271D0 00661821 */ addu $v1, $v1, $a2
/* 25D4 800271D4 00031980 */ sll $v1, $v1, 6
/* 25D8 800271D8 00671821 */ addu $v1, $v1, $a3
/* 25DC 800271DC 00031840 */ sll $v1, $v1, 1
/* 25E0 800271E0 00652821 */ addu $a1, $v1, $a1
/* 25E4 800271E4 00641821 */ addu $v1, $v1, $a0
/* 25E8 800271E8 94A20000 */ lhu $v0, ($a1)
/* 25EC 800271EC 8FA50010 */ lw $a1, 0x10($sp)
/* 25F0 800271F0 00021082 */ srl $v0, $v0, 2
/* 25F4 800271F4 3042000F */ andi $v0, $v0, 0xf
/* 25F8 800271F8 A0A20003 */ sb $v0, 3($a1)
/* 25FC 800271FC 94620000 */ lhu $v0, ($v1)
/* 2600 80027200 000212C2 */ srl $v0, $v0, 0xb
/* 2604 80027204 A0A20000 */ sb $v0, ($a1)
/* 2608 80027208 94620000 */ lhu $v0, ($v1)
/* 260C 8002720C 00021182 */ srl $v0, $v0, 6
/* 2610 80027210 3042001F */ andi $v0, $v0, 0x1f
/* 2614 80027214 A0A20001 */ sb $v0, 1($a1)
/* 2618 80027218 94620000 */ lhu $v0, ($v1)
/* 261C 8002721C 00021042 */ srl $v0, $v0, 1
/* 2620 80027220 3042001F */ andi $v0, $v0, 0x1f
/* 2624 80027224 03E00008 */ jr $ra
/* 2628 80027228 A0A20002 */ sb $v0, 2($a1)