mirror of
https://github.com/pmret/papermario.git
synced 2024-11-10 13:02:41 +01:00
10 lines
370 B
ArmAsm
10 lines
370 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_800EF314
|
|
/* 887C4 800EF314 24020032 */ addiu $v0, $zero, 0x32
|
|
/* 887C8 800EF318 3C018011 */ lui $at, 0x8011
|
|
/* 887CC 800EF31C A422CFC8 */ sh $v0, -0x3038($at)
|
|
/* 887D0 800EF320 03E00008 */ jr $ra
|
|
/* 887D4 800EF324 00000000 */ nop
|