papermario/ver/us/asm/nonmatchings/a5dd0_len_114e0/func_8011B090.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

31 lines
1.4 KiB
ArmAsm

.set noat # allow manual use of $at
.set noreorder # don't insert nops after branches
glabel func_8011B090
/* B1790 8011B090 27BDFFE0 */ addiu $sp, $sp, -0x20
/* B1794 8011B094 AFB10014 */ sw $s1, 0x14($sp)
/* B1798 8011B098 0080882D */ daddu $s1, $a0, $zero
/* B179C 8011B09C AFB00010 */ sw $s0, 0x10($sp)
/* B17A0 8011B0A0 0000802D */ daddu $s0, $zero, $zero
/* B17A4 8011B0A4 AFBF0018 */ sw $ra, 0x18($sp)
.L8011B0A8:
/* B17A8 8011B0A8 0C046C70 */ jal func_8011B1C0
/* B17AC 8011B0AC 0200202D */ daddu $a0, $s0, $zero
/* B17B0 8011B0B0 50400006 */ beql $v0, $zero, .L8011B0CC
/* B17B4 8011B0B4 26100001 */ addiu $s0, $s0, 1
/* B17B8 8011B0B8 94420002 */ lhu $v0, 2($v0)
/* B17BC 8011B0BC 54510003 */ bnel $v0, $s1, .L8011B0CC
/* B17C0 8011B0C0 26100001 */ addiu $s0, $s0, 1
/* B17C4 8011B0C4 08046C36 */ j .L8011B0D8
/* B17C8 8011B0C8 0200102D */ daddu $v0, $s0, $zero
.L8011B0CC:
/* B17CC 8011B0CC 2A020004 */ slti $v0, $s0, 4
/* B17D0 8011B0D0 1440FFF5 */ bnez $v0, .L8011B0A8
/* B17D4 8011B0D4 2402FFFF */ addiu $v0, $zero, -1
.L8011B0D8:
/* B17D8 8011B0D8 8FBF0018 */ lw $ra, 0x18($sp)
/* B17DC 8011B0DC 8FB10014 */ lw $s1, 0x14($sp)
/* B17E0 8011B0E0 8FB00010 */ lw $s0, 0x10($sp)
/* B17E4 8011B0E4 03E00008 */ jr $ra
/* B17E8 8011B0E8 27BD0020 */ addiu $sp, $sp, 0x20