mirror of
https://github.com/pmret/papermario.git
synced 2024-11-10 13:02:41 +01:00
12 lines
480 B
ArmAsm
12 lines
480 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_800559FC
|
|
/* 30DFC 800559FC 27BDFFE8 */ addiu $sp, $sp, -0x18
|
|
/* 30E00 80055A00 AFBF0010 */ sw $ra, 0x10($sp)
|
|
/* 30E04 80055A04 0C0136B8 */ jal func_8004DAE0
|
|
/* 30E08 80055A08 00000000 */ nop
|
|
/* 30E0C 80055A0C 8FBF0010 */ lw $ra, 0x10($sp)
|
|
/* 30E10 80055A10 03E00008 */ jr $ra
|
|
/* 30E14 80055A14 27BD0018 */ addiu $sp, $sp, 0x18
|