Merge branch 'lighting' into lighting-expanded-id

This commit is contained in:
Ariel A 2024-05-17 21:45:50 -04:00
commit 73978b7015

View File

@ -741,7 +741,7 @@ static u8 RotatingGate_CreateGate(u8 gateId, s16 deltaX, s16 deltaY)
template.tileTag = gate->shape + ROTATING_GATE_TILE_TAG;
spriteId = CreateSprite(&template, 0, 0, 0x93);
spriteId = CreateSprite(&template, 0, 0, 0x93); // 0x93 is above shadows (0x94)
if (spriteId == MAX_SPRITES)
return MAX_SPRITES;