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>
19 lines
717 B
ArmAsm
19 lines
717 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_8026220C
|
|
/* 190AEC 8026220C 3C0142C8 */ lui $at, 0x42c8
|
|
/* 190AF0 80262210 44810000 */ mtc1 $at, $f0
|
|
/* 190AF4 80262214 00000000 */ nop
|
|
/* 190AF8 80262218 460E003C */ c.lt.s $f0, $f14
|
|
/* 190AFC 8026221C 00000000 */ nop
|
|
/* 190B00 80262220 45000002 */ bc1f .L8026222C
|
|
/* 190B04 80262224 0000102D */ daddu $v0, $zero, $zero
|
|
/* 190B08 80262228 2402001C */ addiu $v0, $zero, 0x1c
|
|
.L8026222C:
|
|
/* 190B0C 8026222C 03E00008 */ jr $ra
|
|
/* 190B10 80262230 00000000 */ nop
|
|
/* 190B14 80262234 00000000 */ nop
|
|
/* 190B18 80262238 00000000 */ nop
|
|
/* 190B1C 8026223C 00000000 */ nop
|