mirror of
https://github.com/pmret/papermario.git
synced 2024-11-10 04:52:34 +01:00
8 lines
339 B
ArmAsm
8 lines
339 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel pause_set_cursor_opacity
|
|
/* 135EE0 80242BA0 3C018025 */ lui $at, %hi(gPauseMenuCursorTargetOpacity)
|
|
/* 135EE4 80242BA4 03E00008 */ jr $ra
|
|
/* 135EE8 80242BA8 AC24EFB0 */ sw $a0, %lo(gPauseMenuCursorTargetOpacity)($at)
|