mirror of
https://github.com/pmret/papermario.git
synced 2024-11-15 07:22:29 +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
14 lines
571 B
ArmAsm
14 lines
571 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel btl_cam_set_zoffset
|
|
/* 17CEC0 8024E5E0 3C028028 */ lui $v0, %hi(D_80280CE0)
|
|
/* 17CEC4 8024E5E4 80420CE0 */ lb $v0, %lo(D_80280CE0)($v0)
|
|
/* 17CEC8 8024E5E8 14400003 */ bnez $v0, .L8024E5F8
|
|
/* 17CECC 8024E5EC 00000000 */ nop
|
|
/* 17CED0 8024E5F0 3C01802A */ lui $at, %hi(D_8029F286)
|
|
/* 17CED4 8024E5F4 A424F286 */ sh $a0, %lo(D_8029F286)($at)
|
|
.L8024E5F8:
|
|
/* 17CED8 8024E5F8 03E00008 */ jr $ra
|
|
/* 17CEDC 8024E5FC 00000000 */ nop
|