Dinopony / alundra-randomizer

A randomizer for the PS1 game Alundra
MIT License
12 stars 1 forks source link

Add shadows to new items in shops #37

Closed Dinopony closed 2 years ago

Dinopony commented 2 years ago

Items that were not planned to be in shops in the vanilla game now don't make the game crash anymore when thrown, but they still don't have a shadow. Adding them a shadow would be nice since other items have one.

Dinopony commented 2 years ago

Putting 23 instead of 20 at 0x1AD44A puts a medium shadow beneath the entity. 21 puts a small shadow, and 26 puts a large shadow (with all the values in-between working as well). Using a debugger to find what initializes that value would probably be enough.

Dinopony commented 2 years ago

Fixed in 671e8c4