Coder Social home page Coder Social logo

alttsm_pack_mm1's Introduction

alttsm_pack_mm1's People

Contributors

miketrethewey avatar

Watchers

 avatar  avatar

alttsm_pack_mm1's Issues

[v9.2] Lower Norfair Access Logic via MM Warp

Logic is showing Lower Norfair is accessible via MM portal, but Screw Attack Pickup is not showing obtainable, despite being able to be obtained with PB or Screw Attack.

Edit:
Gold Torizo and The Item Above (Right side of the room) are also both obtainable.

Edit 2:
Area lighting Green are triggered by Gravity, but does not seem to actually be required.

Edit 3:
All Locations in LN are obtainable without Gravity, once MM warp is accessible.

untitled

v10 Logic Updates

ALttP

  • Checkerboard Cave should be available if Gold Torizo -> Mire portal is active and you have Mirror.
  • NMG: LW South

SM

  • Casual: Plasma Room energy tank requirement (4 -> 6)
  • Tournament: Norfair Reserve Tank
  • Casual: Wave Beam
  • Tournament: Wave Beam
  • Crystal Flash: Requires Morph

Casual:

  • Crateria West
  • Maridia Inner
  • Maridia Outer

Tournament:

  • GreenBrin
  • PinkBrin
  • RedBrin
  • Crateria East
  • LN East
  • LN West
  • Maridia Inner
  • Maridia Outer
  • Norfair Crocomire
  • Norfair East
  • Norfair West
  • Wrecked Ship

Portals

  • Maridia -> DW Portal
  • DW -> Maridia Portal

Utility

  • canEnterAndLeaveGauntlet()

Crateria West access

Crateria West access needs to be or and not and
scripts/metroid3/regions/Crateria/CrateriaWest.lua
Wrong:

      (canDestroyBombWalls() == 1) and (canDash("sm") == 1)

Correct:

      (canDestroyBombWalls() == 1) or (canDash("sm") == 1)

[v9.2] Energy Tank (High-Jump Boots) Logic

Logic showing that the DM warp is a sequence break, which makes Upper Norfair a sequence break, which is correct. The item location directly below the UN warp shows obtainable, but should also be a sequence break.

untitled

v9.2

  • Fix Mire Portal:
        "name": "canAccessMiseryMirePortal",
        "access_rules": [
          "m3casual,@m3logicRules/heatProof,@m3logicRules/canOpenGreenDoors,@m3logicRules/canOpenYellowDoors,@m3logicRules/canSwim,space",
          "m3tournament,@m3logicRules/heatProof,@m3logicRules/canOpenGreenDoors,@m3logicRules/canHiJump,@m3logicRules/canOpenYellowDoors",
          "m3tournament,@m3logicRules/heatProof,@m3logicRules/canOpenGreenDoors,@m3logicRules/canSwim,@m3logicRules/canOpenYellowDoors"
        ],
  • Spell "NOHKO" correctly.
  • Don't block Ridley behind himself.
  • Mothula: moonpearl.firerod isn't an item name.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.