papermario/ver/jp/asm/nonmatchings/13530/func_8003E60C.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

32 lines
1.5 KiB
ArmAsm

.set noat # allow manual use of $at
.set noreorder # don't insert nops after branches
glabel func_8003E60C
/* 19A0C 8003E60C 27BDFFE0 */ addiu $sp, $sp, -0x20
/* 19A10 8003E610 AFB00010 */ sw $s0, 0x10($sp)
/* 19A14 8003E614 0080802D */ daddu $s0, $a0, $zero
/* 19A18 8003E618 AFBF0018 */ sw $ra, 0x18($sp)
/* 19A1C 8003E61C AFB10014 */ sw $s1, 0x14($sp)
/* 19A20 8003E620 8E02003C */ lw $v0, 0x3c($s0)
/* 19A24 8003E624 10400004 */ beqz $v0, .L8003E638
/* 19A28 8003E628 00A0882D */ daddu $s1, $a1, $zero
/* 19A2C 8003E62C 8C440144 */ lw $a0, 0x144($v0)
/* 19A30 8003E630 0C0B102B */ jal func_802C40AC
/* 19A34 8003E634 00000000 */ nop
.L8003E638:
/* 19A38 8003E638 0220202D */ daddu $a0, $s1, $zero
/* 19A3C 8003E63C 2405000A */ addiu $a1, $zero, 0xa
/* 19A40 8003E640 0000302D */ daddu $a2, $zero, $zero
/* 19A44 8003E644 0C0B0CF8 */ jal func_802C33E0
/* 19A48 8003E648 AE040024 */ sw $a0, 0x24($s0)
/* 19A4C 8003E64C 0040182D */ daddu $v1, $v0, $zero
/* 19A50 8003E650 AE03003C */ sw $v1, 0x3c($s0)
/* 19A54 8003E654 8C620144 */ lw $v0, 0x144($v1)
/* 19A58 8003E658 AE020054 */ sw $v0, 0x54($s0)
/* 19A5C 8003E65C AC700148 */ sw $s0, 0x148($v1)
/* 19A60 8003E660 8FBF0018 */ lw $ra, 0x18($sp)
/* 19A64 8003E664 8FB10014 */ lw $s1, 0x14($sp)
/* 19A68 8003E668 8FB00010 */ lw $s0, 0x10($sp)
/* 19A6C 8003E66C 03E00008 */ jr $ra
/* 19A70 8003E670 27BD0020 */ addiu $sp, $sp, 0x20