mirror of
https://github.com/pmret/papermario.git
synced 2024-11-12 22:12:38 +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>
17 lines
679 B
ArmAsm
17 lines
679 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_80266E14
|
|
/* 1956F4 80266E14 8C820094 */ lw $v0, 0x94($a0)
|
|
/* 1956F8 80266E18 10400007 */ beqz $v0, .L80266E38
|
|
/* 1956FC 80266E1C 00000000 */ nop
|
|
/* 195700 80266E20 8C820000 */ lw $v0, ($a0)
|
|
/* 195704 80266E24 30420002 */ andi $v0, $v0, 2
|
|
/* 195708 80266E28 14400003 */ bnez $v0, .L80266E38
|
|
/* 19570C 80266E2C 00000000 */ nop
|
|
/* 195710 80266E30 8C8200C0 */ lw $v0, 0xc0($a0)
|
|
/* 195714 80266E34 A04006C0 */ sb $zero, 0x6c0($v0)
|
|
.L80266E38:
|
|
/* 195718 80266E38 03E00008 */ jr $ra
|
|
/* 19571C 80266E3C 00000000 */ nop
|