papermario/ver/jp/asm/nonmatchings/1F240/func_80044FE0.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

45 lines
2.2 KiB
ArmAsm

.set noat # allow manual use of $at
.set noreorder # don't insert nops after branches
glabel func_80044FE0
/* 203E0 80044FE0 27BDFFD8 */ addiu $sp, $sp, -0x28
/* 203E4 80044FE4 AFB10014 */ sw $s1, 0x14($sp)
/* 203E8 80044FE8 0080882D */ daddu $s1, $a0, $zero
/* 203EC 80044FEC AFBF0020 */ sw $ra, 0x20($sp)
/* 203F0 80044FF0 AFB3001C */ sw $s3, 0x1c($sp)
/* 203F4 80044FF4 AFB20018 */ sw $s2, 0x18($sp)
/* 203F8 80044FF8 AFB00010 */ sw $s0, 0x10($sp)
/* 203FC 80044FFC 8E30000C */ lw $s0, 0xc($s1)
/* 20400 80045000 8E330148 */ lw $s3, 0x148($s1)
/* 20404 80045004 8E050000 */ lw $a1, ($s0)
/* 20408 80045008 0C0B1EAF */ jal func_802C7ABC
/* 2040C 8004500C 26100004 */ addiu $s0, $s0, 4
/* 20410 80045010 0040902D */ daddu $s2, $v0, $zero
/* 20414 80045014 8E050000 */ lw $a1, ($s0)
/* 20418 80045018 26100004 */ addiu $s0, $s0, 4
/* 2041C 8004501C 0C0B1EAF */ jal func_802C7ABC
/* 20420 80045020 0220202D */ daddu $a0, $s1, $zero
/* 20424 80045024 0220202D */ daddu $a0, $s1, $zero
/* 20428 80045028 8E050000 */ lw $a1, ($s0)
/* 2042C 8004502C 0C0B1EAF */ jal func_802C7ABC
/* 20430 80045030 0040802D */ daddu $s0, $v0, $zero
/* 20434 80045034 0040882D */ daddu $s1, $v0, $zero
/* 20438 80045038 2402FFFF */ addiu $v0, $zero, -1
/* 2043C 8004503C 16420002 */ bne $s2, $v0, .L80045048
/* 20440 80045040 00000000 */ nop
/* 20444 80045044 86720008 */ lh $s2, 8($s3)
.L80045048:
/* 20448 80045048 0C00FA6A */ jal func_8003E9A8
/* 2044C 8004504C 0240202D */ daddu $a0, $s2, $zero
/* 20450 80045050 00101880 */ sll $v1, $s0, 2
/* 20454 80045054 00431021 */ addu $v0, $v0, $v1
/* 20458 80045058 AC51006C */ sw $s1, 0x6c($v0)
/* 2045C 8004505C 8FBF0020 */ lw $ra, 0x20($sp)
/* 20460 80045060 8FB3001C */ lw $s3, 0x1c($sp)
/* 20464 80045064 8FB20018 */ lw $s2, 0x18($sp)
/* 20468 80045068 8FB10014 */ lw $s1, 0x14($sp)
/* 2046C 8004506C 8FB00010 */ lw $s0, 0x10($sp)
/* 20470 80045070 24020002 */ addiu $v0, $zero, 2
/* 20474 80045074 03E00008 */ jr $ra
/* 20478 80045078 27BD0028 */ addiu $sp, $sp, 0x28