diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2021-08-30 17:56:22 +0200 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2021-08-30 17:56:40 +0200 |
| commit | d6329131229e280762a5cf0b32311cd191a2364a (patch) | |
| tree | 1e68bf97d0f30aef78b08389e59f892bf0ebe7da /src/enemy | |
| parent | 29d7c7bd6bce5fbe25c92dad6f27f545eeb12bec (diff) | |
Decompile manager35
Diffstat (limited to 'src/enemy')
| -rw-r--r-- | src/enemy/mazaalHead.c | 1 | ||||
| -rw-r--r-- | src/enemy/mazaalMacro.c | 1 | ||||
| -rw-r--r-- | src/enemy/wallMaster.c | 4 | ||||
| -rw-r--r-- | src/enemy/wallMaster2.c | 3 |
4 files changed, 2 insertions, 7 deletions
diff --git a/src/enemy/mazaalHead.c b/src/enemy/mazaalHead.c index 1139af36..1672b5c4 100644 --- a/src/enemy/mazaalHead.c +++ b/src/enemy/mazaalHead.c @@ -8,7 +8,6 @@ #include "functions.h" extern void UnloadOBJPalette(Entity*); -extern void DoExitTransition(ScreenTransitionData*); extern u8 gEntCount; diff --git a/src/enemy/mazaalMacro.c b/src/enemy/mazaalMacro.c index d3dbee34..0e32a810 100644 --- a/src/enemy/mazaalMacro.c +++ b/src/enemy/mazaalMacro.c @@ -6,7 +6,6 @@ #include "structures.h" #include "functions.h" -extern void DoExitTransition(ScreenTransitionData*); extern void sub_0807B600(u32); extern const u16 script_08012E20[]; diff --git a/src/enemy/wallMaster.c b/src/enemy/wallMaster.c index 394e8620..663c3612 100644 --- a/src/enemy/wallMaster.c +++ b/src/enemy/wallMaster.c @@ -6,9 +6,7 @@ extern void sub_08001328(Entity*); extern Entity* sub_08049DF4(u32); -extern void DoExitTransition(u32*); - -extern u32* gUnk_0813AB1C[]; +extern ScreenTransitionData* gUnk_0813AB1C[]; void sub_0802A78C(Entity*); void sub_0802A7D0(Entity*); diff --git a/src/enemy/wallMaster2.c b/src/enemy/wallMaster2.c index 7c488c30..a0c79d74 100644 --- a/src/enemy/wallMaster2.c +++ b/src/enemy/wallMaster2.c @@ -4,10 +4,9 @@ #include "functions.h" extern void sub_08001328(Entity*); -extern void DoExitTransition(u32*); extern Entity* gUnk_020000B0; -extern u32* gUnk_0813AB1C[]; +extern ScreenTransitionData* gUnk_0813AB1C[]; void sub_0802CF64(Entity*); void sub_0802CF8C(Entity*); |
