mirror of
https://github.com/pmret/papermario.git
synced 2024-11-10 13:02:41 +01:00
9 lines
351 B
ArmAsm
9 lines
351 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_8003E514
|
|
/* 19914 8003E514 3C01800B */ lui $at, %hi(gCurrentEncounter+0x8)
|
|
/* 19918 8003E518 A0240F18 */ sb $a0, %lo(gCurrentEncounter+0x8)($at)
|
|
/* 1991C 8003E51C 03E00008 */ jr $ra
|
|
/* 19920 8003E520 00000000 */ nop
|