mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 17:02:46 +01:00
10 lines
259 B
ArmAsm
10 lines
259 B
ArmAsm
|
.set noat # allow manual use of $at
|
||
|
.set noreorder # don't insert nops after branches
|
||
|
|
||
|
|
||
|
glabel func_8013A370
|
||
|
/* 0D0A70 8013A370 3C018015 */ lui $at, 0x8015
|
||
|
/* 0D0A74 8013A374 03E00008 */ jr $ra
|
||
|
/* 0D0A78 8013A378 A424EE60 */ sh $a0, -0x11a0($at)
|
||
|
|