diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..2444a56 --- /dev/null +++ b/Gemfile @@ -0,0 +1,3 @@ +source 'https://rubygems.org' + +gem 'bin_tools' diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..94537d0 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,13 @@ +GEM + remote: https://rubygems.org/ + specs: + bin_tools (0.0.3) + +PLATFORMS + ruby + +DEPENDENCIES + bin_tools + +BUNDLED WITH + 1.16.1 diff --git a/report.json b/report.json new file mode 100644 index 0000000..329c4ac --- /dev/null +++ b/report.json @@ -0,0 +1,138 @@ +{ + "report": [ + "player", + "introCar", + "lamp", + "wire", + "introCrusher", + "jumpThru", + "flutterbird", + "bird", + "npc", + "bridge", + "hahaha", + "spikesUp", + "spikesLeft", + "goldenBerry", + "zipMover", + "spikesRight", + "crumbleBlock", + "refill", + "spring", + "strawberry", + "spikesDown", + "lightbeam", + "cassette", + "cassetteBlock", + "fallingBlock", + "fakeWall", + "dashBlock", + "checkpoint", + "bonfire", + "coverupWall", + "memorial", + "memorialTextController", + "birdForsakenCityGem", + "towerviewer", + "blackGem", + "touchSwitch", + "switchGate", + "dreamBlock", + "hanginglamp", + "floatingDebris", + "foregroundDebris", + "darkChaser", + "invisibleBarrier", + "exitBlock", + "payphone", + "dreammirror", + "rotateSpinner", + "door", + "redBlocks", + "yellowBlocks", + "resortLantern", + "greenBlocks", + "spinner", + "cobweb", + "soundSource", + "trackSpinner", + "blockField", + "resortmirror", + "waterfall", + "lockBlock", + "sinkingPlatform", + "key", + "triggerSpikesLeft", + "triggerSpikesRight", + "triggerSpikesUp", + "movingPlatform", + "trapdoor", + "water", + "clutterDoor", + "oshirodoor", + "colorSwitch", + "clutterCabinet", + "picoconsole", + "clothesline", + "triggerSpikesDown", + "friendlyGhost", + "resortRoofEnding", + "killbox", + "cloud", + "booster", + "cliffside_flag", + "moveBlock", + "cliffflag", + "ridgeGate", + "whiteblock", + "gondola", + "templeGate", + "dashSwitchH", + "torch", + "swapBlock", + "templeMirror", + "dashSwitchV", + "templeMirrorPortal", + "seeker", + "templeCrackedBlock", + "seekerStatue", + "seekerBarrier", + "conditionBlock", + "theoCrystalPedestal", + "theoCrystal", + "templeEye", + "theoCrystalHoldingBarrier", + "templeBigEyeball", + "playerSeeker", + "crushBlock", + "bigWaterfall", + "infiniteStar", + "reflectionHeartStatue", + "bigSpinner", + "badelineBoost", + "tentacles", + "finalBoss", + "finalBossFallingBlock", + "finalBossMovingBlock", + "plateau", + "starJumpBlock", + "SummitBackgroundManager", + "wallSpringLeft", + "wallSpringRight", + "summitgem", + "bridgeFixed", + "summitcheckpoint", + "summitGemManager", + "summitcloud", + "heartGemDoor", + "wallBooster", + "fireBall", + "bounceBlock", + "iceBlock", + "coreModeToggle", + "fireBarrier", + "risingLava", + "sandwichLava", + "coreMessage" + ] +} \ No newline at end of file