mirror of
https://github.com/pmret/papermario.git
synced 2024-11-19 01:12:28 +01:00
11 lines
298 B
ArmAsm
11 lines
298 B
ArmAsm
|
.set noat # allow manual use of $at
|
||
|
.set noreorder # don't insert nops after branches
|
||
|
|
||
|
|
||
|
glabel func_80072BCC
|
||
|
/* 04DFCC 80072BCC 3C01800E */ lui $at, 0x800e
|
||
|
/* 04DFD0 80072BD0 AC24C4F8 */ sw $a0, -0x3b08($at)
|
||
|
/* 04DFD4 80072BD4 03E00008 */ jr $ra
|
||
|
/* 04DFD8 80072BD8 00000000 */ nop
|
||
|
|