mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 20:12:30 +01:00
10 lines
412 B
ArmAsm
Generated
10 lines
412 B
ArmAsm
Generated
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_802A9B30
|
|
/* 41E8C0 802A9B30 3C02800E */ lui $v0, %hi(gBattleStatus+0x4)
|
|
/* 41E8C4 802A9B34 8C42C074 */ lw $v0, %lo(gBattleStatus+0x4)($v0)
|
|
/* 41E8C8 802A9B38 30420004 */ andi $v0, $v0, 4
|
|
/* 41E8CC 802A9B3C 03E00008 */ jr $ra
|
|
/* 41E8D0 802A9B40 2C420001 */ sltiu $v0, $v0, 1
|