mirror of
https://github.com/pmret/papermario.git
synced 2024-11-14 15:03:25 +01:00
9 lines
341 B
ArmAsm
Generated
9 lines
341 B
ArmAsm
Generated
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_80072CDC
|
|
/* 4E0DC 80072CDC 3C01800E */ lui $at, %hi(gBattleStatus+0x484)
|
|
/* 4E0E0 80072CE0 AC24C4F4 */ sw $a0, %lo(gBattleStatus+0x484)($at)
|
|
/* 4E0E4 80072CE4 03E00008 */ jr $ra
|
|
/* 4E0E8 80072CE8 00000000 */ nop
|