papermario/ver/us/asm/nonmatchings/effects/effect_12/func_E00183BC.s
Ethan Roseman 555f0ea15b
Effects (#442)
* effect shim names

* fx_1_main and data migration

* fx_1_renderWorld

* header reorg

* remove stale comment

* effect_1

* cleanup

* fx_6 stuff

* most of effect_6, misc changes

* cleanup

* PR stuff

* warningz
2021-09-27 08:19:58 +09:00

12 lines
486 B
ArmAsm

.set noat # allow manual use of $at
.set noreorder # don't insert nops after branches
glabel func_E00183BC
/* 32F93C E00183BC 27BDFFE8 */ addiu $sp, $sp, -0x18
/* 32F940 E00183C0 AFBF0010 */ sw $ra, 0x10($sp)
/* 32F944 E00183C4 0C080128 */ jal shim_remove_effect
/* 32F948 E00183C8 00000000 */ nop
/* 32F94C E00183CC 8FBF0010 */ lw $ra, 0x10($sp)
/* 32F950 E00183D0 03E00008 */ jr $ra
/* 32F954 E00183D4 27BD0018 */ addiu $sp, $sp, 0x18