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