Merge branch 'lighting' into lighting-expanded-id
This commit is contained in:
commit
73978b7015
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user