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_1
|
|
/* 1684C 8003B44C 8FA20010 */ lw $v0, 0x10($sp)
|
|
/* 16850 8003B450 A4850308 */ sh $a1, 0x308($a0)
|
|
/* 16854 8003B454 A486030A */ sh $a2, 0x30a($a0)
|
|
/* 16858 8003B458 A487030C */ sh $a3, 0x30c($a0)
|
|
/* 1685C 8003B45C 03E00008 */ jr $ra
|
|
/* 16860 8003B460 A482030E */ sh $v0, 0x30e($a0)
|