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>
25 lines
1.2 KiB
ArmAsm
25 lines
1.2 KiB
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_802E6E90
|
|
/* 108710 802E6E90 3C028007 */ lui $v0, %hi(gGameStatusPtr)
|
|
/* 108714 802E6E94 8C42419C */ lw $v0, %lo(gGameStatusPtr)($v0)
|
|
/* 108718 802E6E98 27BDFFE8 */ addiu $sp, $sp, -0x18
|
|
/* 10871C 802E6E9C AFBF0010 */ sw $ra, 0x10($sp)
|
|
/* 108720 802E6EA0 84430086 */ lh $v1, 0x86($v0)
|
|
/* 108724 802E6EA4 2402000B */ addiu $v0, $zero, 0xb
|
|
/* 108728 802E6EA8 14620004 */ bne $v1, $v0, .L802E6EBC
|
|
/* 10872C 802E6EAC 2405000A */ addiu $a1, $zero, 0xa
|
|
/* 108730 802E6EB0 3C04802F */ lui $a0, %hi(D_802EAC0C)
|
|
/* 108734 802E6EB4 080B9BB1 */ j .L802E6EC4
|
|
/* 108738 802E6EB8 2484AC0C */ addiu $a0, $a0, %lo(D_802EAC0C)
|
|
.L802E6EBC:
|
|
/* 10873C 802E6EBC 3C04802F */ lui $a0, %hi(D_802EACC8)
|
|
/* 108740 802E6EC0 2484ACC8 */ addiu $a0, $a0, %lo(D_802EACC8)
|
|
.L802E6EC4:
|
|
/* 108744 802E6EC4 0C0B0CF8 */ jal start_script
|
|
/* 108748 802E6EC8 24060020 */ addiu $a2, $zero, 0x20
|
|
/* 10874C 802E6ECC 8FBF0010 */ lw $ra, 0x10($sp)
|
|
/* 108750 802E6ED0 03E00008 */ jr $ra
|
|
/* 108754 802E6ED4 27BD0018 */ addiu $sp, $sp, 0x18
|