mirror of
https://github.com/pmret/papermario.git
synced 2024-11-14 23:13:10 +01:00
647db26552
* . * yaml update * git subrepo pull --force tools/splat subrepo: subdir: "tools/splat" merged: "cd690f725d" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "cd690f725d" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * separate main bss syms * renames and one match * SR symbol rename * fix symbol_addrs * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "5fa8aa24ca" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "5fa8aa24ca" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * remove old artifacts
11 lines
446 B
ArmAsm
11 lines
446 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel npc_set_palswap_2
|
|
/* 16864 8003B464 8FA20010 */ lw $v0, 0x10($sp)
|
|
/* 16868 8003B468 A4850310 */ sh $a1, 0x310($a0)
|
|
/* 1686C 8003B46C A4860312 */ sh $a2, 0x312($a0)
|
|
/* 16870 8003B470 A4870314 */ sh $a3, 0x314($a0)
|
|
/* 16874 8003B474 03E00008 */ jr $ra
|
|
/* 16878 8003B478 A4820316 */ sh $v0, 0x316($a0)
|