mirror of
https://github.com/pmret/papermario.git
synced 2024-11-12 14:03:56 +01:00
11 lines
313 B
ArmAsm
11 lines
313 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
|
|
glabel func_80053A18
|
|
/* 02EE18 80053A18 A480000A */ sh $zero, 0xa($a0)
|
|
/* 02EE1C 80053A1C AC800004 */ sw $zero, 4($a0)
|
|
/* 02EE20 80053A20 03E00008 */ jr $ra
|
|
/* 02EE24 80053A24 AC80000C */ sw $zero, 0xc($a0)
|
|
|