mirror of
https://github.com/pmret/papermario.git
synced 2024-11-10 04:52:34 +01:00
12 lines
492 B
ArmAsm
12 lines
492 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel draw_icon_2
|
|
/* DAEE0 801447E0 27BDFFE8 */ addiu $sp, $sp, -0x18
|
|
/* DAEE4 801447E4 AFBF0010 */ sw $ra, 0x10($sp)
|
|
/* DAEE8 801447E8 0C0510A6 */ jal draw_menu_icon
|
|
/* DAEEC 801447EC 24050002 */ addiu $a1, $zero, 2
|
|
/* DAEF0 801447F0 8FBF0010 */ lw $ra, 0x10($sp)
|
|
/* DAEF4 801447F4 03E00008 */ jr $ra
|
|
/* DAEF8 801447F8 27BD0018 */ addiu $sp, $sp, 0x18
|