mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 17:02:46 +01:00
9 lines
334 B
ArmAsm
9 lines
334 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel set_message_images
|
|
/* BC22C 80125B2C 3C018015 */ lui $at, %hi(D_801512F4)
|
|
/* BC230 80125B30 AC2412F4 */ sw $a0, %lo(D_801512F4)($at)
|
|
/* BC234 80125B34 03E00008 */ jr $ra
|
|
/* BC238 80125B38 00000000 */ nop
|