diff options
| author | Henny022p <info@henny022.de> | 2025-03-04 21:00:25 +0000 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2025-03-09 18:57:57 +0000 |
| commit | e3022b8b039214f4aaec895558ec94931c5ed3a5 (patch) | |
| tree | 94214e474aebdc708d808bb19ad3d33ff8296ee0 /src/object/fourElements.c | |
| parent | b19f86852b486b44c67f782914cfd208bb313bcf (diff) | |
cleanup hole manager
Diffstat (limited to 'src/object/fourElements.c')
| -rw-r--r-- | src/object/fourElements.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/object/fourElements.c b/src/object/fourElements.c index e364d7cb..a8514ec8 100644 --- a/src/object/fourElements.c +++ b/src/object/fourElements.c @@ -5,11 +5,12 @@ * @brief Four Elements object */ #include "collision.h" -#include "functions.h" #include "hitbox.h" #include "message.h" #include "object.h" #include "screen.h" +#include "manager/lightManager.h" +#include "functions.h" typedef struct { /*0x00*/ Entity base; @@ -63,7 +64,7 @@ void FourElements_Init(FourElementsEntity* this) { StartPlayerScript(script_PlayerGetElement); gScreen.controls.layerFXControl = 0x640; gScreen.controls.alphaBlend = 0x1000; - sub_0805BC4C(); + UnDarkRoom(); elementsBackground = CreateObjectWithParent(super, ELEMENTS_BACKGROUND, super->type - 0x40, 0); if (elementsBackground != NULL) { elementsBackground->parent = super; |
