mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 17:02:46 +01:00
11 lines
299 B
ArmAsm
11 lines
299 B
ArmAsm
|
.set noat # allow manual use of $at
|
||
|
.set noreorder # don't insert nops after branches
|
||
|
|
||
|
|
||
|
glabel func_800EF394
|
||
|
/* 088844 800EF394 3C018011 */ lui $at, 0x8011
|
||
|
/* 088848 800EF398 E42CCFC0 */ swc1 $f12, -0x3040($at)
|
||
|
/* 08884C 800EF39C 03E00008 */ jr $ra
|
||
|
/* 088850 800EF3A0 00000000 */ nop
|
||
|
|