mirror of
https://github.com/pmret/papermario.git
synced 2024-11-14 15:03:25 +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>
31 lines
1.4 KiB
ArmAsm
31 lines
1.4 KiB
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel update_windows
|
|
/* DDB14 80147414 0000302D */ daddu $a2, $zero, $zero
|
|
/* DDB18 80147418 3C058016 */ lui $a1, %hi(gUIPanels)
|
|
/* DDB1C 8014741C 24A59D50 */ addiu $a1, $a1, %lo(gUIPanels)
|
|
/* DDB20 80147420 24A4001C */ addiu $a0, $a1, 0x1c
|
|
.L80147424:
|
|
/* DDB24 80147424 90A30000 */ lbu $v1, ($a1)
|
|
/* DDB28 80147428 5060000C */ beql $v1, $zero, .L8014745C
|
|
/* DDB2C 8014742C 24C60001 */ addiu $a2, $a2, 1
|
|
/* DDB30 80147430 30620020 */ andi $v0, $v1, 0x20
|
|
/* DDB34 80147434 14400009 */ bnez $v0, .L8014745C
|
|
/* DDB38 80147438 24C60001 */ addiu $a2, $a2, 1
|
|
/* DDB3C 8014743C 30620002 */ andi $v0, $v1, 2
|
|
/* DDB40 80147440 10400006 */ beqz $v0, .L8014745C
|
|
/* DDB44 80147444 00000000 */ nop
|
|
/* DDB48 80147448 306200FD */ andi $v0, $v1, 0xfd
|
|
/* DDB4C 8014744C A0A20000 */ sb $v0, ($a1)
|
|
/* DDB50 80147450 8C82FFEC */ lw $v0, -0x14($a0)
|
|
/* DDB54 80147454 A0800000 */ sb $zero, ($a0)
|
|
/* DDB58 80147458 AC82FFE8 */ sw $v0, -0x18($a0)
|
|
.L8014745C:
|
|
/* DDB5C 8014745C 24840020 */ addiu $a0, $a0, 0x20
|
|
/* DDB60 80147460 28C20040 */ slti $v0, $a2, 0x40
|
|
/* DDB64 80147464 1440FFEF */ bnez $v0, .L80147424
|
|
/* DDB68 80147468 24A50020 */ addiu $a1, $a1, 0x20
|
|
/* DDB6C 8014746C 03E00008 */ jr $ra
|
|
/* DDB70 80147470 00000000 */ nop
|