mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 17:02:46 +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_80072CCC
|
|
/* 4E0CC 80072CCC 3C01800E */ lui $at, %hi(gBattleStatus+0x47C)
|
|
/* 4E0D0 80072CD0 AC24C4EC */ sw $a0, %lo(gBattleStatus+0x47C)($at)
|
|
/* 4E0D4 80072CD4 03E00008 */ jr $ra
|
|
/* 4E0D8 80072CD8 00000000 */ nop
|