papermario/ver/us/asm/nonmatchings/npc/bind_enemy_ai.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 bind_enemy_ai
/* 19D4C 8003E94C 27BDFFE0 */ addiu $sp, $sp, -0x20
/* 19D50 8003E950 AFB00010 */ sw $s0, 0x10($sp)
/* 19D54 8003E954 0080802D */ daddu $s0, $a0, $zero
/* 19D58 8003E958 AFBF0018 */ sw $ra, 0x18($sp)
/* 19D5C 8003E95C AFB10014 */ sw $s1, 0x14($sp)
/* 19D60 8003E960 8E02003C */ lw $v0, 0x3c($s0)
/* 19D64 8003E964 10400004 */ beqz $v0, .L8003E978
/* 19D68 8003E968 00A0882D */ daddu $s1, $a1, $zero
/* 19D6C 8003E96C 8C440144 */ lw $a0, 0x144($v0)
/* 19D70 8003E970 0C0B102B */ jal kill_script_by_ID
/* 19D74 8003E974 00000000 */ nop
.L8003E978:
/* 19D78 8003E978 0220202D */ daddu $a0, $s1, $zero
/* 19D7C 8003E97C 2405000A */ addiu $a1, $zero, 0xa
/* 19D80 8003E980 0000302D */ daddu $a2, $zero, $zero
/* 19D84 8003E984 0C0B0CF8 */ jal start_script
/* 19D88 8003E988 AE040024 */ sw $a0, 0x24($s0)
/* 19D8C 8003E98C 0040182D */ daddu $v1, $v0, $zero
/* 19D90 8003E990 AE03003C */ sw $v1, 0x3c($s0)
/* 19D94 8003E994 8C620144 */ lw $v0, 0x144($v1)
/* 19D98 8003E998 AE020054 */ sw $v0, 0x54($s0)
/* 19D9C 8003E99C AC700148 */ sw $s0, 0x148($v1)
/* 19DA0 8003E9A0 8FBF0018 */ lw $ra, 0x18($sp)
/* 19DA4 8003E9A4 8FB10014 */ lw $s1, 0x14($sp)
/* 19DA8 8003E9A8 8FB00010 */ lw $s0, 0x10($sp)
/* 19DAC 8003E9AC 03E00008 */ jr $ra
/* 19DB0 8003E9B0 27BD0020 */ addiu $sp, $sp, 0x20