mirror of
https://github.com/pmret/papermario.git
synced 2024-11-15 07:22:29 +01:00
3315d6010f
* 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>
41 lines
1.9 KiB
ArmAsm
41 lines
1.9 KiB
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_80267018
|
|
/* 1958F8 80267018 27BDFFE0 */ addiu $sp, $sp, -0x20
|
|
/* 1958FC 8026701C AFBF001C */ sw $ra, 0x1c($sp)
|
|
/* 195900 80267020 AFB20018 */ sw $s2, 0x18($sp)
|
|
/* 195904 80267024 AFB10014 */ sw $s1, 0x14($sp)
|
|
/* 195908 80267028 AFB00010 */ sw $s0, 0x10($sp)
|
|
/* 19590C 8026702C 8C9001F4 */ lw $s0, 0x1f4($a0)
|
|
/* 195910 80267030 12000014 */ beqz $s0, .L80267084
|
|
/* 195914 80267034 00A0902D */ daddu $s2, $a1, $zero
|
|
/* 195918 80267038 3C110010 */ lui $s1, 0x10
|
|
/* 19591C 8026703C 36310001 */ ori $s1, $s1, 1
|
|
.L80267040:
|
|
/* 195920 80267040 8E030000 */ lw $v1, ($s0)
|
|
/* 195924 80267044 00711024 */ and $v0, $v1, $s1
|
|
/* 195928 80267048 1440000B */ bnez $v0, .L80267078
|
|
/* 19592C 8026704C 00000000 */ nop
|
|
/* 195930 80267050 8E0200C0 */ lw $v0, 0xc0($s0)
|
|
/* 195934 80267054 10400008 */ beqz $v0, .L80267078
|
|
/* 195938 80267058 30620002 */ andi $v0, $v1, 2
|
|
/* 19593C 8026705C 14400006 */ bnez $v0, .L80267078
|
|
/* 195940 80267060 00000000 */ nop
|
|
/* 195944 80267064 8E020094 */ lw $v0, 0x94($s0)
|
|
/* 195948 80267068 10400003 */ beqz $v0, .L80267078
|
|
/* 19594C 8026706C 0200202D */ daddu $a0, $s0, $zero
|
|
/* 195950 80267070 0C099BF6 */ jal func_80266FD8
|
|
/* 195954 80267074 0240282D */ daddu $a1, $s2, $zero
|
|
.L80267078:
|
|
/* 195958 80267078 8E10000C */ lw $s0, 0xc($s0)
|
|
/* 19595C 8026707C 1600FFF0 */ bnez $s0, .L80267040
|
|
/* 195960 80267080 00000000 */ nop
|
|
.L80267084:
|
|
/* 195964 80267084 8FBF001C */ lw $ra, 0x1c($sp)
|
|
/* 195968 80267088 8FB20018 */ lw $s2, 0x18($sp)
|
|
/* 19596C 8026708C 8FB10014 */ lw $s1, 0x14($sp)
|
|
/* 195970 80267090 8FB00010 */ lw $s0, 0x10($sp)
|
|
/* 195974 80267094 03E00008 */ jr $ra
|
|
/* 195978 80267098 27BD0020 */ addiu $sp, $sp, 0x20
|