mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 08:52:40 +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>
37 lines
1.9 KiB
ArmAsm
37 lines
1.9 KiB
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_80060708
|
|
/* 3BB08 80060708 27BDFFE8 */ addiu $sp, $sp, -0x18
|
|
/* 3BB0C 8006070C AFBF0014 */ sw $ra, 0x14($sp)
|
|
/* 3BB10 80060710 AFB00010 */ sw $s0, 0x10($sp)
|
|
/* 3BB14 80060714 8C90000C */ lw $s0, 0xc($a0)
|
|
/* 3BB18 80060718 3C04800E */ lui $a0, %hi(D_800DAC58)
|
|
/* 3BB1C 8006071C 2484AC58 */ addiu $a0, $a0, %lo(D_800DAC58)
|
|
/* 3BB20 80060720 0C01865C */ jal func_80061970
|
|
/* 3BB24 80060724 00000000 */ nop
|
|
/* 3BB28 80060728 14400012 */ bnez $v0, .L80060774
|
|
/* 3BB2C 8006072C 0000282D */ daddu $a1, $zero, $zero
|
|
/* 3BB30 80060730 3C04800E */ lui $a0, %hi(D_800DAC58)
|
|
/* 3BB34 80060734 2484AC58 */ addiu $a0, $a0, %lo(D_800DAC58)
|
|
/* 3BB38 80060738 0C0195B0 */ jal func_800656C0
|
|
/* 3BB3C 8006073C 24060001 */ addiu $a2, $zero, 1
|
|
/* 3BB40 80060740 3C04800E */ lui $a0, %hi(D_800DC020)
|
|
/* 3BB44 80060744 2484C020 */ addiu $a0, $a0, %lo(D_800DC020)
|
|
/* 3BB48 80060748 0000282D */ daddu $a1, $zero, $zero
|
|
/* 3BB4C 8006074C 0C0195FC */ jal func_800657F0
|
|
/* 3BB50 80060750 24060001 */ addiu $a2, $zero, 1
|
|
/* 3BB54 80060754 0C01867E */ jal func_800619F8
|
|
/* 3BB58 80060758 0200202D */ daddu $a0, $s0, $zero
|
|
/* 3BB5C 8006075C 3C04800E */ lui $a0, %hi(D_800DC020)
|
|
/* 3BB60 80060760 2484C020 */ addiu $a0, $a0, %lo(D_800DC020)
|
|
/* 3BB64 80060764 0000282D */ daddu $a1, $zero, $zero
|
|
/* 3BB68 80060768 0C0195B0 */ jal func_800656C0
|
|
/* 3BB6C 8006076C 24060001 */ addiu $a2, $zero, 1
|
|
/* 3BB70 80060770 0000102D */ daddu $v0, $zero, $zero
|
|
.L80060774:
|
|
/* 3BB74 80060774 8FBF0014 */ lw $ra, 0x14($sp)
|
|
/* 3BB78 80060778 8FB00010 */ lw $s0, 0x10($sp)
|
|
/* 3BB7C 8006077C 03E00008 */ jr $ra
|
|
/* 3BB80 80060780 27BD0018 */ addiu $sp, $sp, 0x18
|