diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-09-05 22:50:19 +0200 |
|---|---|---|
| committer | anonymous <> | 2022-10-08 22:32:54 +0200 |
| commit | 67467fd831d2928715835f8a389b4f464a0f9a7a (patch) | |
| tree | 261864c07f334c35024033a908b4af8e808caebe /src/manager/staticBackgroundManager.c | |
| parent | 756a8a89da46dade06fad1723de88fa5a82cc2ec (diff) | |
Extract some data
And split up subtasks and world events.
Diffstat (limited to 'src/manager/staticBackgroundManager.c')
| -rw-r--r-- | src/manager/staticBackgroundManager.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/manager/staticBackgroundManager.c b/src/manager/staticBackgroundManager.c index f069196c..a8bd1810 100644 --- a/src/manager/staticBackgroundManager.c +++ b/src/manager/staticBackgroundManager.c @@ -63,14 +63,14 @@ void sub_0805B474(StaticBackgroundManager* this) { } void sub_0805B4B4(StaticBackgroundManager* this) { - sub_0805B4D0(super->type); + LoadStaticBackground(super->type); if (super->type == 2) { sub_0806D0F8(); } StaticBackgroundManager_Main(this); } -void sub_0805B4D0(u32 param_1) { +void LoadStaticBackground(u32 param_1) { static const u8 gUnk_08108C5C[] = { 0x14, 0x15, 0x14, 0x2f, 0x4b, 0x4e, 0x4d, 0 }; s32 iVar1; u32 uVar2; |
