mirror of https://github.com/zeldaret/tmc.git
matched sub_0807DD50
This commit is contained in:
parent
80e361a33e
commit
7ce43b9a69
|
|
@ -1920,14 +1920,3 @@ _0807DD48:
|
|||
pop {r4, r5, r6, r7, pc}
|
||||
.align 2, 0
|
||||
_0807DD4C: .4byte 0x0000FFDF
|
||||
|
||||
thumb_func_start sub_0807DD50
|
||||
sub_0807DD50: @ 0x0807DD50
|
||||
push {r4, lr}
|
||||
adds r4, r0, #0
|
||||
bl sub_0807DD64
|
||||
adds r0, r4, #0
|
||||
movs r1, #0
|
||||
bl sub_0807DD94
|
||||
pop {r4, pc}
|
||||
.align 2, 0
|
||||
|
|
|
|||
|
|
@ -15,6 +15,11 @@ extern void _call_via_r6(Entity*, ScriptExecutionContext*);
|
|||
void sub_0807DF38(void);
|
||||
void sub_0807DE80(Entity* entity);
|
||||
|
||||
void sub_0807DD50(Entity* entity) {
|
||||
sub_0807DD64(entity);
|
||||
sub_0807DD94(entity, 0);
|
||||
}
|
||||
|
||||
void sub_0807DD64(Entity* entity) {
|
||||
entity->field_0xf = entity->animationState;
|
||||
entity->animIndex = 0xff;
|
||||
|
|
|
|||
Loading…
Reference in New Issue