Revert "fix a likely bug in exclamation boxes where high behavior ids don't work"
Some checks are pending
Build coop / build-linux (push) Waiting to run
Build coop / build-steamos (push) Waiting to run
Build coop / build-windows-opengl (push) Waiting to run
Build coop / build-windows-directx (push) Waiting to run
Build coop / build-macos-arm (push) Waiting to run
Build coop / build-macos-intel (push) Waiting to run

This reverts commit c27b9c0e87.
This commit is contained in:
Isaac0-dev 2025-05-21 22:22:19 +10:00
parent ecac2afd07
commit 0087bfbda0

View file

@ -104,7 +104,7 @@ static s32 exclamation_replace_model(struct MarioState* m, s32 model) {
}
}
void exclamation_box_spawn_contents(struct ExclamationBoxContent *content, s16 itemId) {
void exclamation_box_spawn_contents(struct ExclamationBoxContent *content, u8 itemId) {
if (content == NULL) { return; }
struct MarioState* marioState = nearest_mario_state_to_object(o);
struct Object* player = marioState ? marioState->marioObj : NULL;