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