fix: faeries on overworld disallowed
This commit is contained in:
@@ -4,3 +4,4 @@
|
|||||||
* Logic: Changed the rule surrounding the Bumper Cave Ledge Drop (the murderdactyl) to only require Pearl and (Cape or Byrna or a Sword) in OHKO mode for now. This is a temporary solution until a better way to prevent needing to use a framerule to get by the bird is invented.
|
* Logic: Changed the rule surrounding the Bumper Cave Ledge Drop (the murderdactyl) to only require Pearl and (Cape or Byrna or a Sword) in OHKO mode for now. This is a temporary solution until a better way to prevent needing to use a framerule to get by the bird is invented.
|
||||||
* Helmacopter Fix
|
* Helmacopter Fix
|
||||||
* Fixed a bug in shopsanity that would cause the generation to fail with certain prices.
|
* Fixed a bug in shopsanity that would cause the generation to fail with certain prices.
|
||||||
|
* Enemizer: fairies were invalid on the overworld (unless a bonk occurred nearby), so now will not be randomized there
|
||||||
|
|||||||
@@ -372,7 +372,7 @@ def init_sprite_requirements():
|
|||||||
SpriteRequirement(EnemySprite.DiggingGameNPC).affix().sub_group(1, 0x2a),
|
SpriteRequirement(EnemySprite.DiggingGameNPC).affix().sub_group(1, 0x2a),
|
||||||
SpriteRequirement(EnemySprite.Ganon).exalt().sub_group(0, 0x21).sub_group(1, 0x41)
|
SpriteRequirement(EnemySprite.Ganon).exalt().sub_group(0, 0x21).sub_group(1, 0x41)
|
||||||
.sub_group(2, 0x45).sub_group(3, 0x33),
|
.sub_group(2, 0x45).sub_group(3, 0x33),
|
||||||
SpriteRequirement(EnemySprite.Faerie).immune(),
|
SpriteRequirement(EnemySprite.Faerie).ow_skip().immune(),
|
||||||
SpriteRequirement(EnemySprite.FakeMasterSword).immune().sub_group(3, 0x11),
|
SpriteRequirement(EnemySprite.FakeMasterSword).immune().sub_group(3, 0x11),
|
||||||
SpriteRequirement(EnemySprite.MagicShopAssistant).affix().sub_group(0, 0x4b).sub_group(3, 0x5a),
|
SpriteRequirement(EnemySprite.MagicShopAssistant).affix().sub_group(0, 0x4b).sub_group(3, 0x5a),
|
||||||
SpriteRequirement(EnemySprite.SomariaPlatform).affix().sub_group(2, 0x27),
|
SpriteRequirement(EnemySprite.SomariaPlatform).affix().sub_group(2, 0x27),
|
||||||
|
|||||||
Reference in New Issue
Block a user