mirror of
https://github.com/pmret/papermario.git
synced 2024-11-10 04:52:34 +01:00
11 lines
422 B
ArmAsm
11 lines
422 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel func_8012004C
|
|
/* B674C 8012004C 3C018015 */ lui $at, 0x8015
|
|
/* B6750 80120050 AC243A58 */ sw $a0, 0x3a58($at)
|
|
/* B6754 80120054 3C018015 */ lui $at, 0x8015
|
|
/* B6758 80120058 AC253A5C */ sw $a1, 0x3a5c($at)
|
|
/* B675C 8012005C 03E00008 */ jr $ra
|
|
/* B6760 80120060 00000000 */ nop
|