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_80056D44
|
|
/* 032144 80056D44 3C018008 */ lui $at, 0x8008
|
|
/* 032148 80056D48 03E00008 */ jr $ra
|
|
/* 03214C 80056D4C A4248E5A */ sh $a0, -0x71a6($at)
|
|
|