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>
29 lines
1.3 KiB
ArmAsm
29 lines
1.3 KiB
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel clamp_printer_coords
|
|
/* BC1B8 80125AB8 A485050A */ sh $a1, 0x50a($a0)
|
|
/* BC1BC 80125ABC 8482050A */ lh $v0, 0x50a($a0)
|
|
/* BC1C0 80125AC0 04410002 */ bgez $v0, .L80125ACC
|
|
/* BC1C4 80125AC4 A486050C */ sh $a2, 0x50c($a0)
|
|
/* BC1C8 80125AC8 A480050A */ sh $zero, 0x50a($a0)
|
|
.L80125ACC:
|
|
/* BC1CC 80125ACC 8482050A */ lh $v0, 0x50a($a0)
|
|
/* BC1D0 80125AD0 28420141 */ slti $v0, $v0, 0x141
|
|
/* BC1D4 80125AD4 14400002 */ bnez $v0, .L80125AE0
|
|
/* BC1D8 80125AD8 24020140 */ addiu $v0, $zero, 0x140
|
|
/* BC1DC 80125ADC A482050A */ sh $v0, 0x50a($a0)
|
|
.L80125AE0:
|
|
/* BC1E0 80125AE0 8482050C */ lh $v0, 0x50c($a0)
|
|
/* BC1E4 80125AE4 04420001 */ bltzl $v0, .L80125AEC
|
|
/* BC1E8 80125AE8 A480050C */ sh $zero, 0x50c($a0)
|
|
.L80125AEC:
|
|
/* BC1EC 80125AEC 8482050C */ lh $v0, 0x50c($a0)
|
|
/* BC1F0 80125AF0 284200DD */ slti $v0, $v0, 0xdd
|
|
/* BC1F4 80125AF4 14400002 */ bnez $v0, .L80125B00
|
|
/* BC1F8 80125AF8 240200DC */ addiu $v0, $zero, 0xdc
|
|
/* BC1FC 80125AFC A482050C */ sh $v0, 0x50c($a0)
|
|
.L80125B00:
|
|
/* BC200 80125B00 03E00008 */ jr $ra
|
|
/* BC204 80125B04 00000000 */ nop
|