mirror of
https://github.com/pmret/papermario.git
synced 2024-11-15 15:32:32 +01:00
647db26552
* . * yaml update * git subrepo pull --force tools/splat subrepo: subdir: "tools/splat" merged: "cd690f725d" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "cd690f725d" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * separate main bss syms * renames and one match * SR symbol rename * fix symbol_addrs * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "5fa8aa24ca" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "5fa8aa24ca" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * remove old artifacts
29 lines
1.4 KiB
ArmAsm
29 lines
1.4 KiB
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel fx_land
|
|
/* 4AED0 8006FAD0 27BDFFD0 */ addiu $sp, $sp, -0x30
|
|
/* 4AED4 8006FAD4 AFA40010 */ sw $a0, 0x10($sp)
|
|
/* 4AED8 8006FAD8 AFA50014 */ sw $a1, 0x14($sp)
|
|
/* 4AEDC 8006FADC AFA60018 */ sw $a2, 0x18($sp)
|
|
/* 4AEE0 8006FAE0 AFA7001C */ sw $a3, 0x1c($sp)
|
|
/* 4AEE4 8006FAE4 E7AC0020 */ swc1 $f12, 0x20($sp)
|
|
/* 4AEE8 8006FAE8 E7AE0024 */ swc1 $f14, 0x24($sp)
|
|
/* 4AEEC 8006FAEC E7B00028 */ swc1 $f16, 0x28($sp)
|
|
/* 4AEF0 8006FAF0 AFBF002C */ sw $ra, 0x2c($sp)
|
|
/* 4AEF4 8006FAF4 0C016959 */ jal load_effect
|
|
/* 4AEF8 8006FAF8 24040006 */ addiu $a0, $zero, 6
|
|
/* 4AEFC 8006FAFC 8FA40010 */ lw $a0, 0x10($sp)
|
|
/* 4AF00 8006FB00 8FA50014 */ lw $a1, 0x14($sp)
|
|
/* 4AF04 8006FB04 8FA60018 */ lw $a2, 0x18($sp)
|
|
/* 4AF08 8006FB08 8FA7001C */ lw $a3, 0x1c($sp)
|
|
/* 4AF0C 8006FB0C C7AC0020 */ lwc1 $f12, 0x20($sp)
|
|
/* 4AF10 8006FB10 C7AE0024 */ lwc1 $f14, 0x24($sp)
|
|
/* 4AF14 8006FB14 C7B00028 */ lwc1 $f16, 0x28($sp)
|
|
/* 4AF18 8006FB18 8FBF002C */ lw $ra, 0x2c($sp)
|
|
/* 4AF1C 8006FB1C 27BD0030 */ addiu $sp, $sp, 0x30
|
|
/* 4AF20 8006FB20 3C018008 */ lui $at, %hi(gEffectTable+0x90)
|
|
/* 4AF24 8006FB24 8C21F2A0 */ lw $at, %lo(gEffectTable+0x90)($at)
|
|
/* 4AF28 8006FB28 00200008 */ jr $at
|
|
/* 4AF2C 8006FB2C 00000000 */ nop
|