mirror of
https://github.com/pmret/papermario.git
synced 2024-11-19 09:22:30 +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>
26 lines
1.2 KiB
ArmAsm
26 lines
1.2 KiB
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_80049200
|
|
/* 24600 80049200 27BDFFE0 */ addiu $sp, $sp, -0x20
|
|
/* 24604 80049204 AFB00010 */ sw $s0, 0x10($sp)
|
|
/* 24608 80049208 0080802D */ daddu $s0, $a0, $zero
|
|
/* 2460C 8004920C AFBF0018 */ sw $ra, 0x18($sp)
|
|
/* 24610 80049210 AFB10014 */ sw $s1, 0x14($sp)
|
|
/* 24614 80049214 8E020148 */ lw $v0, 0x148($s0)
|
|
/* 24618 80049218 84440008 */ lh $a0, 8($v0)
|
|
/* 2461C 8004921C 0C00E9EB */ jal func_8003A7AC
|
|
/* 24620 80049220 00A0882D */ daddu $s1, $a1, $zero
|
|
/* 24624 80049224 9443008E */ lhu $v1, 0x8e($v0)
|
|
/* 24628 80049228 2463FFFF */ addiu $v1, $v1, -1
|
|
/* 2462C 8004922C A443008E */ sh $v1, 0x8e($v0)
|
|
/* 24630 80049230 00031C00 */ sll $v1, $v1, 0x10
|
|
/* 24634 80049234 58600001 */ blezl $v1, .L8004923C
|
|
/* 24638 80049238 AE110070 */ sw $s1, 0x70($s0)
|
|
.L8004923C:
|
|
/* 2463C 8004923C 8FBF0018 */ lw $ra, 0x18($sp)
|
|
/* 24640 80049240 8FB10014 */ lw $s1, 0x14($sp)
|
|
/* 24644 80049244 8FB00010 */ lw $s0, 0x10($sp)
|
|
/* 24648 80049248 03E00008 */ jr $ra
|
|
/* 2464C 8004924C 27BD0020 */ addiu $sp, $sp, 0x20
|