papermario/ver/us/asm/nonmatchings/17D6A0/func_8024EF08.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.5 KiB
ArmAsm

.set noat # allow manual use of $at
.set noreorder # don't insert nops after branches
glabel func_8024EF08
/* 17D7E8 8024EF08 27BDFFE0 */ addiu $sp, $sp, -0x20
/* 17D7EC 8024EF0C AFB10014 */ sw $s1, 0x14($sp)
/* 17D7F0 8024EF10 0000882D */ daddu $s1, $zero, $zero
/* 17D7F4 8024EF14 AFB00010 */ sw $s0, 0x10($sp)
/* 17D7F8 8024EF18 3C10802A */ lui $s0, %hi(D_8029F2C0)
/* 17D7FC 8024EF1C 2610F2C0 */ addiu $s0, $s0, %lo(D_8029F2C0)
/* 17D800 8024EF20 AFBF0018 */ sw $ra, 0x18($sp)
.L8024EF24:
/* 17D804 8024EF24 86020010 */ lh $v0, 0x10($s0)
/* 17D808 8024EF28 50400007 */ beql $v0, $zero, .L8024EF48
/* 17D80C 8024EF2C 26310001 */ addiu $s1, $s1, 1
/* 17D810 8024EF30 8E02000C */ lw $v0, 0xc($s0)
/* 17D814 8024EF34 50400004 */ beql $v0, $zero, .L8024EF48
/* 17D818 8024EF38 26310001 */ addiu $s1, $s1, 1
/* 17D81C 8024EF3C 0040F809 */ jalr $v0
/* 17D820 8024EF40 0200202D */ daddu $a0, $s0, $zero
/* 17D824 8024EF44 26310001 */ addiu $s1, $s1, 1
.L8024EF48:
/* 17D828 8024EF48 2A220020 */ slti $v0, $s1, 0x20
/* 17D82C 8024EF4C 1440FFF5 */ bnez $v0, .L8024EF24
/* 17D830 8024EF50 2610001C */ addiu $s0, $s0, 0x1c
/* 17D834 8024EF54 8FBF0018 */ lw $ra, 0x18($sp)
/* 17D838 8024EF58 8FB10014 */ lw $s1, 0x14($sp)
/* 17D83C 8024EF5C 8FB00010 */ lw $s0, 0x10($sp)
/* 17D840 8024EF60 03E00008 */ jr $ra
/* 17D844 8024EF64 27BD0020 */ addiu $sp, $sp, 0x20