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>
25 lines
936 B
ArmAsm
25 lines
936 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_80029A3C
|
|
/* 4E3C 80029A3C 44801000 */ mtc1 $zero, $f2
|
|
/* 4E40 80029A40 00000000 */ nop
|
|
/* 4E44 80029A44 460C103C */ c.lt.s $f2, $f12
|
|
/* 4E48 80029A48 00000000 */ nop
|
|
/* 4E4C 80029A4C 45010009 */ bc1t .L80029A74
|
|
/* 4E50 80029A50 00000000 */ nop
|
|
/* 4E54 80029A54 3C01BF80 */ lui $at, 0xbf80
|
|
/* 4E58 80029A58 44810000 */ mtc1 $at, $f0
|
|
/* 4E5C 80029A5C 4602603C */ c.lt.s $f12, $f2
|
|
/* 4E60 80029A60 00000000 */ nop
|
|
/* 4E64 80029A64 45010005 */ bc1t .L80029A7C
|
|
/* 4E68 80029A68 00000000 */ nop
|
|
/* 4E6C 80029A6C 03E00008 */ jr $ra
|
|
/* 4E70 80029A70 46001006 */ mov.s $f0, $f2
|
|
.L80029A74:
|
|
/* 4E74 80029A74 3C013F80 */ lui $at, 0x3f80
|
|
/* 4E78 80029A78 44810000 */ mtc1 $at, $f0
|
|
.L80029A7C:
|
|
/* 4E7C 80029A7C 03E00008 */ jr $ra
|
|
/* 4E80 80029A80 00000000 */ nop
|