From 59e7554a993422bb45fbbafb97172fc6b36eaa4f Mon Sep 17 00:00:00 2001 From: octorock <79596758+octorock@users.noreply.github.com> Date: Mon, 15 Mar 2021 21:06:52 +0100 Subject: Split data_08121C58.s and extract pointers --- src/object/object49.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/object/object49.c b/src/object/object49.c index 82d39bd6..c631a81c 100644 --- a/src/object/object49.c +++ b/src/object/object49.c @@ -7,8 +7,8 @@ #include "structures.h" static void sub_0808F2B0(Entity*); -static void sub_0808F14C(Entity*); -static void sub_0808F244(Entity*); +void sub_0808F14C(Entity*); +void sub_0808F244(Entity*); extern void sub_0806FCF4(Entity*, u32, u32, u32); extern void sub_0808F5EC(Entity*); @@ -55,7 +55,7 @@ void sub_0808F0D0(Entity* this) { sub_0808F14C(this); } -static void sub_0808F14C(Entity* this) { +void sub_0808F14C(Entity* this) { sub_0808F2B0(this); if (sub_08003FC4(this, 0x2000) == 0) { this->action++; @@ -101,7 +101,7 @@ void sub_0808F1F8(Entity* this) { sub_0808F244(this); } -static void sub_0808F244(Entity* this) { +void sub_0808F244(Entity* this) { this->spriteSettings.b.draw = this->parent->spriteSettings.b.draw; this->y.HALF.HI = this->parent->y.HALF.HI + 3; -- cgit v1.2.3