mirror of
https://github.com/pmret/papermario.git
synced 2024-11-12 14:03:56 +01:00
11 lines
300 B
ArmAsm
11 lines
300 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
|
|
glabel func_800E6B68
|
|
/* 080018 800E6B68 3C018011 */ lui $at, 0x8011
|
|
/* 08001C 800E6B6C A420CD00 */ sh $zero, -0x3300($at)
|
|
/* 080020 800E6B70 03E00008 */ jr $ra
|
|
/* 080024 800E6B74 00000000 */ nop
|
|
|