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
10 lines
412 B
ArmAsm
10 lines
412 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel filemenu_get_menu_message
|
|
/* 16A304 80249AA4 00042080 */ sll $a0, $a0, 2
|
|
/* 16A308 80249AA8 3C028025 */ lui $v0, %hi(D_8024B9D0)
|
|
/* 16A30C 80249AAC 00441021 */ addu $v0, $v0, $a0
|
|
/* 16A310 80249AB0 03E00008 */ jr $ra
|
|
/* 16A314 80249AB4 8C42B9D0 */ lw $v0, %lo(D_8024B9D0)($v0)
|