mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 17:02:46 +01:00
16 lines
583 B
ArmAsm
16 lines
583 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
|
|
glabel clear_player_status
|
|
/* 079100 800DFC50 27BDFFE8 */ addiu $sp, $sp, -0x18
|
|
/* 079104 800DFC54 3C048011 */ lui $a0, 0x8011
|
|
/* 079108 800DFC58 2484EFC8 */ addiu $a0, $a0, -0x1038
|
|
/* 07910C 800DFC5C AFBF0010 */ sw $ra, 0x10($sp)
|
|
/* 079110 800DFC60 0C00A580 */ jal mem_clear
|
|
/* 079114 800DFC64 24050288 */ addiu $a1, $zero, 0x288
|
|
/* 079118 800DFC68 8FBF0010 */ lw $ra, 0x10($sp)
|
|
/* 07911C 800DFC6C 03E00008 */ jr $ra
|
|
/* 079120 800DFC70 27BD0018 */ addiu $sp, $sp, 0x18
|
|
|