summaryrefslogtreecommitdiff
path: root/src/object/object49.c
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2021-03-15 21:06:52 +0100
committeroctorock <79596758+octorock@users.noreply.github.com>2021-03-24 23:27:31 +0100
commit59e7554a993422bb45fbbafb97172fc6b36eaa4f (patch)
treee224f76360f46e0846c4d764562459d35754c1f8 /src/object/object49.c
parentc786e45b71e3c0a43d9f72bd693d5316eb146f33 (diff)
Split data_08121C58.s and extract pointers
Diffstat (limited to 'src/object/object49.c')
-rw-r--r--src/object/object49.c8
1 files changed, 4 insertions, 4 deletions
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;