mirror of
https://github.com/pmret/papermario.git
synced 2024-11-14 23:13:10 +01:00
9 lines
347 B
ArmAsm
9 lines
347 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_80072BCC
|
|
/* 4DFCC 80072BCC 3C01800E */ lui $at, %hi(gBattleStatus+0x488)
|
|
/* 4DFD0 80072BD0 AC24C4F8 */ sw $a0, %lo(gBattleStatus+0x488)($at)
|
|
/* 4DFD4 80072BD4 03E00008 */ jr $ra
|
|
/* 4DFD8 80072BD8 00000000 */ nop
|