mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 17:02:46 +01:00
9 lines
331 B
ArmAsm
9 lines
331 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_800E6B68
|
|
/* 80018 800E6B68 3C018011 */ lui $at, %hi(D_8010CD00)
|
|
/* 8001C 800E6B6C A420CD00 */ sh $zero, %lo(D_8010CD00)($at)
|
|
/* 80020 800E6B70 03E00008 */ jr $ra
|
|
/* 80024 800E6B74 00000000 */ nop
|