mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 17:02:46 +01:00
9 lines
314 B
ArmAsm
9 lines
314 B
ArmAsm
|
.set noat # allow manual use of $at
|
||
|
.set noreorder # don't insert nops after branches
|
||
|
|
||
|
glabel func_E02005F0
|
||
|
/* 3260C0 E02005F0 3C01E020 */ lui $at, 0xe020
|
||
|
/* 3260C4 E02005F4 8C21070C */ lw $at, 0x70c($at)
|
||
|
/* 3260C8 E02005F8 00200008 */ jr $at
|
||
|
/* 3260CC E02005FC 00000000 */ nop
|