├── .gitattributes ├── .gitignore ├── Forever.ini ├── Mods ├── Sonic 1 Forever │ ├── Data │ │ ├── Animations │ │ │ ├── Amy.ani │ │ │ ├── Golf.ani │ │ │ ├── GolfLarge.ani │ │ │ ├── GolfSmall.ani │ │ │ ├── GolfThin.ani │ │ │ ├── Knuckles.ani │ │ │ ├── Sonic.ani │ │ │ ├── SuperSonic.ani │ │ │ ├── Tails.ani │ │ │ └── WreckingBall.ani │ │ ├── Game │ │ │ ├── GameConfig.bin │ │ │ ├── MenuTextDE.txt │ │ │ ├── MenuTextEN.txt │ │ │ ├── MenuTextFR.txt │ │ │ ├── MenuTextPR.txt │ │ │ ├── MenuTextSP.txt │ │ │ ├── ModMenuSheet.gif │ │ │ ├── SystemText.gif │ │ │ └── game-unused.xml │ │ ├── Music │ │ │ ├── Arcade.ogg │ │ │ ├── BossRush.ogg │ │ │ ├── BossRush_F.ogg │ │ │ ├── DiamondInTheRough.ogg │ │ │ ├── DreamsIntoReality.ogg │ │ │ ├── GolfMenu.ogg │ │ │ ├── Launch.ogg │ │ │ ├── ModList.ogg │ │ │ ├── Splash.ogg │ │ │ ├── StartingTheShow.ogg │ │ │ ├── Super.ogg │ │ │ ├── Super3.ogg │ │ │ ├── Super3K.ogg │ │ │ ├── Super3U.ogg │ │ │ ├── SuperM.ogg │ │ │ └── TimeAttack.ogg │ │ ├── Palettes │ │ │ ├── Arcade.act │ │ │ ├── LZ_WaterPal.act │ │ │ ├── LevelSel.act │ │ │ ├── MBZ_WaterPal.act │ │ │ ├── MainMenu.act │ │ │ ├── MenuEms.act │ │ │ ├── ModMenu.act │ │ │ ├── Pause.act │ │ │ ├── SBZ3_Pal.act │ │ │ ├── SBZ3_WaterPal.act │ │ │ ├── SaveSelect.act │ │ │ ├── SpecialStage.act │ │ │ ├── Splash.act │ │ │ ├── TimeAttack.act │ │ │ ├── ameh.pal │ │ │ ├── badd.pal │ │ │ ├── glob.pal │ │ │ ├── global.act │ │ │ ├── golf.act │ │ │ └── mbz.pal │ │ ├── SoundFX │ │ │ ├── Global │ │ │ │ ├── BrokenLamp.wav │ │ │ │ ├── DDRelease.wav │ │ │ │ ├── DropDash.wav │ │ │ │ ├── DrownCD.wav │ │ │ │ ├── Ducc.wav │ │ │ │ ├── OuttaHere.wav │ │ │ │ ├── OuttaHereclean.wav │ │ │ │ ├── PeelCharge.wav │ │ │ │ ├── PeelRelease.wav │ │ │ │ ├── Thud.wav │ │ │ │ └── Trigger.wav │ │ │ └── Stage │ │ │ │ ├── 9C.wav │ │ │ │ ├── B8.wav │ │ │ │ ├── Cleared.wav │ │ │ │ ├── Emerald.wav │ │ │ │ ├── Thunder.wav │ │ │ │ ├── Warn.wav │ │ │ │ ├── golfclap.wav │ │ │ │ └── golfclub.wav │ │ ├── Sprites │ │ │ ├── Continue │ │ │ │ └── Objects.gif │ │ │ ├── Ending │ │ │ │ ├── Credits.gif │ │ │ │ ├── CreditsText.gif │ │ │ │ ├── Ending2.gif │ │ │ │ ├── Objects.gif │ │ │ │ └── Objects2.gif │ │ │ ├── GHZ │ │ │ │ ├── Objects.gif │ │ │ │ └── Objects2.gif │ │ │ ├── Global │ │ │ │ ├── Achievements.gif │ │ │ │ ├── Display.gif │ │ │ │ ├── Eggman.gif │ │ │ │ ├── Eggrobo.gif │ │ │ │ ├── Goggles.gif │ │ │ │ ├── Items.gif │ │ │ │ ├── Items2.gif │ │ │ │ ├── Items3.gif │ │ │ │ ├── KnuxGreyShield.gif │ │ │ │ └── Pause.gif │ │ │ ├── LZ │ │ │ │ ├── Objects.gif │ │ │ │ ├── Objects2.gif │ │ │ │ └── Objects3.gif │ │ │ ├── LevelSelect │ │ │ │ ├── TextOG.gif │ │ │ │ └── Touch.gif │ │ │ ├── MBZ │ │ │ │ ├── Lightning.gif │ │ │ │ ├── Objects.gif │ │ │ │ └── Objects2.gif │ │ │ ├── MZ │ │ │ │ └── Objects.gif │ │ │ ├── Menus │ │ │ │ ├── ArcadeMode.gif │ │ │ │ ├── Golf.gif │ │ │ │ ├── Monicon.gif │ │ │ │ ├── Options.gif │ │ │ │ ├── SaveSelect.gif │ │ │ │ ├── TimeAttack.gif │ │ │ │ └── TimePortraits.gif │ │ │ ├── ModMenuSheet.gif │ │ │ ├── Players │ │ │ │ ├── Amy1.gif │ │ │ │ ├── Amy2.gif │ │ │ │ ├── Golf.gif │ │ │ │ ├── KTE1.gif │ │ │ │ ├── KTE2.gif │ │ │ │ ├── KTE3.gif │ │ │ │ ├── Sonic1.gif │ │ │ │ ├── Sonic2.gif │ │ │ │ ├── Sonic3.gif │ │ │ │ ├── Sonic4.gif │ │ │ │ ├── Tails1.gif │ │ │ │ ├── Tails2.gif │ │ │ │ └── Tails3.gif │ │ │ ├── SBZ │ │ │ │ ├── Objects.gif │ │ │ │ └── ObjectsRobo.gif │ │ │ ├── SLZ │ │ │ │ └── Objects.gif │ │ │ ├── SYZ │ │ │ │ └── Objects.gif │ │ │ ├── Secret │ │ │ │ └── noodles.gif │ │ │ ├── Special │ │ │ │ └── Objects.gif │ │ │ ├── SystemText.gif │ │ │ └── Title │ │ │ │ ├── ControlTest.gif │ │ │ │ ├── SonicTeam.gif │ │ │ │ ├── Splash.gif │ │ │ │ └── Title.gif │ │ └── Stages │ │ │ ├── Arcade │ │ │ ├── 128x128Tiles.bin │ │ │ ├── 16x16Tiles.gif │ │ │ ├── Act1.bin │ │ │ ├── Backgrounds.bin │ │ │ ├── CollisionMasks.bin │ │ │ └── StageConfig.bin │ │ │ ├── BossRush │ │ │ ├── 128x128Tiles.bin │ │ │ ├── 16x16Tiles.gif │ │ │ ├── Act5.bin │ │ │ ├── Backgrounds.bin │ │ │ ├── CollisionMasks.bin │ │ │ └── StageConfig.bin │ │ │ ├── Continue │ │ │ └── StageConfig.bin │ │ │ ├── Credits │ │ │ ├── 128x128Tiles.bin │ │ │ ├── 16x16Tiles.gif │ │ │ ├── Act1.bin │ │ │ ├── Act2.bin │ │ │ ├── Backgrounds.bin │ │ │ ├── CollisionMasks.bin │ │ │ └── StageConfig.bin │ │ │ ├── Ending │ │ │ ├── 128x128Tiles.bin │ │ │ ├── 16x16Tiles.gif │ │ │ ├── Act1.bin │ │ │ ├── CollisionMasks.bin │ │ │ └── StageConfig.bin │ │ │ ├── Ending2 │ │ │ ├── 128x128Tiles.bin │ │ │ ├── 16x16Tiles.gif │ │ │ ├── Act1.bin │ │ │ ├── Backgrounds.bin │ │ │ ├── CollisionMasks.bin │ │ │ └── StageConfig.bin │ │ │ ├── Golf │ │ │ ├── 128x128Tiles.bin │ │ │ ├── 16x16Tiles.gif │ │ │ ├── Act1.bin │ │ │ ├── Backgrounds.bin │ │ │ ├── CollisionMasks.bin │ │ │ └── StageConfig.bin │ │ │ ├── MainMenu │ │ │ ├── 128x128Tiles.bin │ │ │ ├── 16x16Tiles.gif │ │ │ ├── Act1.bin │ │ │ ├── Backgrounds.bin │ │ │ ├── CollisionMasks.bin │ │ │ └── StageConfig.bin │ │ │ ├── SaveSelect │ │ │ ├── 128x128Tiles.bin │ │ │ ├── 16x16Tiles.gif │ │ │ ├── Act1.bin │ │ │ ├── Backgrounds.bin │ │ │ ├── CollisionMasks.bin │ │ │ └── StageConfig.bin │ │ │ ├── Secret │ │ │ ├── 128x128Tiles.bin │ │ │ ├── 16x16Tiles.gif │ │ │ ├── Act1.bin │ │ │ ├── Backgrounds.bin │ │ │ ├── CollisionMasks.bin │ │ │ └── StageConfig.bin │ │ │ ├── Special │ │ │ ├── 16x16Tiles.gif │ │ │ ├── Act3.bin │ │ │ ├── Act7-old.bin │ │ │ ├── Act7.bin │ │ │ ├── Act9.bin │ │ │ └── StageConfig.bin │ │ │ ├── TimeAttack │ │ │ ├── 128x128Tiles.bin │ │ │ ├── 16x16Tiles.gif │ │ │ ├── Act1.bin │ │ │ ├── Backgrounds.bin │ │ │ ├── CollisionMasks.bin │ │ │ └── StageConfig.bin │ │ │ ├── Title │ │ │ ├── 128x128Tiles.bin │ │ │ ├── 16x16Tiles.gif │ │ │ ├── Backgrounds.bin │ │ │ ├── CollisionMasks.bin │ │ │ └── StageConfig.bin │ │ │ ├── Zone01 │ │ │ ├── 128x128Tiles.bin │ │ │ ├── 16x16Tiles.gif │ │ │ ├── Act1.bin │ │ │ ├── Act2.bin │ │ │ ├── Act3.bin │ │ │ ├── Act5.bin │ │ │ ├── CollisionMasks.bin │ │ │ └── StageConfig.bin │ │ │ ├── Zone02 │ │ │ ├── 128x128Tiles.bin │ │ │ ├── 16x16Tiles.gif │ │ │ ├── Act1.bin │ │ │ ├── Act2.bin │ │ │ ├── Act3.bin │ │ │ ├── Backgrounds.bin │ │ │ ├── CollisionMasks.bin │ │ │ └── StageConfig.bin │ │ │ ├── Zone03 │ │ │ ├── 128x128Tiles.bin │ │ │ ├── 16x16Tiles.gif │ │ │ ├── Act1.bin │ │ │ ├── Act2.bin │ │ │ ├── Act3.bin │ │ │ ├── CollisionMasks.bin │ │ │ └── StageConfig.bin │ │ │ ├── Zone04 │ │ │ ├── 128x128Tiles.bin │ │ │ ├── 16x16Tiles.gif │ │ │ ├── Act1.bin │ │ │ ├── Act2.bin │ │ │ ├── Act3.bin │ │ │ ├── Act4.bin │ │ │ ├── Backgrounds.bin │ │ │ ├── CollisionMasks.bin │ │ │ └── StageConfig.bin │ │ │ ├── Zone05 │ │ │ ├── 128x128Tiles.bin │ │ │ ├── 16x16Tiles.gif │ │ │ ├── Act1.bin │ │ │ ├── Act2.bin │ │ │ ├── Act3.bin │ │ │ ├── Backgrounds.bin │ │ │ ├── CollisionMasks.bin │ │ │ └── StageConfig.bin │ │ │ └── Zone06 │ │ │ ├── 128x128Tiles.bin │ │ │ ├── 16x16Tiles.gif │ │ │ ├── Act1.bin │ │ │ ├── Act2.bin │ │ │ ├── Act5.bin │ │ │ └── StageConfig.bin │ ├── Scripts │ │ ├── Animals │ │ │ ├── Cucky.txt │ │ │ ├── Flicky.txt │ │ │ ├── Pecky.txt │ │ │ ├── Picky.txt │ │ │ ├── Pocky.txt │ │ │ ├── Ricky.txt │ │ │ └── Rocky.txt │ │ ├── Continue │ │ │ ├── Continue.txt │ │ │ ├── ContinueSetup.txt │ │ │ └── Spotlight.txt │ │ ├── Credits │ │ │ ├── CreditsControl.txt │ │ │ ├── CreditsEggman.txt │ │ │ └── UnlockTest.txt │ │ ├── Ending │ │ │ ├── Emeralds.txt │ │ │ ├── Ending2.txt │ │ │ ├── EndingControl.txt │ │ │ ├── EndingPose.txt │ │ │ └── EndingSetup.txt │ │ ├── Enemies │ │ │ ├── BallHog.txt │ │ │ ├── BallHogBomb.txt │ │ │ ├── Batbrain.txt │ │ │ ├── Bomb.txt │ │ │ ├── BombShrapnel.txt │ │ │ ├── Burrobot.txt │ │ │ ├── BuzzBomber.txt │ │ │ ├── BuzzBomberShot.txt │ │ │ ├── Caterkiller.txt │ │ │ ├── Chopper.txt │ │ │ ├── Crabmeat.txt │ │ │ ├── CrabmeatShot.txt │ │ │ ├── Jaws.txt │ │ │ ├── Motobug.txt │ │ │ ├── MotobugExhaust.txt │ │ │ ├── NewtronFly.txt │ │ │ ├── NewtronShoot.txt │ │ │ ├── NewtronShot.txt │ │ │ ├── Orbinaut.txt │ │ │ ├── Roller.txt │ │ │ ├── Splats.txt │ │ │ └── Yadrin.txt │ │ ├── GHZ │ │ │ ├── BossChain.txt │ │ │ ├── BossLights.txt │ │ │ ├── BreakWall.txt │ │ │ ├── Bridge.txt │ │ │ ├── BridgeEnd.txt │ │ │ ├── CLedgeLeft.txt │ │ │ ├── CLedgeRight.txt │ │ │ ├── CheckeredBall.txt │ │ │ ├── Eggman.txt │ │ │ ├── FPlatform.txt │ │ │ ├── GHZSetup.txt │ │ │ ├── GolfBall.txt │ │ │ ├── GolfHUD.txt │ │ │ ├── GolfHole.txt │ │ │ ├── GolfSand.txt │ │ │ ├── HPlatform.txt │ │ │ ├── Rock.txt │ │ │ ├── ShortcutCheck.txt │ │ │ ├── SpikeLogs.txt │ │ │ ├── SwingPlat.txt │ │ │ ├── TubeSwitch.txt │ │ │ ├── VPlatform.txt │ │ │ ├── VPlatform2.txt │ │ │ ├── WaterfallSound.txt │ │ │ └── WreckingBall.txt │ │ ├── Global │ │ │ ├── ActFinish.txt │ │ │ ├── AnimalPrison.txt │ │ │ ├── BlueShield.txt │ │ │ ├── BlueShield2.txt │ │ │ ├── BonusPoints.txt │ │ │ ├── BrokenMonitor.txt │ │ │ ├── BubbleShield.txt │ │ │ ├── DeathEvent.txt │ │ │ ├── DebugMode.txt │ │ │ ├── DustPuff.txt │ │ │ ├── Explosion.txt │ │ │ ├── FireShield.txt │ │ │ ├── Goggles.txt │ │ │ ├── HUD.txt │ │ │ ├── InstaShield.txt │ │ │ ├── Invincibility.txt │ │ │ ├── Invincibility2.txt │ │ │ ├── InvisibleBlock.txt │ │ │ ├── LampPost.txt │ │ │ ├── LightningShield.txt │ │ │ ├── LightningSpark.txt │ │ │ ├── LoseRing.txt │ │ │ ├── Monitor.txt │ │ │ ├── MusicEvent.txt │ │ │ ├── MusicStart.txt │ │ │ ├── ObjectScore.txt │ │ │ ├── PSwitch_H.txt │ │ │ ├── PSwitch_Loop.txt │ │ │ ├── PSwitch_V.txt │ │ │ ├── PalettePolice.txt │ │ │ ├── RedSpring.txt │ │ │ ├── Ring.txt │ │ │ ├── RingSparkle.txt │ │ │ ├── SignPost.txt │ │ │ ├── SmokePuff.txt │ │ │ ├── SpecialRing.txt │ │ │ ├── Spikes.txt │ │ │ ├── StageSetup.txt │ │ │ ├── SuperSpark.txt │ │ │ ├── TailsStuck.txt │ │ │ ├── TitleCard.txt │ │ │ ├── YBoundAdjust.txt │ │ │ └── YellowSpring.txt │ │ ├── LZ │ │ │ ├── AirBubble.txt │ │ │ ├── AirBubbler.txt │ │ │ ├── BeltActivation.txt │ │ │ ├── BeltPlatform.txt │ │ │ ├── Cork.txt │ │ │ ├── CorkActivation.txt │ │ │ ├── CountdownBubble.txt │ │ │ ├── CurrentTunnel.txt │ │ │ ├── Door.txt │ │ │ ├── DoorFlapping.txt │ │ │ ├── Eggman.txt │ │ │ ├── FallingBlock.txt │ │ │ ├── Gargoyle.txt │ │ │ ├── GargoyleShot.txt │ │ │ ├── GrabBar.txt │ │ │ ├── HarpoonHoriz.txt │ │ │ ├── HarpoonVert.txt │ │ │ ├── HorizontalDoor.txt │ │ │ ├── LZSetup.txt │ │ │ ├── Push Block.txt │ │ │ ├── PushButton.txt │ │ │ ├── RisingPlatform.txt │ │ │ ├── RotatingSpike.txt │ │ │ ├── SBZ3Exit.txt │ │ │ ├── SBZ3Fall.txt │ │ │ ├── SecretPlatform.txt │ │ │ ├── ShardKey.txt │ │ │ ├── SlidingFloor.txt │ │ │ ├── SolidBlock.txt │ │ │ ├── TouchBlock.txt │ │ │ ├── VerticalWrap.txt │ │ │ ├── Water.txt │ │ │ ├── WaterPlane.txt │ │ │ ├── WaterSplash.txt │ │ │ ├── Waterfall.txt │ │ │ └── Wheel.txt │ │ ├── LevelSelect │ │ │ ├── BGAnimation.txt │ │ │ ├── HexNo.txt │ │ │ ├── MenuButton.txt │ │ │ ├── MenuControl.txt │ │ │ ├── MenuDPad.txt │ │ │ ├── StageMenu.txt │ │ │ └── ZoneButton.txt │ │ ├── MBZ │ │ │ ├── AirBubble.txt │ │ │ ├── BossBarrier.txt │ │ │ ├── BossBlock.txt │ │ │ ├── BossChain.txt │ │ │ ├── BossFireball.txt │ │ │ ├── BossLights.txt │ │ │ ├── Buzzsaw.txt │ │ │ ├── CFloor.txt │ │ │ ├── Cloud.txt │ │ │ ├── ConveyorWheel.txt │ │ │ ├── Crust.txt │ │ │ ├── FZEggman.txt │ │ │ ├── FZEggmobile.txt │ │ │ ├── FZPiston.txt │ │ │ ├── GHZEggman.txt │ │ │ ├── GHZPlatform.txt │ │ │ ├── Gargoyle.txt │ │ │ ├── GargoyleShot.txt │ │ │ ├── HarpoonHoriz.txt │ │ │ ├── LZEggman.txt │ │ │ ├── LZHorizontalDoor.txt │ │ │ ├── LZPushButton.txt │ │ │ ├── MBZSetup.txt │ │ │ ├── MZEggman.txt │ │ │ ├── OneWayDoor.txt │ │ │ ├── PlasmaEmitter.txt │ │ │ ├── SBZPlatform.txt │ │ │ ├── SLZEggman.txt │ │ │ ├── SYZEggman.txt │ │ │ ├── SeeSaw.txt │ │ │ ├── TubeCover.txt │ │ │ ├── Water.txt │ │ │ └── WaterSplash.txt │ │ ├── MZ │ │ │ ├── BossFireball.txt │ │ │ ├── BreakBlock.txt │ │ │ ├── ButtonPillar.txt │ │ │ ├── CFloor.txt │ │ │ ├── ChainedCrusher.txt │ │ │ ├── Eggman.txt │ │ │ ├── FallingBlock.txt │ │ │ ├── FallingLava.txt │ │ │ ├── Fireball.txt │ │ │ ├── GlassPillar.txt │ │ │ ├── GrassFireball.txt │ │ │ ├── HCrusher.txt │ │ │ ├── HPlatform.txt │ │ │ ├── LargePlatform.txt │ │ │ ├── LavaFlow.txt │ │ │ ├── LavaGeyser.txt │ │ │ ├── LavaSplash.txt │ │ │ ├── MZSetup.txt │ │ │ ├── PushBlock.txt │ │ │ ├── PushButton.txt │ │ │ ├── PushOutBlock.txt │ │ │ ├── RideBlock.txt │ │ │ ├── ShortcutCheck.txt │ │ │ ├── SwingPlat.txt │ │ │ └── UFO.txt │ │ ├── MainMenu │ │ │ ├── Arcade.txt │ │ │ ├── Extras.txt │ │ │ ├── GolfMenu.txt │ │ │ ├── Main.txt │ │ │ ├── ModMenu.txt │ │ │ ├── Modes.txt │ │ │ ├── MonIcons.txt │ │ │ ├── Options.txt │ │ │ ├── Test.txt │ │ │ └── Text.txt │ │ ├── Players │ │ │ ├── Player2Object.txt │ │ │ ├── PlayerObject.txt │ │ │ └── TailsObject.txt │ │ ├── SBZ │ │ │ ├── BeltPlatform.txt │ │ │ ├── Buzzsaw.txt │ │ │ ├── CollapsingFloor.txt │ │ │ ├── ConveyorWheel.txt │ │ │ ├── CutBridge.txt │ │ │ ├── Eggman.txt │ │ │ ├── Eggmobile.txt │ │ │ ├── ElectricOrb.txt │ │ │ ├── FZEggman.txt │ │ │ ├── FZIntro.txt │ │ │ ├── FZPiston.txt │ │ │ ├── FlameThrower.txt │ │ │ ├── ForceField.txt │ │ │ ├── GirderDoor.txt │ │ │ ├── HCrushCover.txt │ │ │ ├── HCrushGirder.txt │ │ │ ├── JunctionWheel.txt │ │ │ ├── ObjectActivator.txt │ │ │ ├── OneWayDoor.txt │ │ │ ├── Piston.txt │ │ │ ├── PlasmaBall.txt │ │ │ ├── PlasmaEmitter.txt │ │ │ ├── PushButton.txt │ │ │ ├── RoofCover.txt │ │ │ ├── SBZSetup.txt │ │ │ ├── SlidingFloor.txt │ │ │ ├── SpinPlatform.txt │ │ │ ├── SwingingSpike.txt │ │ │ ├── TransSprite.txt │ │ │ ├── Transporter.txt │ │ │ ├── TrapDoor.txt │ │ │ ├── TubeCover.txt │ │ │ ├── VPlatform.txt │ │ │ ├── VanishPlatform.txt │ │ │ └── VerticalWrap.txt │ │ ├── SLZ │ │ │ ├── BreakWall.txt │ │ │ ├── Cannon.txt │ │ │ ├── CollapsingFloor.txt │ │ │ ├── Eggman.txt │ │ │ ├── FallingPlatform.txt │ │ │ ├── Fan.txt │ │ │ ├── Fireball.txt │ │ │ ├── RisingPlatform.txt │ │ │ ├── RotatePlatform.txt │ │ │ ├── RotatingStair.txt │ │ │ ├── SLZSetup.txt │ │ │ ├── SeeSaw.txt │ │ │ ├── Staircase.txt │ │ │ └── SwingPlat.txt │ │ ├── SYZ │ │ │ ├── BossBarrier.txt │ │ │ ├── BossBlock.txt │ │ │ ├── Bumper.txt │ │ │ ├── EdgeStabilizer.txt │ │ │ ├── Eggman.txt │ │ │ ├── HBlock.txt │ │ │ ├── HPlatform.txt │ │ │ ├── HVSpikeBall.txt │ │ │ ├── MovingBlock.txt │ │ │ ├── Push Block.txt │ │ │ ├── PushButton.txt │ │ │ ├── RLight.txt │ │ │ ├── RSpikeChain.txt │ │ │ ├── RotatingSpike.txt │ │ │ ├── SYZSetup.txt │ │ │ ├── ShortcutCheck.txt │ │ │ ├── SolidBlock.txt │ │ │ ├── StaticPlatform.txt │ │ │ ├── VBlock.txt │ │ │ ├── VPlatform.txt │ │ │ └── VerticalDoor.txt │ │ ├── Save │ │ │ ├── SaveSel.txt │ │ │ └── SaveSlot.txt │ │ ├── Special │ │ │ ├── 1UP.txt │ │ │ ├── BlueBlock.txt │ │ │ ├── Bumper.txt │ │ │ ├── ChaosEmerald.txt │ │ │ ├── DebugMode.txt │ │ │ ├── FadeIn.txt │ │ │ ├── GemBlock.txt │ │ │ ├── GoalBlock.txt │ │ │ ├── GreenBlock.txt │ │ │ ├── HUD.txt │ │ │ ├── MusicEvent.txt │ │ │ ├── PalettePolice.txt │ │ │ ├── PinkBlock.txt │ │ │ ├── PlayerObject.txt │ │ │ ├── RedWhiteBlock.txt │ │ │ ├── Ring.txt │ │ │ ├── RingSparkle.txt │ │ │ ├── RotateBlock.txt │ │ │ ├── SpecialFinish.txt │ │ │ ├── SpecialSetup.txt │ │ │ ├── TailsObject.txt │ │ │ ├── UpDownBlock.txt │ │ │ ├── WarpBlock.txt │ │ │ ├── YellowBlock.txt │ │ │ └── ZoneBlock.txt │ │ ├── TimeAttack │ │ │ ├── TAMenu.txt │ │ │ ├── TAPortraits.txt │ │ │ └── TAVersion.txt │ │ └── Title │ │ │ ├── ControlTest.txt │ │ │ ├── Logo.txt │ │ │ ├── Sega.txt │ │ │ ├── SonicTeam.txt │ │ │ ├── Splash.txt │ │ │ └── Start.txt │ └── mod.ini └── modconfig.ini ├── README.md ├── SDL2.dll ├── SonLVLObjDefs ├── Animals.ini ├── Animals │ ├── Cucky.xml │ ├── Flicky.xml │ ├── Pecky.xml │ ├── Picky.xml │ ├── Pocky.xml │ ├── Ricky.xml │ └── Rocky.xml ├── Continue.ini ├── Continue │ └── Spotlight.xml ├── Credits.ini ├── Credits │ └── CreditsEggman.xml ├── Ending.ini ├── Enemies.ini ├── Enemies │ ├── BallHog.cs │ ├── Bomb.cs │ ├── BuzzBomber.cs │ ├── Caterkiller.cs │ ├── Chopper.cs │ ├── Crabmeat.cs │ ├── Generic.cs │ ├── Jaws.cs │ ├── Motobug.cs │ ├── Orbinaut.cs │ ├── Splats.cs │ └── Yadrin.cs ├── GHZ.ini ├── GHZ │ ├── BreakWall.cs │ ├── Bridge.cs │ ├── BridgeEnd.xml │ ├── CLedge.cs │ ├── FPlatform.cs │ ├── GolfHole.xml │ ├── GolfSand.cs │ ├── Platform.cs │ ├── ShortcutCheck.cs │ ├── SpikedLogs.xml │ ├── SwingPlat.cs │ └── TubeSwitch.xml ├── Global.ini ├── Global │ ├── AnimalPrison.xml │ ├── BonusPoints.xml │ ├── InvisibleBlock.cs │ ├── LampPost.cs │ ├── Monitor.xml │ ├── PSwitch_H.cs │ ├── PSwitch_Loop.cs │ ├── PSwitch_V.cs │ ├── RedSpring.cs │ ├── Ring.xml │ ├── SignPost.xml │ ├── Spikes.cs │ ├── TailsStuck.cs │ ├── TitleCard.xml │ ├── YBoundAdjust.cs │ └── YellowSpring.cs ├── LZ.ini ├── LZ │ ├── AirBubbler.xml │ ├── BeltActivation.cs │ ├── BeltPlatform.cs │ ├── CurrentTunnel.cs │ ├── Door.xml │ ├── DoorFlapping.xml │ ├── Eggman.cs │ ├── Gargoyle.cs │ ├── GrabBar.xml │ ├── HarpoonHoriz.cs │ ├── HarpoonVert.cs │ ├── HorizontalDoor.cs │ ├── PushBlock.xml │ ├── PushButton.xml │ ├── RisingPlatform.cs │ ├── RotatingSpike.cs │ ├── SlidingFloor.cs │ ├── WaterPlane.cs │ └── Waterfall.xml ├── LevelSelect.ini ├── MBZ.ini ├── MBZ │ ├── BossBarrier.xml │ ├── CFloor.xml │ ├── ConveyorWheel.cs │ ├── Crust.cs │ ├── Gargoyle.cs │ ├── HarpoonHoriz.cs │ └── TubeCover.xml ├── MZ.ini ├── MZ │ ├── ButtonPillar.cs │ ├── CFloor.xml │ ├── ChainedCrusher.cs │ ├── FallingBlock.cs │ ├── FallingLava.xml │ ├── Fireball.cs │ ├── GlassPillar.cs │ ├── HCrusher.cs │ ├── HPlatform.cs │ ├── LargePlatform.xml │ ├── LavaFlow.xml │ ├── PushBlock.xml │ ├── PushOutBlock.cs │ ├── RideBlock.xml │ ├── ShortcutCheck.cs │ └── SwingPlat.cs ├── MainMenu.ini ├── Players.ini ├── SBZ.ini ├── SBZ │ ├── Buzzsaw.cs │ ├── CollapsingFloor.xml │ ├── ConveyorWheel.cs │ ├── DecoSprite.cs │ ├── Eggmobile.xml │ ├── ElectricOrb.xml │ ├── FlameThrower.cs │ ├── ForceField.xml │ ├── GirderDoor.cs │ ├── ObjectActivator.cs │ ├── OneWayDoor.xml │ ├── Piston.cs │ ├── PushButton.xml │ ├── SlidingFloor.cs │ ├── SpinPlatform.xml │ ├── SwingingSpike.cs │ ├── Transporter.cs │ ├── TrapDoor.cs │ ├── VPlatform.cs │ └── VanishPlatform.xml ├── SLZ.ini ├── SLZ │ ├── BreakWall.cs │ ├── CFloor.xml │ ├── Cannon.cs │ ├── FallPlatform.cs │ ├── Fan.cs │ ├── Fireball.cs │ ├── RisingPlatform.cs │ ├── RotatePlatform.cs │ ├── RotatingStair.cs │ ├── SeeSaw.xml │ ├── Staircase.cs │ └── SwingPlat.cs ├── SYZ.ini ├── SYZ │ ├── BossBarrier.xml │ ├── EdgeStabilizer.cs │ ├── HBlock.cs │ ├── HPlatform.cs │ ├── HVSpikeBall.cs │ ├── MovingBlock.cs │ ├── RSpikeChain.cs │ ├── RotatingSpike.cs │ ├── ShortcutCheck.cs │ ├── StaticPlatform.cs │ ├── VBlock.cs │ └── VPlatform.cs ├── Save.ini ├── Special.ini ├── Special │ ├── BlueBlock.xml │ ├── Emerald.xml │ ├── GemBlock.xml │ ├── GreenBlock.xml │ ├── PinkBlock.xml │ ├── RedWhiteBlock.xml │ ├── UpDownBlock.xml │ ├── YellowBlock.xml │ └── ZoneBlock.xml ├── TimeAttack.ini └── Title.ini ├── SonicForever.apk ├── SonicForever.exe ├── SonicForever.nro └── glew32.dll /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/.gitignore -------------------------------------------------------------------------------- /Forever.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Forever.ini -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Animations/Amy.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Animations/Amy.ani -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Animations/Golf.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Animations/Golf.ani -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Animations/GolfLarge.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Animations/GolfLarge.ani -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Animations/GolfSmall.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Animations/GolfSmall.ani -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Animations/GolfThin.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Animations/GolfThin.ani -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Animations/Knuckles.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Animations/Knuckles.ani -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Animations/Sonic.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Animations/Sonic.ani -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Animations/SuperSonic.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Animations/SuperSonic.ani -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Animations/Tails.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Animations/Tails.ani -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Animations/WreckingBall.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Animations/WreckingBall.ani -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Game/GameConfig.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Game/GameConfig.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Game/MenuTextDE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Game/MenuTextDE.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Game/MenuTextEN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Game/MenuTextEN.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Game/MenuTextFR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Game/MenuTextFR.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Game/MenuTextPR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Game/MenuTextPR.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Game/MenuTextSP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Game/MenuTextSP.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Game/ModMenuSheet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Game/ModMenuSheet.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Game/SystemText.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Game/SystemText.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Game/game-unused.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Game/game-unused.xml -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Music/Arcade.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Music/Arcade.ogg -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Music/BossRush.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Music/BossRush.ogg -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Music/BossRush_F.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Music/BossRush_F.ogg -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Music/DiamondInTheRough.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Music/DiamondInTheRough.ogg -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Music/DreamsIntoReality.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Music/DreamsIntoReality.ogg -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Music/GolfMenu.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Music/GolfMenu.ogg -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Music/Launch.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Music/Launch.ogg -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Music/ModList.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Music/ModList.ogg -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Music/Splash.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Music/Splash.ogg -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Music/StartingTheShow.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Music/StartingTheShow.ogg -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Music/Super.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Music/Super.ogg -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Music/Super3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Music/Super3.ogg -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Music/Super3K.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Music/Super3K.ogg -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Music/Super3U.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Music/Super3U.ogg -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Music/SuperM.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Music/SuperM.ogg -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Music/TimeAttack.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Music/TimeAttack.ogg -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Palettes/Arcade.act: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Palettes/Arcade.act -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Palettes/LZ_WaterPal.act: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Palettes/LZ_WaterPal.act -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Palettes/LevelSel.act: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Palettes/LevelSel.act -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Palettes/MBZ_WaterPal.act: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Palettes/MBZ_WaterPal.act -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Palettes/MainMenu.act: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Palettes/MainMenu.act -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Palettes/MenuEms.act: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Palettes/MenuEms.act -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Palettes/ModMenu.act: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Palettes/ModMenu.act -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Palettes/Pause.act: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Palettes/Pause.act -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Palettes/SBZ3_Pal.act: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Palettes/SBZ3_Pal.act -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Palettes/SBZ3_WaterPal.act: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Palettes/SBZ3_WaterPal.act -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Palettes/SaveSelect.act: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Palettes/SaveSelect.act -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Palettes/SpecialStage.act: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Palettes/SpecialStage.act -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Palettes/Splash.act: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Palettes/Splash.act -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Palettes/TimeAttack.act: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Palettes/TimeAttack.act -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Palettes/ameh.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Palettes/ameh.pal -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Palettes/badd.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Palettes/badd.pal -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Palettes/glob.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Palettes/glob.pal -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Palettes/global.act: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Palettes/global.act -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Palettes/golf.act: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Palettes/golf.act -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Palettes/mbz.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Palettes/mbz.pal -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/SoundFX/Global/BrokenLamp.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/SoundFX/Global/BrokenLamp.wav -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/SoundFX/Global/DDRelease.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/SoundFX/Global/DDRelease.wav -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/SoundFX/Global/DropDash.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/SoundFX/Global/DropDash.wav -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/SoundFX/Global/DrownCD.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/SoundFX/Global/DrownCD.wav -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/SoundFX/Global/Ducc.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/SoundFX/Global/Ducc.wav -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/SoundFX/Global/OuttaHere.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/SoundFX/Global/OuttaHere.wav -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/SoundFX/Global/OuttaHereclean.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/SoundFX/Global/OuttaHereclean.wav -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/SoundFX/Global/PeelCharge.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/SoundFX/Global/PeelCharge.wav -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/SoundFX/Global/PeelRelease.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/SoundFX/Global/PeelRelease.wav -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/SoundFX/Global/Thud.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/SoundFX/Global/Thud.wav -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/SoundFX/Global/Trigger.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/SoundFX/Global/Trigger.wav -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/SoundFX/Stage/9C.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/SoundFX/Stage/9C.wav -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/SoundFX/Stage/B8.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/SoundFX/Stage/B8.wav -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/SoundFX/Stage/Cleared.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/SoundFX/Stage/Cleared.wav -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/SoundFX/Stage/Emerald.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/SoundFX/Stage/Emerald.wav -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/SoundFX/Stage/Thunder.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/SoundFX/Stage/Thunder.wav -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/SoundFX/Stage/Warn.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/SoundFX/Stage/Warn.wav -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/SoundFX/Stage/golfclap.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/SoundFX/Stage/golfclap.wav -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/SoundFX/Stage/golfclub.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/SoundFX/Stage/golfclub.wav -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Continue/Objects.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Continue/Objects.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Ending/Credits.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Ending/Credits.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Ending/CreditsText.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Ending/CreditsText.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Ending/Ending2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Ending/Ending2.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Ending/Objects.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Ending/Objects.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Ending/Objects2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Ending/Objects2.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/GHZ/Objects.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/GHZ/Objects.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/GHZ/Objects2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/GHZ/Objects2.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Global/Achievements.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Global/Achievements.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Global/Display.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Global/Display.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Global/Eggman.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Global/Eggman.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Global/Eggrobo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Global/Eggrobo.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Global/Goggles.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Global/Goggles.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Global/Items.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Global/Items.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Global/Items2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Global/Items2.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Global/Items3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Global/Items3.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Global/KnuxGreyShield.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Global/KnuxGreyShield.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Global/Pause.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Global/Pause.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/LZ/Objects.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/LZ/Objects.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/LZ/Objects2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/LZ/Objects2.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/LZ/Objects3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/LZ/Objects3.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/LevelSelect/TextOG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/LevelSelect/TextOG.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/LevelSelect/Touch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/LevelSelect/Touch.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/MBZ/Lightning.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/MBZ/Lightning.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/MBZ/Objects.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/MBZ/Objects.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/MBZ/Objects2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/MBZ/Objects2.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/MZ/Objects.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/MZ/Objects.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Menus/ArcadeMode.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Menus/ArcadeMode.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Menus/Golf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Menus/Golf.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Menus/Monicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Menus/Monicon.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Menus/Options.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Menus/Options.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Menus/SaveSelect.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Menus/SaveSelect.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Menus/TimeAttack.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Menus/TimeAttack.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Menus/TimePortraits.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Menus/TimePortraits.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/ModMenuSheet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/ModMenuSheet.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Players/Amy1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Players/Amy1.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Players/Amy2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Players/Amy2.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Players/Golf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Players/Golf.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Players/KTE1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Players/KTE1.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Players/KTE2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Players/KTE2.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Players/KTE3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Players/KTE3.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Players/Sonic1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Players/Sonic1.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Players/Sonic2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Players/Sonic2.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Players/Sonic3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Players/Sonic3.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Players/Sonic4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Players/Sonic4.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Players/Tails1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Players/Tails1.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Players/Tails2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Players/Tails2.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Players/Tails3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Players/Tails3.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/SBZ/Objects.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/SBZ/Objects.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/SBZ/ObjectsRobo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/SBZ/ObjectsRobo.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/SLZ/Objects.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/SLZ/Objects.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/SYZ/Objects.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/SYZ/Objects.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Secret/noodles.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Secret/noodles.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Special/Objects.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Special/Objects.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/SystemText.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/SystemText.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Title/ControlTest.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Title/ControlTest.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Title/SonicTeam.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Title/SonicTeam.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Title/Splash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Title/Splash.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Sprites/Title/Title.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Sprites/Title/Title.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Arcade/128x128Tiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Arcade/128x128Tiles.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Arcade/16x16Tiles.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Arcade/16x16Tiles.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Arcade/Act1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Arcade/Act1.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Arcade/Backgrounds.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Arcade/Backgrounds.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Arcade/CollisionMasks.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Arcade/CollisionMasks.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Arcade/StageConfig.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Arcade/StageConfig.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/BossRush/128x128Tiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/BossRush/128x128Tiles.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/BossRush/16x16Tiles.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/BossRush/16x16Tiles.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/BossRush/Act5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/BossRush/Act5.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/BossRush/Backgrounds.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/BossRush/Backgrounds.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/BossRush/CollisionMasks.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/BossRush/CollisionMasks.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/BossRush/StageConfig.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/BossRush/StageConfig.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Continue/StageConfig.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Continue/StageConfig.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Credits/128x128Tiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Credits/128x128Tiles.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Credits/16x16Tiles.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Credits/16x16Tiles.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Credits/Act1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Credits/Act1.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Credits/Act2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Credits/Act2.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Credits/Backgrounds.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Credits/Backgrounds.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Credits/CollisionMasks.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Credits/CollisionMasks.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Credits/StageConfig.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Credits/StageConfig.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Ending/128x128Tiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Ending/128x128Tiles.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Ending/16x16Tiles.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Ending/16x16Tiles.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Ending/Act1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Ending/Act1.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Ending/CollisionMasks.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Ending/CollisionMasks.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Ending/StageConfig.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Ending/StageConfig.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Ending2/128x128Tiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Ending2/128x128Tiles.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Ending2/16x16Tiles.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Ending2/16x16Tiles.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Ending2/Act1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Ending2/Act1.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Ending2/Backgrounds.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Ending2/Backgrounds.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Ending2/CollisionMasks.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Ending2/CollisionMasks.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Ending2/StageConfig.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Ending2/StageConfig.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Golf/128x128Tiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Golf/128x128Tiles.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Golf/16x16Tiles.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Golf/16x16Tiles.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Golf/Act1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Golf/Act1.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Golf/Backgrounds.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Golf/Backgrounds.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Golf/CollisionMasks.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Golf/CollisionMasks.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Golf/StageConfig.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Golf/StageConfig.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/MainMenu/128x128Tiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/MainMenu/128x128Tiles.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/MainMenu/16x16Tiles.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/MainMenu/16x16Tiles.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/MainMenu/Act1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/MainMenu/Act1.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/MainMenu/Backgrounds.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/MainMenu/Backgrounds.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/MainMenu/CollisionMasks.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/MainMenu/CollisionMasks.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/MainMenu/StageConfig.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/MainMenu/StageConfig.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/SaveSelect/128x128Tiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/SaveSelect/128x128Tiles.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/SaveSelect/16x16Tiles.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/SaveSelect/16x16Tiles.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/SaveSelect/Act1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/SaveSelect/Act1.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/SaveSelect/Backgrounds.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/SaveSelect/Backgrounds.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/SaveSelect/CollisionMasks.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/SaveSelect/CollisionMasks.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/SaveSelect/StageConfig.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/SaveSelect/StageConfig.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Secret/128x128Tiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Secret/128x128Tiles.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Secret/16x16Tiles.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Secret/16x16Tiles.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Secret/Act1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Secret/Act1.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Secret/Backgrounds.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Secret/Backgrounds.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Secret/CollisionMasks.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Secret/CollisionMasks.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Secret/StageConfig.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Secret/StageConfig.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Special/16x16Tiles.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Special/16x16Tiles.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Special/Act3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Special/Act3.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Special/Act7-old.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Special/Act7-old.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Special/Act7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Special/Act7.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Special/Act9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Special/Act9.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Special/StageConfig.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Special/StageConfig.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/TimeAttack/128x128Tiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/TimeAttack/128x128Tiles.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/TimeAttack/16x16Tiles.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/TimeAttack/16x16Tiles.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/TimeAttack/Act1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/TimeAttack/Act1.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/TimeAttack/Backgrounds.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/TimeAttack/Backgrounds.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/TimeAttack/CollisionMasks.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/TimeAttack/CollisionMasks.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/TimeAttack/StageConfig.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/TimeAttack/StageConfig.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Title/128x128Tiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Title/128x128Tiles.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Title/16x16Tiles.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Title/16x16Tiles.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Title/Backgrounds.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Title/Backgrounds.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Title/CollisionMasks.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Title/CollisionMasks.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Title/StageConfig.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Title/StageConfig.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone01/128x128Tiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone01/128x128Tiles.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone01/16x16Tiles.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone01/16x16Tiles.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone01/Act1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone01/Act1.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone01/Act2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone01/Act2.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone01/Act3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone01/Act3.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone01/Act5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone01/Act5.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone01/CollisionMasks.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone01/CollisionMasks.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone01/StageConfig.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone01/StageConfig.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone02/128x128Tiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone02/128x128Tiles.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone02/16x16Tiles.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone02/16x16Tiles.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone02/Act1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone02/Act1.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone02/Act2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone02/Act2.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone02/Act3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone02/Act3.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone02/Backgrounds.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone02/Backgrounds.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone02/CollisionMasks.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone02/CollisionMasks.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone02/StageConfig.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone02/StageConfig.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone03/128x128Tiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone03/128x128Tiles.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone03/16x16Tiles.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone03/16x16Tiles.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone03/Act1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone03/Act1.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone03/Act2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone03/Act2.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone03/Act3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone03/Act3.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone03/CollisionMasks.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone03/CollisionMasks.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone03/StageConfig.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone03/StageConfig.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone04/128x128Tiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone04/128x128Tiles.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone04/16x16Tiles.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone04/16x16Tiles.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone04/Act1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone04/Act1.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone04/Act2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone04/Act2.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone04/Act3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone04/Act3.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone04/Act4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone04/Act4.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone04/Backgrounds.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone04/Backgrounds.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone04/CollisionMasks.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone04/CollisionMasks.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone04/StageConfig.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone04/StageConfig.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone05/128x128Tiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone05/128x128Tiles.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone05/16x16Tiles.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone05/16x16Tiles.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone05/Act1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone05/Act1.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone05/Act2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone05/Act2.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone05/Act3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone05/Act3.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone05/Backgrounds.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone05/Backgrounds.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone05/CollisionMasks.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone05/CollisionMasks.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone05/StageConfig.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone05/StageConfig.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone06/128x128Tiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone06/128x128Tiles.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone06/16x16Tiles.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone06/16x16Tiles.gif -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone06/Act1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone06/Act1.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone06/Act2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone06/Act2.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone06/Act5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone06/Act5.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Data/Stages/Zone06/StageConfig.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Data/Stages/Zone06/StageConfig.bin -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Animals/Cucky.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Animals/Cucky.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Animals/Flicky.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Animals/Flicky.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Animals/Pecky.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Animals/Pecky.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Animals/Picky.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Animals/Picky.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Animals/Pocky.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Animals/Pocky.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Animals/Ricky.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Animals/Ricky.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Animals/Rocky.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Animals/Rocky.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Continue/Continue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Continue/Continue.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Continue/ContinueSetup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Continue/ContinueSetup.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Continue/Spotlight.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Continue/Spotlight.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Credits/CreditsControl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Credits/CreditsControl.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Credits/CreditsEggman.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Credits/CreditsEggman.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Credits/UnlockTest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Credits/UnlockTest.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Ending/Emeralds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Ending/Emeralds.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Ending/Ending2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Ending/Ending2.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Ending/EndingControl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Ending/EndingControl.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Ending/EndingPose.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Ending/EndingPose.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Ending/EndingSetup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Ending/EndingSetup.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Enemies/BallHog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Enemies/BallHog.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Enemies/BallHogBomb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Enemies/BallHogBomb.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Enemies/Batbrain.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Enemies/Batbrain.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Enemies/Bomb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Enemies/Bomb.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Enemies/BombShrapnel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Enemies/BombShrapnel.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Enemies/Burrobot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Enemies/Burrobot.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Enemies/BuzzBomber.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Enemies/BuzzBomber.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Enemies/BuzzBomberShot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Enemies/BuzzBomberShot.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Enemies/Caterkiller.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Enemies/Caterkiller.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Enemies/Chopper.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Enemies/Chopper.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Enemies/Crabmeat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Enemies/Crabmeat.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Enemies/CrabmeatShot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Enemies/CrabmeatShot.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Enemies/Jaws.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Enemies/Jaws.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Enemies/Motobug.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Enemies/Motobug.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Enemies/MotobugExhaust.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Enemies/MotobugExhaust.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Enemies/NewtronFly.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Enemies/NewtronFly.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Enemies/NewtronShoot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Enemies/NewtronShoot.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Enemies/NewtronShot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Enemies/NewtronShot.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Enemies/Orbinaut.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Enemies/Orbinaut.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Enemies/Roller.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Enemies/Roller.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Enemies/Splats.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Enemies/Splats.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Enemies/Yadrin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Enemies/Yadrin.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/GHZ/BossChain.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/GHZ/BossChain.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/GHZ/BossLights.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/GHZ/BossLights.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/GHZ/BreakWall.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/GHZ/BreakWall.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/GHZ/Bridge.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/GHZ/Bridge.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/GHZ/BridgeEnd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/GHZ/BridgeEnd.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/GHZ/CLedgeLeft.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/GHZ/CLedgeLeft.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/GHZ/CLedgeRight.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/GHZ/CLedgeRight.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/GHZ/CheckeredBall.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/GHZ/CheckeredBall.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/GHZ/Eggman.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/GHZ/Eggman.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/GHZ/FPlatform.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/GHZ/FPlatform.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/GHZ/GHZSetup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/GHZ/GHZSetup.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/GHZ/GolfBall.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/GHZ/GolfBall.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/GHZ/GolfHUD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/GHZ/GolfHUD.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/GHZ/GolfHole.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/GHZ/GolfHole.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/GHZ/GolfSand.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/GHZ/GolfSand.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/GHZ/HPlatform.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/GHZ/HPlatform.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/GHZ/Rock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/GHZ/Rock.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/GHZ/ShortcutCheck.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/GHZ/ShortcutCheck.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/GHZ/SpikeLogs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/GHZ/SpikeLogs.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/GHZ/SwingPlat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/GHZ/SwingPlat.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/GHZ/TubeSwitch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/GHZ/TubeSwitch.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/GHZ/VPlatform.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/GHZ/VPlatform.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/GHZ/VPlatform2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/GHZ/VPlatform2.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/GHZ/WaterfallSound.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/GHZ/WaterfallSound.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/GHZ/WreckingBall.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/GHZ/WreckingBall.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/ActFinish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/ActFinish.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/AnimalPrison.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/AnimalPrison.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/BlueShield.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/BlueShield.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/BlueShield2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/BlueShield2.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/BonusPoints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/BonusPoints.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/BrokenMonitor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/BrokenMonitor.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/BubbleShield.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/BubbleShield.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/DeathEvent.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/DeathEvent.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/DebugMode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/DebugMode.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/DustPuff.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/DustPuff.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/Explosion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/Explosion.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/FireShield.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/FireShield.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/Goggles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/Goggles.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/HUD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/HUD.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/InstaShield.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/InstaShield.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/Invincibility.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/Invincibility.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/Invincibility2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/Invincibility2.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/InvisibleBlock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/InvisibleBlock.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/LampPost.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/LampPost.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/LightningShield.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/LightningShield.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/LightningSpark.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/LightningSpark.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/LoseRing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/LoseRing.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/Monitor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/Monitor.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/MusicEvent.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/MusicEvent.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/MusicStart.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/MusicStart.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/ObjectScore.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/ObjectScore.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/PSwitch_H.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/PSwitch_H.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/PSwitch_Loop.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/PSwitch_Loop.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/PSwitch_V.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/PSwitch_V.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/PalettePolice.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/PalettePolice.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/RedSpring.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/RedSpring.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/Ring.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/Ring.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/RingSparkle.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/RingSparkle.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/SignPost.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/SignPost.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/SmokePuff.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/SmokePuff.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/SpecialRing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/SpecialRing.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/Spikes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/Spikes.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/StageSetup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/StageSetup.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/SuperSpark.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/SuperSpark.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/TailsStuck.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/TailsStuck.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/TitleCard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/TitleCard.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/YBoundAdjust.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/YBoundAdjust.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Global/YellowSpring.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Global/YellowSpring.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/AirBubble.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/AirBubble.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/AirBubbler.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/AirBubbler.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/BeltActivation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/BeltActivation.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/BeltPlatform.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/BeltPlatform.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/Cork.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/Cork.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/CorkActivation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/CorkActivation.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/CountdownBubble.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/CountdownBubble.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/CurrentTunnel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/CurrentTunnel.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/Door.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/Door.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/DoorFlapping.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/DoorFlapping.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/Eggman.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/Eggman.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/FallingBlock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/FallingBlock.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/Gargoyle.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/Gargoyle.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/GargoyleShot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/GargoyleShot.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/GrabBar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/GrabBar.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/HarpoonHoriz.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/HarpoonHoriz.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/HarpoonVert.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/HarpoonVert.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/HorizontalDoor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/HorizontalDoor.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/LZSetup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/LZSetup.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/Push Block.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/Push Block.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/PushButton.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/PushButton.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/RisingPlatform.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/RisingPlatform.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/RotatingSpike.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/RotatingSpike.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/SBZ3Exit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/SBZ3Exit.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/SBZ3Fall.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/SBZ3Fall.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/SecretPlatform.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/SecretPlatform.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/ShardKey.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/ShardKey.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/SlidingFloor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/SlidingFloor.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/SolidBlock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/SolidBlock.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/TouchBlock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/TouchBlock.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/VerticalWrap.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/VerticalWrap.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/Water.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/Water.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/WaterPlane.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/WaterPlane.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/WaterSplash.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/WaterSplash.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/Waterfall.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/Waterfall.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LZ/Wheel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LZ/Wheel.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LevelSelect/BGAnimation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LevelSelect/BGAnimation.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LevelSelect/HexNo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LevelSelect/HexNo.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LevelSelect/MenuButton.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LevelSelect/MenuButton.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LevelSelect/MenuControl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LevelSelect/MenuControl.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LevelSelect/MenuDPad.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LevelSelect/MenuDPad.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LevelSelect/StageMenu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LevelSelect/StageMenu.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/LevelSelect/ZoneButton.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/LevelSelect/ZoneButton.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/AirBubble.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/AirBubble.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/BossBarrier.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/BossBarrier.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/BossBlock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/BossBlock.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/BossChain.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/BossChain.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/BossFireball.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/BossFireball.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/BossLights.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/BossLights.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/Buzzsaw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/Buzzsaw.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/CFloor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/CFloor.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/Cloud.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/Cloud.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/ConveyorWheel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/ConveyorWheel.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/Crust.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/Crust.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/FZEggman.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/FZEggman.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/FZEggmobile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/FZEggmobile.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/FZPiston.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/FZPiston.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/GHZEggman.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/GHZEggman.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/GHZPlatform.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/GHZPlatform.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/Gargoyle.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/Gargoyle.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/GargoyleShot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/GargoyleShot.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/HarpoonHoriz.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/HarpoonHoriz.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/LZEggman.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/LZEggman.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/LZHorizontalDoor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/LZHorizontalDoor.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/LZPushButton.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/LZPushButton.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/MBZSetup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/MBZSetup.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/MZEggman.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/MZEggman.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/OneWayDoor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/OneWayDoor.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/PlasmaEmitter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/PlasmaEmitter.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/SBZPlatform.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/SBZPlatform.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/SLZEggman.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/SLZEggman.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/SYZEggman.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/SYZEggman.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/SeeSaw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/SeeSaw.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/TubeCover.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/TubeCover.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/Water.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/Water.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MBZ/WaterSplash.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MBZ/WaterSplash.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MZ/BossFireball.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MZ/BossFireball.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MZ/BreakBlock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MZ/BreakBlock.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MZ/ButtonPillar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MZ/ButtonPillar.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MZ/CFloor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MZ/CFloor.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MZ/ChainedCrusher.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MZ/ChainedCrusher.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MZ/Eggman.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MZ/Eggman.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MZ/FallingBlock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MZ/FallingBlock.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MZ/FallingLava.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MZ/FallingLava.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MZ/Fireball.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MZ/Fireball.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MZ/GlassPillar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MZ/GlassPillar.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MZ/GrassFireball.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MZ/GrassFireball.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MZ/HCrusher.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MZ/HCrusher.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MZ/HPlatform.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MZ/HPlatform.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MZ/LargePlatform.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MZ/LargePlatform.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MZ/LavaFlow.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MZ/LavaFlow.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MZ/LavaGeyser.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MZ/LavaGeyser.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MZ/LavaSplash.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MZ/LavaSplash.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MZ/MZSetup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MZ/MZSetup.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MZ/PushBlock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MZ/PushBlock.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MZ/PushButton.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MZ/PushButton.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MZ/PushOutBlock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MZ/PushOutBlock.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MZ/RideBlock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MZ/RideBlock.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MZ/ShortcutCheck.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MZ/ShortcutCheck.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MZ/SwingPlat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MZ/SwingPlat.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MZ/UFO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MZ/UFO.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MainMenu/Arcade.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MainMenu/Arcade.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MainMenu/Extras.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MainMenu/Extras.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MainMenu/GolfMenu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MainMenu/GolfMenu.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MainMenu/Main.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MainMenu/Main.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MainMenu/ModMenu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MainMenu/ModMenu.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MainMenu/Modes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MainMenu/Modes.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MainMenu/MonIcons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MainMenu/MonIcons.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MainMenu/Options.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MainMenu/Options.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MainMenu/Test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MainMenu/Test.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/MainMenu/Text.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/MainMenu/Text.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Players/Player2Object.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Players/Player2Object.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Players/PlayerObject.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Players/PlayerObject.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Players/TailsObject.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Players/TailsObject.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/BeltPlatform.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/BeltPlatform.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/Buzzsaw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/Buzzsaw.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/CollapsingFloor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/CollapsingFloor.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/ConveyorWheel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/ConveyorWheel.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/CutBridge.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/CutBridge.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/Eggman.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/Eggman.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/Eggmobile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/Eggmobile.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/ElectricOrb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/ElectricOrb.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/FZEggman.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/FZEggman.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/FZIntro.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/FZIntro.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/FZPiston.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/FZPiston.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/FlameThrower.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/FlameThrower.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/ForceField.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/ForceField.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/GirderDoor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/GirderDoor.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/HCrushCover.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/HCrushCover.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/HCrushGirder.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/HCrushGirder.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/JunctionWheel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/JunctionWheel.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/ObjectActivator.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/ObjectActivator.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/OneWayDoor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/OneWayDoor.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/Piston.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/Piston.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/PlasmaBall.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/PlasmaBall.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/PlasmaEmitter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/PlasmaEmitter.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/PushButton.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/PushButton.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/RoofCover.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/RoofCover.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/SBZSetup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/SBZSetup.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/SlidingFloor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/SlidingFloor.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/SpinPlatform.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/SpinPlatform.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/SwingingSpike.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/SwingingSpike.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/TransSprite.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/TransSprite.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/Transporter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/Transporter.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/TrapDoor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/TrapDoor.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/TubeCover.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/TubeCover.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/VPlatform.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/VPlatform.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/VanishPlatform.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/VanishPlatform.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SBZ/VerticalWrap.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SBZ/VerticalWrap.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SLZ/BreakWall.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SLZ/BreakWall.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SLZ/Cannon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SLZ/Cannon.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SLZ/CollapsingFloor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SLZ/CollapsingFloor.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SLZ/Eggman.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SLZ/Eggman.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SLZ/FallingPlatform.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SLZ/FallingPlatform.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SLZ/Fan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SLZ/Fan.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SLZ/Fireball.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SLZ/Fireball.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SLZ/RisingPlatform.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SLZ/RisingPlatform.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SLZ/RotatePlatform.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SLZ/RotatePlatform.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SLZ/RotatingStair.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SLZ/RotatingStair.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SLZ/SLZSetup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SLZ/SLZSetup.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SLZ/SeeSaw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SLZ/SeeSaw.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SLZ/Staircase.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SLZ/Staircase.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SLZ/SwingPlat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SLZ/SwingPlat.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SYZ/BossBarrier.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SYZ/BossBarrier.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SYZ/BossBlock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SYZ/BossBlock.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SYZ/Bumper.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SYZ/Bumper.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SYZ/EdgeStabilizer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SYZ/EdgeStabilizer.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SYZ/Eggman.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SYZ/Eggman.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SYZ/HBlock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SYZ/HBlock.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SYZ/HPlatform.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SYZ/HPlatform.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SYZ/HVSpikeBall.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SYZ/HVSpikeBall.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SYZ/MovingBlock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SYZ/MovingBlock.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SYZ/Push Block.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SYZ/Push Block.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SYZ/PushButton.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SYZ/PushButton.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SYZ/RLight.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SYZ/RLight.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SYZ/RSpikeChain.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SYZ/RSpikeChain.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SYZ/RotatingSpike.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SYZ/RotatingSpike.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SYZ/SYZSetup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SYZ/SYZSetup.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SYZ/ShortcutCheck.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SYZ/ShortcutCheck.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SYZ/SolidBlock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SYZ/SolidBlock.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SYZ/StaticPlatform.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SYZ/StaticPlatform.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SYZ/VBlock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SYZ/VBlock.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SYZ/VPlatform.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SYZ/VPlatform.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/SYZ/VerticalDoor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/SYZ/VerticalDoor.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Save/SaveSel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Save/SaveSel.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Save/SaveSlot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Save/SaveSlot.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Special/1UP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Special/1UP.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Special/BlueBlock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Special/BlueBlock.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Special/Bumper.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Special/Bumper.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Special/ChaosEmerald.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Special/ChaosEmerald.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Special/DebugMode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Special/DebugMode.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Special/FadeIn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Special/FadeIn.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Special/GemBlock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Special/GemBlock.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Special/GoalBlock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Special/GoalBlock.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Special/GreenBlock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Special/GreenBlock.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Special/HUD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Special/HUD.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Special/MusicEvent.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Special/MusicEvent.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Special/PalettePolice.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Special/PalettePolice.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Special/PinkBlock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Special/PinkBlock.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Special/PlayerObject.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Special/PlayerObject.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Special/RedWhiteBlock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Special/RedWhiteBlock.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Special/Ring.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Special/Ring.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Special/RingSparkle.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Special/RingSparkle.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Special/RotateBlock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Special/RotateBlock.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Special/SpecialFinish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Special/SpecialFinish.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Special/SpecialSetup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Special/SpecialSetup.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Special/TailsObject.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Special/TailsObject.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Special/UpDownBlock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Special/UpDownBlock.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Special/WarpBlock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Special/WarpBlock.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Special/YellowBlock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Special/YellowBlock.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Special/ZoneBlock.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Special/ZoneBlock.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/TimeAttack/TAMenu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/TimeAttack/TAMenu.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/TimeAttack/TAPortraits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/TimeAttack/TAPortraits.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/TimeAttack/TAVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/TimeAttack/TAVersion.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Title/ControlTest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Title/ControlTest.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Title/Logo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Title/Logo.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Title/Sega.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Title/Sega.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Title/SonicTeam.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Title/SonicTeam.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Title/Splash.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Title/Splash.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/Scripts/Title/Start.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/Scripts/Title/Start.txt -------------------------------------------------------------------------------- /Mods/Sonic 1 Forever/mod.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/Mods/Sonic 1 Forever/mod.ini -------------------------------------------------------------------------------- /Mods/modconfig.ini: -------------------------------------------------------------------------------- 1 | 2 | [mods] 3 | Sonic 1 Forever=true 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/README.md -------------------------------------------------------------------------------- /SDL2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SDL2.dll -------------------------------------------------------------------------------- /SonLVLObjDefs/Animals.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Animals.ini -------------------------------------------------------------------------------- /SonLVLObjDefs/Animals/Cucky.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Animals/Cucky.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/Animals/Flicky.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Animals/Flicky.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/Animals/Pecky.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Animals/Pecky.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/Animals/Picky.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Animals/Picky.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/Animals/Pocky.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Animals/Pocky.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/Animals/Ricky.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Animals/Ricky.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/Animals/Rocky.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Animals/Rocky.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/Continue.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Continue.ini -------------------------------------------------------------------------------- /SonLVLObjDefs/Continue/Spotlight.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Continue/Spotlight.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/Credits.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Credits.ini -------------------------------------------------------------------------------- /SonLVLObjDefs/Credits/CreditsEggman.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Credits/CreditsEggman.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/Ending.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Ending.ini -------------------------------------------------------------------------------- /SonLVLObjDefs/Enemies.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Enemies.ini -------------------------------------------------------------------------------- /SonLVLObjDefs/Enemies/BallHog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Enemies/BallHog.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/Enemies/Bomb.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Enemies/Bomb.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/Enemies/BuzzBomber.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Enemies/BuzzBomber.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/Enemies/Caterkiller.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Enemies/Caterkiller.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/Enemies/Chopper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Enemies/Chopper.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/Enemies/Crabmeat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Enemies/Crabmeat.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/Enemies/Generic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Enemies/Generic.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/Enemies/Jaws.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Enemies/Jaws.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/Enemies/Motobug.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Enemies/Motobug.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/Enemies/Orbinaut.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Enemies/Orbinaut.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/Enemies/Splats.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Enemies/Splats.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/Enemies/Yadrin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Enemies/Yadrin.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/GHZ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/GHZ.ini -------------------------------------------------------------------------------- /SonLVLObjDefs/GHZ/BreakWall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/GHZ/BreakWall.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/GHZ/Bridge.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/GHZ/Bridge.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/GHZ/BridgeEnd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/GHZ/BridgeEnd.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/GHZ/CLedge.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/GHZ/CLedge.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/GHZ/FPlatform.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/GHZ/FPlatform.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/GHZ/GolfHole.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/GHZ/GolfHole.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/GHZ/GolfSand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/GHZ/GolfSand.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/GHZ/Platform.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/GHZ/Platform.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/GHZ/ShortcutCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/GHZ/ShortcutCheck.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/GHZ/SpikedLogs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/GHZ/SpikedLogs.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/GHZ/SwingPlat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/GHZ/SwingPlat.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/GHZ/TubeSwitch.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/GHZ/TubeSwitch.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/Global.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Global.ini -------------------------------------------------------------------------------- /SonLVLObjDefs/Global/AnimalPrison.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Global/AnimalPrison.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/Global/BonusPoints.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Global/BonusPoints.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/Global/InvisibleBlock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Global/InvisibleBlock.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/Global/LampPost.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Global/LampPost.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/Global/Monitor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Global/Monitor.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/Global/PSwitch_H.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Global/PSwitch_H.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/Global/PSwitch_Loop.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Global/PSwitch_Loop.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/Global/PSwitch_V.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Global/PSwitch_V.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/Global/RedSpring.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Global/RedSpring.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/Global/Ring.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Global/Ring.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/Global/SignPost.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Global/SignPost.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/Global/Spikes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Global/Spikes.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/Global/TailsStuck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Global/TailsStuck.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/Global/TitleCard.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Global/TitleCard.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/Global/YBoundAdjust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Global/YBoundAdjust.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/Global/YellowSpring.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Global/YellowSpring.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/LZ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/LZ.ini -------------------------------------------------------------------------------- /SonLVLObjDefs/LZ/AirBubbler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/LZ/AirBubbler.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/LZ/BeltActivation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/LZ/BeltActivation.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/LZ/BeltPlatform.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/LZ/BeltPlatform.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/LZ/CurrentTunnel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/LZ/CurrentTunnel.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/LZ/Door.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/LZ/Door.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/LZ/DoorFlapping.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/LZ/DoorFlapping.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/LZ/Eggman.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/LZ/Eggman.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/LZ/Gargoyle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/LZ/Gargoyle.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/LZ/GrabBar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/LZ/GrabBar.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/LZ/HarpoonHoriz.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/LZ/HarpoonHoriz.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/LZ/HarpoonVert.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/LZ/HarpoonVert.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/LZ/HorizontalDoor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/LZ/HorizontalDoor.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/LZ/PushBlock.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/LZ/PushBlock.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/LZ/PushButton.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/LZ/PushButton.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/LZ/RisingPlatform.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/LZ/RisingPlatform.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/LZ/RotatingSpike.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/LZ/RotatingSpike.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/LZ/SlidingFloor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/LZ/SlidingFloor.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/LZ/WaterPlane.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/LZ/WaterPlane.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/LZ/Waterfall.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/LZ/Waterfall.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/LevelSelect.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/LevelSelect.ini -------------------------------------------------------------------------------- /SonLVLObjDefs/MBZ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/MBZ.ini -------------------------------------------------------------------------------- /SonLVLObjDefs/MBZ/BossBarrier.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/MBZ/BossBarrier.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/MBZ/CFloor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/MBZ/CFloor.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/MBZ/ConveyorWheel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/MBZ/ConveyorWheel.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/MBZ/Crust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/MBZ/Crust.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/MBZ/Gargoyle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/MBZ/Gargoyle.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/MBZ/HarpoonHoriz.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/MBZ/HarpoonHoriz.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/MBZ/TubeCover.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/MBZ/TubeCover.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/MZ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/MZ.ini -------------------------------------------------------------------------------- /SonLVLObjDefs/MZ/ButtonPillar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/MZ/ButtonPillar.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/MZ/CFloor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/MZ/CFloor.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/MZ/ChainedCrusher.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/MZ/ChainedCrusher.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/MZ/FallingBlock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/MZ/FallingBlock.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/MZ/FallingLava.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/MZ/FallingLava.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/MZ/Fireball.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/MZ/Fireball.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/MZ/GlassPillar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/MZ/GlassPillar.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/MZ/HCrusher.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/MZ/HCrusher.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/MZ/HPlatform.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/MZ/HPlatform.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/MZ/LargePlatform.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/MZ/LargePlatform.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/MZ/LavaFlow.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/MZ/LavaFlow.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/MZ/PushBlock.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/MZ/PushBlock.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/MZ/PushOutBlock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/MZ/PushOutBlock.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/MZ/RideBlock.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/MZ/RideBlock.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/MZ/ShortcutCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/MZ/ShortcutCheck.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/MZ/SwingPlat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/MZ/SwingPlat.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/MainMenu.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/MainMenu.ini -------------------------------------------------------------------------------- /SonLVLObjDefs/Players.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Players.ini -------------------------------------------------------------------------------- /SonLVLObjDefs/SBZ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SBZ.ini -------------------------------------------------------------------------------- /SonLVLObjDefs/SBZ/Buzzsaw.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SBZ/Buzzsaw.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SBZ/CollapsingFloor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SBZ/CollapsingFloor.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/SBZ/ConveyorWheel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SBZ/ConveyorWheel.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SBZ/DecoSprite.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SBZ/DecoSprite.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SBZ/Eggmobile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SBZ/Eggmobile.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/SBZ/ElectricOrb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SBZ/ElectricOrb.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/SBZ/FlameThrower.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SBZ/FlameThrower.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SBZ/ForceField.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SBZ/ForceField.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/SBZ/GirderDoor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SBZ/GirderDoor.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SBZ/ObjectActivator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SBZ/ObjectActivator.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SBZ/OneWayDoor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SBZ/OneWayDoor.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/SBZ/Piston.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SBZ/Piston.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SBZ/PushButton.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SBZ/PushButton.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/SBZ/SlidingFloor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SBZ/SlidingFloor.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SBZ/SpinPlatform.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SBZ/SpinPlatform.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/SBZ/SwingingSpike.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SBZ/SwingingSpike.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SBZ/Transporter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SBZ/Transporter.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SBZ/TrapDoor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SBZ/TrapDoor.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SBZ/VPlatform.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SBZ/VPlatform.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SBZ/VanishPlatform.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SBZ/VanishPlatform.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/SLZ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SLZ.ini -------------------------------------------------------------------------------- /SonLVLObjDefs/SLZ/BreakWall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SLZ/BreakWall.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SLZ/CFloor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SLZ/CFloor.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/SLZ/Cannon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SLZ/Cannon.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SLZ/FallPlatform.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SLZ/FallPlatform.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SLZ/Fan.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SLZ/Fan.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SLZ/Fireball.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SLZ/Fireball.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SLZ/RisingPlatform.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SLZ/RisingPlatform.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SLZ/RotatePlatform.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SLZ/RotatePlatform.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SLZ/RotatingStair.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SLZ/RotatingStair.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SLZ/SeeSaw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SLZ/SeeSaw.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/SLZ/Staircase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SLZ/Staircase.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SLZ/SwingPlat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SLZ/SwingPlat.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SYZ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SYZ.ini -------------------------------------------------------------------------------- /SonLVLObjDefs/SYZ/BossBarrier.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SYZ/BossBarrier.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/SYZ/EdgeStabilizer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SYZ/EdgeStabilizer.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SYZ/HBlock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SYZ/HBlock.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SYZ/HPlatform.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SYZ/HPlatform.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SYZ/HVSpikeBall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SYZ/HVSpikeBall.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SYZ/MovingBlock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SYZ/MovingBlock.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SYZ/RSpikeChain.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SYZ/RSpikeChain.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SYZ/RotatingSpike.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SYZ/RotatingSpike.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SYZ/ShortcutCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SYZ/ShortcutCheck.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SYZ/StaticPlatform.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SYZ/StaticPlatform.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SYZ/VBlock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SYZ/VBlock.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/SYZ/VPlatform.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/SYZ/VPlatform.cs -------------------------------------------------------------------------------- /SonLVLObjDefs/Save.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Save.ini -------------------------------------------------------------------------------- /SonLVLObjDefs/Special.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Special.ini -------------------------------------------------------------------------------- /SonLVLObjDefs/Special/BlueBlock.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Special/BlueBlock.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/Special/Emerald.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Special/Emerald.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/Special/GemBlock.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Special/GemBlock.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/Special/GreenBlock.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Special/GreenBlock.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/Special/PinkBlock.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Special/PinkBlock.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/Special/RedWhiteBlock.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Special/RedWhiteBlock.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/Special/UpDownBlock.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Special/UpDownBlock.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/Special/YellowBlock.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Special/YellowBlock.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/Special/ZoneBlock.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Special/ZoneBlock.xml -------------------------------------------------------------------------------- /SonLVLObjDefs/TimeAttack.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/TimeAttack.ini -------------------------------------------------------------------------------- /SonLVLObjDefs/Title.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonLVLObjDefs/Title.ini -------------------------------------------------------------------------------- /SonicForever.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonicForever.apk -------------------------------------------------------------------------------- /SonicForever.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonicForever.exe -------------------------------------------------------------------------------- /SonicForever.nro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/SonicForever.nro -------------------------------------------------------------------------------- /glew32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ElspethThePict/S1Forever/HEAD/glew32.dll --------------------------------------------------------------------------------