mirror of
https://github.com/pmret/papermario.git
synced 2024-11-10 04:52:34 +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_80112328
|
|
/* A8A28 80112328 27BDFFE8 */ addiu $sp, $sp, -0x18
|
|
/* A8A2C 8011232C AFBF0010 */ sw $ra, 0x10($sp)
|
|
/* A8A30 80112330 0C044217 */ jal func_8011085C
|
|
/* A8A34 80112334 00000000 */ nop
|
|
/* A8A38 80112338 8FBF0010 */ lw $ra, 0x10($sp)
|
|
/* A8A3C 8011233C 03E00008 */ jr $ra
|
|
/* A8A40 80112340 27BD0018 */ addiu $sp, $sp, 0x18
|