mirror of
https://github.com/pmret/papermario.git
synced 2024-11-14 15:03:25 +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>
29 lines
1.4 KiB
ArmAsm
29 lines
1.4 KiB
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_8006FD10
|
|
/* 4B110 8006FD10 27BDFFD0 */ addiu $sp, $sp, -0x30
|
|
/* 4B114 8006FD14 AFA40010 */ sw $a0, 0x10($sp)
|
|
/* 4B118 8006FD18 AFA50014 */ sw $a1, 0x14($sp)
|
|
/* 4B11C 8006FD1C AFA60018 */ sw $a2, 0x18($sp)
|
|
/* 4B120 8006FD20 AFA7001C */ sw $a3, 0x1c($sp)
|
|
/* 4B124 8006FD24 E7AC0020 */ swc1 $f12, 0x20($sp)
|
|
/* 4B128 8006FD28 E7AE0024 */ swc1 $f14, 0x24($sp)
|
|
/* 4B12C 8006FD2C E7B00028 */ swc1 $f16, 0x28($sp)
|
|
/* 4B130 8006FD30 AFBF002C */ sw $ra, 0x2c($sp)
|
|
/* 4B134 8006FD34 0C016959 */ jal load_effect
|
|
/* 4B138 8006FD38 2404000C */ addiu $a0, $zero, 0xc
|
|
/* 4B13C 8006FD3C 8FA40010 */ lw $a0, 0x10($sp)
|
|
/* 4B140 8006FD40 8FA50014 */ lw $a1, 0x14($sp)
|
|
/* 4B144 8006FD44 8FA60018 */ lw $a2, 0x18($sp)
|
|
/* 4B148 8006FD48 8FA7001C */ lw $a3, 0x1c($sp)
|
|
/* 4B14C 8006FD4C C7AC0020 */ lwc1 $f12, 0x20($sp)
|
|
/* 4B150 8006FD50 C7AE0024 */ lwc1 $f14, 0x24($sp)
|
|
/* 4B154 8006FD54 C7B00028 */ lwc1 $f16, 0x28($sp)
|
|
/* 4B158 8006FD58 8FBF002C */ lw $ra, 0x2c($sp)
|
|
/* 4B15C 8006FD5C 27BD0030 */ addiu $sp, $sp, 0x30
|
|
/* 4B160 8006FD60 3C018008 */ lui $at, %hi(gEffectTable+0x120)
|
|
/* 4B164 8006FD64 8C21F330 */ lw $at, %lo(gEffectTable+0x120)($at)
|
|
/* 4B168 8006FD68 00200008 */ jr $at
|
|
/* 4B16C 8006FD6C 00000000 */ nop
|