├── .editorconfig ├── .gitignore ├── LICENSE ├── README.md └── src ├── ASM68K.EXE ├── Benchmark ├── Benchmark.asm ├── _build_benchmark.bat ├── bench-ghp.mdr ├── bench-rp.mdr └── s1erz-benchmark.bin ├── Debugger ├── Debugger.asm ├── ErrorHandler.asm └── convsym.exe ├── LevelData ├── collide │ ├── anglemap.bin │ ├── carray_n.bin │ ├── carray_r.bin │ ├── ghz.bin │ ├── lz.bin │ ├── mz.bin │ ├── sbz.bin │ ├── slz.bin │ └── syz.bin ├── levels │ ├── blank.kosp │ ├── ending.kosp │ ├── fzbg.kosp │ ├── ghz1.kosp │ ├── ghz2.kosp │ ├── ghz3-1.kosp │ ├── ghz3-2.kosp │ ├── ghzbg.kosp │ ├── gzbg.unc │ ├── lz2.kosp │ ├── lzbg.kosp │ ├── mz1.kosp │ ├── mz1bg.kosp │ ├── sbz2.kosp │ ├── sbz2bg.kosp │ ├── slz2.kosp │ ├── slzbg.kosp │ ├── syz1.kosp │ ├── syz3.kosp │ └── syzbg.kosp ├── map16 │ ├── ghz.unc │ ├── lz.unc │ ├── mz.unc │ ├── sbz.unc │ ├── slz.unc │ ├── syz.unc │ └── title.unc ├── map256 │ ├── ghz.kosp │ ├── ghz_end.kosp │ ├── lz.kosp │ ├── mz.kosp │ ├── sbz.kosp │ ├── slz.kosp │ ├── syz.kosp │ └── title.kosp ├── objpos │ ├── ending.bin │ ├── fz.bin │ ├── ghz1.bin │ ├── ghz2.bin │ ├── ghz3-1.bin │ ├── ghz3-2.bin │ ├── lz2.bin │ ├── lz2pf1.bin │ ├── lz2pf2.bin │ ├── mz1.bin │ ├── slz2.bin │ ├── syz1.bin │ └── syz3.bin └── sslayout │ ├── 1-Casual.bin │ ├── 1-Frantic.bin │ ├── 2-Casual.bin │ ├── 2-Frantic.bin │ ├── Blackout-Part1.bin │ └── Blackout-Part2.bin ├── Modules ├── Animated Art.asm ├── BlackBars.asm ├── BuildSprites.Normal.asm ├── BuildSprites.Wide.asm ├── DeleteObjectQueue.asm ├── DeleteObjectQueue.defs.asm ├── Draw Buffer.asm ├── Enigma Decompressor.asm ├── HBlank.asm ├── Kosinski+ Decompressor.asm ├── Level Renderer.asm ├── MD Replay.asm ├── Object Manager.asm ├── Pattern Load Cues.asm ├── Plane Scrolling.asm ├── SRAM.asm ├── SRAM.defs.asm ├── SRAM.old.asm ├── SS_ShowLayout.Normal.asm ├── SS_ShowLayout.Wide.asm ├── Ultra DMA Queue.asm ├── Ultra DMA Queue.defs.asm └── VBlank.asm ├── Screens ├── BackgroundEffects.asm ├── BlackBarsConfigScreen │ └── BlackBarsConfigScreen.asm ├── ChapterScreens │ ├── Art_Numbers.kospm │ ├── ChapterFiles │ │ ├── Maps_Chapter1.eni │ │ ├── Maps_Chapter2.eni │ │ ├── Maps_Chapter3.eni │ │ ├── Maps_Chapter4.eni │ │ ├── Maps_Chapter5.eni │ │ ├── Maps_Chapter6.eni │ │ ├── Maps_Chapter7.eni │ │ ├── Maps_Chapter8.eni │ │ ├── Maps_OHDIGHZ.eni │ │ ├── Palette_Chapter1.bin │ │ ├── Palette_Chapter2.bin │ │ ├── Palette_Chapter3.bin │ │ ├── Palette_Chapter4.bin │ │ ├── Palette_Chapter5.bin │ │ ├── Palette_Chapter6.bin │ │ ├── Palette_Chapter7.bin │ │ ├── Palette_Chapter8.bin │ │ ├── Palette_OHDIGHZ.bin │ │ ├── Tiles_Chapter1.kospm │ │ ├── Tiles_Chapter2.kospm │ │ ├── Tiles_Chapter3.kospm │ │ ├── Tiles_Chapter4.kospm │ │ ├── Tiles_Chapter5.kospm │ │ ├── Tiles_Chapter6.kospm │ │ ├── Tiles_Chapter7.kospm │ │ ├── Tiles_Chapter8.kospm │ │ └── Tiles_OHDIGHZ.kospm │ ├── ChapterScreen.asm │ ├── Maps_ChapterHeader.eni │ ├── Maps_Numbers.asm │ ├── Palette_ChapterHeader.bin │ ├── Tiles_ChapterHeader.kospm │ └── Tiles_ChapterHeader_Place.kospm ├── CreditsScreen │ ├── CreditsScreen.asm │ ├── Credits_FontArt.kospm │ ├── Credits_FontArt.unc │ └── Variables.asm ├── ExitLogic.asm ├── FuzzyBG.kospm ├── FuzzyBG.unc ├── GameplayStyleScreen │ ├── GameplayStyleScreen.asm │ ├── GarbageMappings.bin │ ├── Maps_Difficulty.eni │ ├── Pal_Difficulty.bin │ ├── Tiles_Difficulty.kospm │ └── Tiles_Difficulty.unc ├── OptionsScreen │ ├── Data │ │ ├── MenuFont.kospm │ │ ├── Options_Header_Map.eni │ │ ├── Options_Header_Tiles.kospm │ │ ├── Options_Pal_Classic.bin │ │ ├── Options_Pal_Remastered_Casual.asm │ │ └── Options_Pal_Remastered_Frantic.asm │ ├── Macros.asm │ ├── MenuHandlers.asm │ ├── OptionsScreen.asm │ └── Variables.asm ├── SaveSelectScreen │ ├── Data │ │ ├── BG_B_Map.eni │ │ ├── BG_B_Tiles.kospm │ │ ├── BG_B_Tiles.unc │ │ ├── BG_C_Tiles.kosp │ │ ├── ScreenUI_Map.eni │ │ ├── ScreenUI_Tiles.kospm │ │ └── ScreenUI_Tiles.unc │ ├── Macros.asm │ ├── Objects │ │ └── SlotOverlays.asm │ ├── SaveSelectScreen.asm │ └── Variables.asm ├── SelbiSplash │ ├── Art_Selbi.kospm │ ├── BitmapMD_CRAM.bin │ ├── BitmapMD_VDP.bin │ ├── BitmapMD_VRAM_Part1.kospm │ ├── BitmapMD_VRAM_Part2.kosp │ ├── Map_Selbi.eni │ └── SelbiSplash.asm ├── SoundTestScreen │ ├── Data │ │ ├── BG2_Map.eni │ │ ├── BG2_Map_Wide.eni │ │ ├── BG2_Pal.bin │ │ ├── BG2_Tiles.bin │ │ ├── BG2_Tiles.kospm │ │ ├── BG2_Tiles_Wide.bin │ │ ├── BG2_Tiles_Wide.kospm │ │ ├── BasePiano_KeyOverlays_Tiles.bin │ │ ├── BasePiano_KeyOverlays_Tiles.kospm │ │ ├── BasePiano_Map.eni │ │ ├── BasePiano_Map_Wide.eni │ │ ├── BasePiano_Tiles.bin │ │ ├── BasePiano_Tiles.kospm │ │ ├── BasePiano_Tiles_Wide.bin │ │ ├── BasePiano_Tiles_Wide.kospm │ │ ├── Font.bin │ │ ├── Font.kospm │ │ ├── Header_Map.eni │ │ ├── Header_Tiles.bin │ │ ├── Header_Tiles.kospm │ │ ├── PianoSheet_Map.kosp │ │ ├── PianoSheet_Map_Wide.kosp │ │ ├── UIBorderOverlay_Tiles.bin │ │ └── UIBorderOverlay_Tiles.kospm │ ├── HBlank.asm │ ├── Macros.asm │ ├── Objects │ │ ├── NoteEmitters.asm │ │ ├── TrackSelector.TrackData.asm │ │ ├── TrackSelector.asm │ │ ├── VisualizerOverlay.asm │ │ └── VisualizerPaletteEffect.asm │ ├── SoundTestScreen.asm │ ├── VBlank.asm │ └── Variables.asm ├── StoryScreen │ ├── StoryScreen.asm │ ├── StoryScreen_Font.bin │ └── StoryScreen_Pal.bin ├── TutorialBox │ ├── TutorialBox.asm │ ├── TutorialBox_Art.bin │ ├── TutorialBox_Font.bin │ └── TutorialBox_Font2.bin └── _common │ ├── Data │ ├── MenuFont.kospm │ ├── MenuFont.unc │ ├── SH_Shadow_Tiles.kospm │ ├── SH_Shadow_Tiles.unc │ ├── Stars_Tiles.kospm │ └── Stars_Tiles.unc │ ├── Includes.asm │ ├── Macros.asm │ └── Objects │ └── StarField.asm ├── SonLVL INIs ├── Common │ ├── CaterkillerMappings.asm │ ├── EggPrison.xml │ ├── FireballSpawner.xml │ ├── Invisible lava marker map.bin │ ├── Invisible lava marker.xml │ ├── InvisibleBlock.cs │ ├── Lamppost.xml │ ├── Monitor.xml │ ├── PointBonus.xml │ ├── Ring.cs │ ├── Spikes.xml │ ├── Spring.xml │ └── Switch.xml ├── END │ └── Critters.xml ├── GHZ │ ├── BreakableWall.xml │ ├── Bridge.cs │ ├── CollapsingCliff.xml │ ├── GHZ Flower Stalk.unc │ ├── Newtron.xml │ ├── Platform.xml │ ├── SpikedPole.cs │ ├── SwingingPlatform.cs │ └── WallBarrier.xml ├── LZ │ ├── Block.xml │ ├── Bubbles.xml │ ├── ConveyorBelt.xml │ ├── Door.xml │ ├── FlappingDoor.xml │ ├── Harpoon.xml │ ├── Jaws.xml │ ├── MovingBlocks.xml │ ├── Orbinaut.xml │ ├── Pole.xml │ ├── Spikeball.cs │ └── Waterfall.xml ├── MZ │ ├── Brick.xml │ ├── LavaGeyser.xml │ ├── MZ Lava.bin │ ├── MovingBlocks.xml │ ├── MovingPlatform.xml │ ├── SidewaysStomper.cs │ ├── SmashableBlock.xml │ ├── SpikedWeight.xml │ └── Switch.xml ├── SBZ │ ├── BallHog.xml │ ├── ConveyerBelt.xml │ ├── ConveyerBeltMap.asm │ ├── Flamethrower.cs │ ├── MovingBlocks.xml │ ├── RotatingJunction.xml │ ├── RunningDisc.xml │ ├── SBZ Horizontal Door map.asm │ ├── Saws.xml │ ├── SpinningPlatform.xml │ ├── Stomper.xml │ └── SwingingSpikeball.cs ├── SLZ │ ├── CirclingPlatform.xml │ ├── Elevator.xml │ ├── Fan.xml │ ├── Orbinaut.xml │ ├── Platform.xml │ ├── Seesaw.xml │ ├── Stairs.xml │ └── SwingingPlatform.cs ├── SYZ │ ├── BigSpikedBall.cs │ ├── Block.cs │ ├── Platform.xml │ └── SpikeballChain.cs ├── SonLVL.ini ├── SonPLN.ini ├── dllcache │ ├── S1ObjectDefinitions.Common.InvisibleBlock.dll │ ├── S1ObjectDefinitions.Common.InvisibleBlock.pdb │ ├── S1ObjectDefinitions.Common.Ring.dll │ ├── S1ObjectDefinitions.Common.Ring.pdb │ ├── S1ObjectDefinitions.GHZ.Bridge.dll │ ├── S1ObjectDefinitions.GHZ.Bridge.pdb │ ├── S1ObjectDefinitions.GHZ.SpikedPole.dll │ ├── S1ObjectDefinitions.GHZ.SpikedPole.pdb │ ├── S1ObjectDefinitions.GHZ.SwingingPlatform.dll │ ├── S1ObjectDefinitions.GHZ.SwingingPlatform.pdb │ ├── S1ObjectDefinitions.LZ.Bubbles.dll │ ├── S1ObjectDefinitions.LZ.Bubbles.pdb │ ├── S1ObjectDefinitions.LZ.Spikeball.dll │ ├── S1ObjectDefinitions.LZ.Spikeball.pdb │ ├── S1ObjectDefinitions.MZ.SidewaysStomper.dll │ ├── S1ObjectDefinitions.MZ.SidewaysStomper.pdb │ ├── S1ObjectDefinitions.SBZ.Flamethrower.dll │ ├── S1ObjectDefinitions.SBZ.Flamethrower.pdb │ ├── S1ObjectDefinitions.SBZ.SwingingSpikeball.dll │ ├── S1ObjectDefinitions.SBZ.SwingingSpikeball.pdb │ ├── S1ObjectDefinitions.SLZ.Elevator.dll │ ├── S1ObjectDefinitions.SLZ.Elevator.pdb │ ├── S1ObjectDefinitions.SLZ.SwingingPlatform.dll │ ├── S1ObjectDefinitions.SLZ.SwingingPlatform.pdb │ ├── S1ObjectDefinitions.SYZ.BigSpikedBall.dll │ ├── S1ObjectDefinitions.SYZ.BigSpikedBall.pdb │ ├── S1ObjectDefinitions.SYZ.Block.dll │ ├── S1ObjectDefinitions.SYZ.Block.pdb │ ├── S1ObjectDefinitions.SYZ.SpikeballChain.dll │ └── S1ObjectDefinitions.SYZ.SpikeballChain.pdb ├── icon.ico ├── obj.ini ├── objEnding.ini ├── objGHZ.ini ├── objLZ.ini ├── objMZ.ini ├── objSBZ.ini ├── objSLZ.ini └── objSYZ.ini ├── SoundDriver ├── MegaPCM.asm ├── SampleTable.asm ├── s1.sounddriver.asm └── s1.sounddriver.defs.asm ├── _Constants.asm ├── _Macros.asm ├── _Variables.asm ├── _anim ├── Eggman.asm ├── Sonic.asm ├── obj08.asm ├── obj0A.asm ├── obj0C.asm ├── obj0D.asm ├── obj0E.asm ├── obj0F.asm ├── obj14.asm ├── obj16.asm ├── obj1E.asm ├── obj1F.asm ├── obj22.asm ├── obj23.asm ├── obj25.asm ├── obj26.asm ├── obj2A.asm ├── obj2B.asm ├── obj2C.asm ├── obj2D.asm ├── obj35.asm ├── obj38.asm ├── obj3E.asm ├── obj40.asm ├── obj41.asm ├── obj42.asm ├── obj43.asm ├── obj47.asm ├── obj4A.asm ├── obj4C.asm ├── obj4E.asm ├── obj50.asm ├── obj55.asm ├── obj5E.asm ├── obj5F.asm ├── obj60.asm ├── obj64.asm ├── obj65.asm ├── obj69.asm ├── obj6C.asm ├── obj6D.asm ├── obj6E.asm ├── obj6F.asm ├── obj78.asm ├── obj81.asm ├── obj82.asm ├── obj85.asm ├── obj86.asm ├── obj86a.asm ├── obj87.asm └── obj8B.asm ├── _maps ├── BombMachine.asm ├── Boss items.asm ├── ERaZor.asm ├── Eggman.asm ├── Eggman2.asm ├── End0Deaths.asm ├── FZ boss.asm ├── GiantBomb.asm ├── HardPartSkipper.asm ├── LevelSigns.asm ├── Maps_DEMO.asm ├── Nuke.asm ├── RPHints.asm ├── SLZWarningSign.asm ├── SSWalls DPLC.asm ├── SS_Sprites.asm ├── SYZEmblems.asm ├── SYZPlatform.asm ├── SearchLight.asm ├── Sonic DPLC.asm ├── Sonic.asm ├── TitleCards.asm ├── TutorialBox.asm ├── TutorialHUD.asm ├── UMadBro.asm ├── obj06.asm ├── obj08.asm ├── obj0A.asm ├── obj0B.asm ├── obj0C.asm ├── obj0D.asm ├── obj0E.asm ├── obj0F.asm ├── obj11.asm ├── obj12.asm ├── obj14.asm ├── obj15ghz.asm ├── obj15sbz.asm ├── obj15slz.asm ├── obj16.asm ├── obj17.asm ├── obj18ghz.asm ├── obj18lz.asm ├── obj18slz.asm ├── obj18x.asm ├── obj1A.asm ├── obj1B.asm ├── obj1C.asm ├── obj1D.asm ├── obj1E.asm ├── obj1F.asm ├── obj21.asm ├── obj21s.asm ├── obj22.asm ├── obj23.asm ├── obj24.asm ├── obj25.asm ├── obj26.asm ├── obj27.asm ├── obj28.asm ├── obj28a.asm ├── obj28b.asm ├── obj29.asm ├── obj2A.asm ├── obj2B.asm ├── obj2C.asm ├── obj2D.asm ├── obj2F.asm ├── obj30.asm ├── obj31.asm ├── obj32.asm ├── obj33.asm ├── obj36.asm ├── obj38.asm ├── obj39.asm ├── obj3B.asm ├── obj3C.asm ├── obj3E.asm ├── obj3F.asm ├── obj40.asm ├── obj41.asm ├── obj42.asm ├── obj43.asm ├── obj44.asm ├── obj45.asm ├── obj46.asm ├── obj47.asm ├── obj48.asm ├── obj4A.asm ├── obj4B.asm ├── obj4C.asm ├── obj4E.asm ├── obj50.asm ├── obj51.asm ├── obj52lz.asm ├── obj52mz.asm ├── obj53.asm ├── obj54.asm ├── obj55.asm ├── obj56.asm ├── obj57lz.asm ├── obj57syz.asm ├── obj59.asm ├── obj5A.asm ├── obj5B.asm ├── obj5C.asm ├── obj5D.asm ├── obj5E.asm ├── obj5Eballs.asm ├── obj5F.asm ├── obj5F_cutscene.asm ├── obj60.asm ├── obj61.asm ├── obj62.asm ├── obj63.asm ├── obj64.asm ├── obj65.asm ├── obj66.asm ├── obj67.asm ├── obj69.asm ├── obj69a.asm ├── obj6A.asm ├── obj6B.asm ├── obj6C.asm ├── obj6D.asm ├── obj6E.asm ├── obj70.asm ├── obj71.asm ├── obj76.asm ├── obj78.asm ├── obj79.asm ├── obj7B.asm ├── obj7C.asm ├── obj7D.asm ├── obj7F.asm ├── obj80.asm ├── obj82.asm ├── obj83.asm ├── obj84.asm ├── obj86.asm ├── obj86a.asm ├── obj87.asm ├── obj88.asm ├── obj89.asm ├── obj8A.asm ├── obj8B.asm └── okcool.asm ├── artkosp ├── 8x8ghz.kospm ├── 8x8lz.kospm ├── 8x8mz.kospm ├── 8x8sbz.kospm ├── 8x8slz.kospm ├── 8x8syz.kospm ├── 8x8title.kospm ├── Art_DEMO.kospm ├── BombMachine.kospm ├── CropScreen.kospm ├── ERaZor.kospm ├── ERaZor_NoBG.kospm ├── GiantBomb.kospm ├── HardPartSkipper.kospm ├── HardPartSkipper_Tutorial.kospm ├── Infobox_Tutorial.kospm ├── LevelSigns.kospm ├── LevelSigns.unc ├── MZinfoicons.kospm ├── Nuke.kospm ├── PrisonCapsule.kospm ├── SLZACIcons.kospm ├── SLZPlatform.kospm ├── SLZWarningSign.kospm ├── SYZDoors.kospm ├── SYZEmblems.kospm ├── SYZEmblems_Frantic.kospm ├── SYZPlatform.kospm ├── SearchLight.kospm ├── TitleCards.kospm ├── TutorialHUD.kospm ├── UMadBro.kospm ├── arrow.kospm ├── ballhog.kospm ├── basaran.kospm ├── bigring.kospm ├── blackbrd.kospm ├── bomb.kospm ├── bomb_old.kospm ├── bonus.kospm ├── bossflam.kospm ├── bossmain.kospm ├── bossxtra.kospm ├── burrobot.kospm ├── buzzbomb.kospm ├── ca.png ├── caterkil.kospm ├── chicken.kospm ├── chopper.kospm ├── cntother.kospm ├── cntsonic.kospm ├── crabmeat.kospm ├── credits.kospm ├── end0deaths.kospm ├── endemera.kospm ├── endfan.kospm ├── endflowe.kospm ├── endsonic.kospm ├── endtext.kospm ├── explodingballs.kospm ├── explosio.kospm ├── flicky.kospm ├── fzboss.kospm ├── fzboss2.kospm ├── gameover.kospm ├── ghzball.kospm ├── ghzbridg.kospm ├── ghzlog.kospm ├── ghzrock.kospm ├── ghzstalk.kospm ├── ghzswing.kospm ├── ghzwall1.kospm ├── ghzwall2.kospm ├── hud.kospm ├── hud_deaths.kospm ├── invstars.kospm ├── japcreds.kospm ├── jaws.kospm ├── lamppost.kospm ├── lifeicon.kospm ├── lzblock1.kospm ├── lzblock2.kospm ├── lzblock3.kospm ├── lzbubble.kospm ├── lzbubbles.kospm ├── lzcork.kospm ├── lzflapdo.kospm ├── lzgargoy.kospm ├── lzharpoo.kospm ├── lzhdoor.kospm ├── lzpole.kospm ├── lzptform.kospm ├── lzspball.kospm ├── lzsplash.kospm ├── lzvdoor.kospm ├── lzwater.kospm ├── lzwheel.kospm ├── monitors.kospm ├── motobug.kospm ├── mzblock.kospm ├── mzfire.kospm ├── mzglassy.kospm ├── mzlava.kospm ├── mzmetal.kospm ├── mzswitch.kospm ├── newtron.kospm ├── null.kospm ├── okcool.kospm ├── orbinaut.kospm ├── pig.kospm ├── points.kospm ├── prison.kospm ├── rabbit.kospm ├── ringflash.kospm ├── rings.kospm ├── rngflash.kospm ├── roller.kospm ├── sbz2boss.kospm ├── sbzcutte.kospm ├── sbzflame.kospm ├── sbzfloor.kospm ├── sbzgirde.kospm ├── sbzhdoor.kospm ├── sbzpform.kospm ├── sbzshock.kospm ├── sbzslide.kospm ├── sbzstomp.kospm ├── sbztrapd.kospm ├── sbzvanis.kospm ├── sbzvdoor.kospm ├── sbzwhee1.kospm ├── sbzwhee2.kospm ├── seal.kospm ├── segalogo.kospm ├── sgmc.kospm ├── shadow.kospm ├── shield.kospm ├── signpost.kospm ├── slzblock.kospm ├── slzcanno.kospm ├── slzfan.kospm ├── slzpylon.kospm ├── slzseesa.kospm ├── slzspike.kospm ├── slzswing.kospm ├── slzwall.kospm ├── spikes.kospm ├── spikes_bloody.kospm ├── spikes_blue.kospm ├── spikes_lava.kospm ├── springh.kospm ├── springv.kospm ├── squirrel.kospm ├── ssbg1.kospm ├── ssbg2.kospm ├── ssbumper.kospm ├── ssemeral.kospm ├── ssemstar.kospm ├── ssghost.kospm ├── ssglass.kospm ├── ssgoal.kospm ├── ssgoal_skull.kospm ├── ssr.kospm ├── ssredwhi.kospm ├── ssresems.kospm ├── ssupdown.kospm ├── ssw.kospm ├── sswalls.kosp ├── sszone1.kospm ├── sszone2.kospm ├── switch.kospm ├── syzbumpe.kospm ├── syzlspik.kospm ├── syzsspik.kospm ├── titlefor.kospm ├── titleson.kospm ├── titletm.kospm ├── tryagain.kospm ├── ttlcards_continue.kospm └── yadrin.kospm ├── artunc ├── HUD.bin ├── RingsSmooth.bin ├── TutorialHUD.bin ├── bigring.bin ├── ghzflowl.bin ├── ghzflows.bin ├── ghzwater.bin ├── livescnt.bin ├── menutext.bin ├── mzlava1.bin ├── mzlava2.bin ├── mztorch.bin ├── prison.bin ├── ringflash.bin ├── sonic.bin ├── spindust.bin └── weed.bin ├── build.bat ├── build_date.bat ├── build_wide.bat ├── misc ├── OptionsText.asm ├── OptionsText.bin ├── angles.bin ├── eni_ssbg2.bin ├── ghzbend1.bin ├── ghzbend2.bin ├── ghzledge.bin ├── loopnums.bin ├── ls_jcode.bin ├── ls_point.bin ├── ls_ucode.bin ├── lvl_size.asm ├── lz_heigh.bin ├── mapunc_segalogo.bin ├── mapunc_titlescr.bin ├── menutext.bin ├── mz_pfm1.bin ├── mz_pfm2.bin ├── mz_pfm3.bin ├── sinewave.bin ├── sloc_lev.asm ├── slzssaw1.bin └── slzssaw2.bin ├── palette ├── Classic │ ├── bombcutscene.bin │ ├── fz.bin │ ├── ghz.bin │ ├── ghz2.bin │ ├── ghz3.bin │ ├── lz2.bin │ ├── lz_uw2.bin │ ├── lz_uw2_evil.bin │ ├── mz.bin │ ├── slz.bin │ ├── son_lzuw.bin │ ├── sonic.bin │ ├── sonic_antigrav.bin │ ├── special.bin │ ├── special_blackout.bin │ ├── special_unreal.bin │ ├── syz_uberhub.bin │ ├── syz_unterhub.bin │ ├── syz_unterhub_boss.bin │ └── title.bin ├── ERaZor.bin ├── Remastered │ ├── bombcutscene.bin │ ├── fz.bin │ ├── ghz.bin │ ├── ghz2.bin │ ├── ghz3.bin │ ├── lz2.bin │ ├── lz_uw2.bin │ ├── lz_uw2_evil.bin │ ├── mz.bin │ ├── slz.bin │ ├── son_lzuw.bin │ ├── sonic.bin │ ├── sonic_antigrav.bin │ ├── special.bin │ ├── special_blackout.bin │ ├── special_unreal.bin │ ├── syz_uberhub.bin │ ├── syz_unterhub.bin │ ├── syz_unterhub_boss.bin │ └── title.bin ├── black.bin ├── c_ghz.bin ├── c_lz_bel.bin ├── c_lz_buw.bin ├── c_lz_wat.bin ├── c_sbz_1.bin ├── c_sbz_10.bin ├── c_sbz_2.bin ├── c_sbz_3.bin ├── c_sbz_4.bin ├── c_sbz_5.bin ├── c_sbz_6.bin ├── c_sbz_7.bin ├── c_sbz_8.bin ├── c_sbz_9.bin ├── c_slz.bin ├── c_ss_1.bin ├── c_ss_2.bin ├── c_syz_1.bin ├── c_syz_2.bin ├── c_title.bin ├── ending.bin ├── sega1.bin ├── sega2.bin ├── sega_bg.bin ├── syz_gray.bin └── tutorialbox.bin ├── sonic1.asm ├── sound ├── DalekSam │ ├── ENDING.asm │ ├── KEN.asm │ ├── KEN_DAC.asm │ ├── MANDRILL.asm │ ├── MANDRILLDAC.asm │ ├── MM4_GBTitle.asm │ ├── MMX3_IntroStage.asm │ ├── MTZ3.asm │ ├── MTZ3x.asm │ ├── MTZDac.asm │ ├── RHYTHM.asm │ ├── WFZNEW.asm │ ├── What are these songs.txt │ ├── hockenhiem.asm │ ├── hockenhiem_DAC.asm │ ├── whee-chill.asm │ └── whee.asm ├── EK │ ├── bosspinch.asm │ ├── bosspinch2.asm │ ├── m41-MZ3.asm │ ├── m46-Boss.asm │ └── m5A-FZIntro.bin ├── GunstarSFX │ ├── 01.sfx │ ├── 02.sfx │ ├── 03.sfx │ ├── 04.sfx │ ├── 05.sfx │ ├── 06.sfx │ ├── 07.sfx │ ├── 08.sfx │ ├── 09.sfx │ ├── 0A.sfx │ ├── 0B.sfx │ ├── 0C.sfx │ ├── 0D.sfx │ ├── 0E.sfx │ ├── 0F.sfx │ ├── 10.sfx │ ├── 11.sfx │ ├── 12.sfx │ ├── 13.sfx │ ├── 14.sfx │ ├── 15.sfx │ ├── 16.sfx │ ├── 17.sfx │ ├── 18.sfx │ ├── 19.sfx │ ├── 1A.sfx │ ├── 1B.sfx │ ├── 1C.sfx │ ├── 1D.sfx │ ├── 1E.sfx │ ├── 1F.sfx │ ├── 20.sfx │ ├── 21.sfx │ ├── 22.sfx │ ├── 23.sfx │ ├── 24.sfx │ ├── 25.sfx │ ├── 26.sfx │ ├── 27.sfx │ ├── 28.sfx │ ├── 29.sfx │ ├── 2A.sfx │ ├── 2B.sfx │ ├── 2C.sfx │ ├── 2D.sfx │ ├── 2E.sfx │ ├── 2F.sfx │ ├── 30.sfx │ ├── 31.sfx │ ├── 32.sfx │ ├── 33.sfx │ ├── 34.sfx │ ├── 35.sfx │ ├── 36.sfx │ ├── 37.sfx │ ├── 38.sfx │ ├── 39.sfx │ ├── 3A.sfx │ ├── 3B.sfx │ ├── 3C.sfx │ ├── 3D.sfx │ ├── 3E.sfx │ ├── 3F.sfx │ └── 40.sfx ├── NG4-2.asm ├── ORNBASE.asm ├── Sound00.bin ├── dac │ ├── Choir.wav │ ├── Sample_81.dpcm │ ├── Sample_82.dpcm │ ├── Sample_83.dpcm │ ├── Sample_84.dpcm │ ├── Sample_85.dpcm │ ├── Sample_86.dpcm │ ├── Sample_87.dpcm │ ├── Sample_88.dpcm │ ├── Sample_89.dpcm │ ├── Sample_8A.dpcm │ ├── Sample_8D.dpcm │ ├── Sample_90.dpcm │ ├── Sample_9E.dpcm │ ├── Sample_9F.dpcm │ ├── Sample_A1.dpcm │ ├── Sample_A2.dpcm │ ├── Sample_A6.dpcm │ ├── Sample_AA.dpcm │ ├── Sample_AB.dpcm │ ├── Sample_AE.dpcm │ ├── Sample_AF.dpcm │ ├── Sample_B0.dpcm │ ├── Sample_B1.dpcm │ ├── Sample_B2.dpcm │ ├── Sample_B3.dpcm │ ├── Sample_B4.dpcm │ ├── Sample_B5.dpcm │ ├── Sample_B6.dpcm │ ├── Sample_B7.dpcm │ ├── Sample_B8.dpcm │ ├── Sample_B9.dpcm │ ├── Sample_BA.dpcm │ ├── Sample_BB.dpcm │ ├── Sample_BC.dpcm │ ├── Sample_BD.dpcm │ ├── Sample_C0.dpcm │ ├── Sample_C1.dpcm │ ├── Sample_C2.dpcm │ ├── Sample_C3.dpcm │ ├── Sample_C4.dpcm │ ├── Sample_C5.dpcm │ ├── Sample_C8.dpcm │ ├── Sample_C9.dpcm │ ├── Sample_CA.dpcm │ ├── Sample_CB.dpcm │ ├── Sample_CC.dpcm │ ├── Sample_CE.dpcm │ └── Sample_D1.dpcm ├── jesterExplosion.bin ├── music81.bin ├── music82.bin ├── music83.bin ├── music84.bin ├── music85.bin ├── music86.bin ├── music87.bin ├── music88.bin ├── music89.bin ├── music8A.bin ├── music8B.asm ├── music8C.bin ├── music8D.asm ├── music8D.bin ├── music8E.bin ├── music8F.bin ├── music90.bin ├── music91.asm ├── music91.bin ├── music92.bin ├── music93.bin ├── music94.bin ├── music95.bin ├── music96.bin ├── music97.bin ├── music98.bin ├── music99.asm ├── music99.bin ├── music9A.bin ├── music9B.bin ├── music9C.bin ├── music9D.bin ├── music9E.bin ├── music9F.bin ├── musicA0.bin ├── musicA1.bin ├── musicD7.bin ├── musicE9.bin ├── musicMarkey1.bin ├── psg1.bin ├── psg2.bin ├── psg3.bin ├── psg4.bin ├── psg5.bin ├── psg6.bin ├── psg7.bin ├── psg8.bin ├── psg9.bin ├── s1smps2asm_inc.asm ├── sadv3-bosspinch.bin ├── segapcm.wav ├── segapcm_cursed.raw ├── soundA0.bin ├── soundA1.bin ├── soundA2.bin ├── soundA3.bin ├── soundA4.bin ├── soundA5.bin ├── soundA6.bin ├── soundA7.bin ├── soundA8.bin ├── soundA9.bin ├── soundAA.bin ├── soundAB.bin ├── soundAC.bin ├── soundAD.bin ├── soundAE.bin ├── soundAF.bin ├── soundB0.bin ├── soundB1.bin ├── soundB2.bin ├── soundB3.bin ├── soundB4.bin ├── soundB5.bin ├── soundB6.bin ├── soundB7.bin ├── soundB8.bin ├── soundB9.bin ├── soundBA.bin ├── soundBB.bin ├── soundBC.bin ├── soundBD.bin ├── soundBE.bin ├── soundBF.bin ├── soundC0.bin ├── soundC1.bin ├── soundC2.bin ├── soundC3.bin ├── soundC4.bin ├── soundC5.bin ├── soundC6.bin ├── soundC7.bin ├── soundC8.bin ├── soundC9.bin ├── soundCA.bin ├── soundCB.bin ├── soundCC.bin ├── soundCD.bin ├── soundCE.bin ├── soundCF.bin ├── soundD0.bin ├── soundD1.bin ├── soundD2.bin ├── soundD3.bin ├── soundD4.bin ├── soundD5.bin ├── soundD6.bin ├── soundD7.bin ├── soundD8.bin ├── soundD9.bin ├── soundDA.bin ├── soundDB.bin ├── soundDC.bin └── soundNULL.bin └── test_build.bat /.editorconfig: -------------------------------------------------------------------------------- 1 | 2 | # EditorConfig is awesome: http://EditorConfig.org 3 | 4 | # top-most EditorConfig file 5 | root = true 6 | 7 | # Unix-style newlines with a newline ending every file 8 | [*] 9 | end_of_line = lf 10 | 11 | # 8 space indentation for source code files 12 | [*.{asm,c,cc,cpp,h,hpp,py}] 13 | indent_style = tab 14 | indent_size = 8 15 | -------------------------------------------------------------------------------- /src/ASM68K.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/ASM68K.EXE -------------------------------------------------------------------------------- /src/Benchmark/bench-ghp.mdr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Benchmark/bench-ghp.mdr -------------------------------------------------------------------------------- /src/Benchmark/bench-rp.mdr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Benchmark/bench-rp.mdr -------------------------------------------------------------------------------- /src/Benchmark/s1erz-benchmark.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Benchmark/s1erz-benchmark.bin -------------------------------------------------------------------------------- /src/Debugger/convsym.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Debugger/convsym.exe -------------------------------------------------------------------------------- /src/LevelData/collide/anglemap.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/collide/anglemap.bin -------------------------------------------------------------------------------- /src/LevelData/collide/carray_n.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/collide/carray_n.bin -------------------------------------------------------------------------------- /src/LevelData/collide/carray_r.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/collide/carray_r.bin -------------------------------------------------------------------------------- /src/LevelData/collide/ghz.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/collide/ghz.bin -------------------------------------------------------------------------------- /src/LevelData/collide/lz.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/collide/lz.bin -------------------------------------------------------------------------------- /src/LevelData/collide/mz.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/collide/mz.bin -------------------------------------------------------------------------------- /src/LevelData/collide/sbz.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/collide/sbz.bin -------------------------------------------------------------------------------- /src/LevelData/collide/slz.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/collide/slz.bin -------------------------------------------------------------------------------- /src/LevelData/collide/syz.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/collide/syz.bin -------------------------------------------------------------------------------- /src/LevelData/levels/blank.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/levels/blank.kosp -------------------------------------------------------------------------------- /src/LevelData/levels/ending.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/levels/ending.kosp -------------------------------------------------------------------------------- /src/LevelData/levels/fzbg.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/levels/fzbg.kosp -------------------------------------------------------------------------------- /src/LevelData/levels/ghz1.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/levels/ghz1.kosp -------------------------------------------------------------------------------- /src/LevelData/levels/ghz2.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/levels/ghz2.kosp -------------------------------------------------------------------------------- /src/LevelData/levels/ghz3-1.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/levels/ghz3-1.kosp -------------------------------------------------------------------------------- /src/LevelData/levels/ghz3-2.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/levels/ghz3-2.kosp -------------------------------------------------------------------------------- /src/LevelData/levels/ghzbg.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/levels/ghzbg.kosp -------------------------------------------------------------------------------- /src/LevelData/levels/lz2.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/levels/lz2.kosp -------------------------------------------------------------------------------- /src/LevelData/levels/lzbg.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/levels/lzbg.kosp -------------------------------------------------------------------------------- /src/LevelData/levels/mz1.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/levels/mz1.kosp -------------------------------------------------------------------------------- /src/LevelData/levels/mz1bg.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/levels/mz1bg.kosp -------------------------------------------------------------------------------- /src/LevelData/levels/sbz2.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/levels/sbz2.kosp -------------------------------------------------------------------------------- /src/LevelData/levels/sbz2bg.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/levels/sbz2bg.kosp -------------------------------------------------------------------------------- /src/LevelData/levels/slz2.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/levels/slz2.kosp -------------------------------------------------------------------------------- /src/LevelData/levels/slzbg.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/levels/slzbg.kosp -------------------------------------------------------------------------------- /src/LevelData/levels/syz1.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/levels/syz1.kosp -------------------------------------------------------------------------------- /src/LevelData/levels/syz3.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/levels/syz3.kosp -------------------------------------------------------------------------------- /src/LevelData/levels/syzbg.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/levels/syzbg.kosp -------------------------------------------------------------------------------- /src/LevelData/map16/ghz.unc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/map16/ghz.unc -------------------------------------------------------------------------------- /src/LevelData/map16/lz.unc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/map16/lz.unc -------------------------------------------------------------------------------- /src/LevelData/map16/mz.unc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/map16/mz.unc -------------------------------------------------------------------------------- /src/LevelData/map16/sbz.unc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/map16/sbz.unc -------------------------------------------------------------------------------- /src/LevelData/map16/slz.unc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/map16/slz.unc -------------------------------------------------------------------------------- /src/LevelData/map16/syz.unc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/map16/syz.unc -------------------------------------------------------------------------------- /src/LevelData/map16/title.unc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/map16/title.unc -------------------------------------------------------------------------------- /src/LevelData/map256/ghz.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/map256/ghz.kosp -------------------------------------------------------------------------------- /src/LevelData/map256/ghz_end.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/map256/ghz_end.kosp -------------------------------------------------------------------------------- /src/LevelData/map256/lz.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/map256/lz.kosp -------------------------------------------------------------------------------- /src/LevelData/map256/mz.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/map256/mz.kosp -------------------------------------------------------------------------------- /src/LevelData/map256/sbz.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/map256/sbz.kosp -------------------------------------------------------------------------------- /src/LevelData/map256/slz.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/map256/slz.kosp -------------------------------------------------------------------------------- /src/LevelData/map256/syz.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/map256/syz.kosp -------------------------------------------------------------------------------- /src/LevelData/map256/title.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/map256/title.kosp -------------------------------------------------------------------------------- /src/LevelData/objpos/ending.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/objpos/ending.bin -------------------------------------------------------------------------------- /src/LevelData/objpos/fz.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/objpos/fz.bin -------------------------------------------------------------------------------- /src/LevelData/objpos/ghz1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/objpos/ghz1.bin -------------------------------------------------------------------------------- /src/LevelData/objpos/ghz2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/objpos/ghz2.bin -------------------------------------------------------------------------------- /src/LevelData/objpos/ghz3-1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/objpos/ghz3-1.bin -------------------------------------------------------------------------------- /src/LevelData/objpos/ghz3-2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/objpos/ghz3-2.bin -------------------------------------------------------------------------------- /src/LevelData/objpos/lz2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/objpos/lz2.bin -------------------------------------------------------------------------------- /src/LevelData/objpos/lz2pf1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/objpos/lz2pf1.bin -------------------------------------------------------------------------------- /src/LevelData/objpos/lz2pf2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/objpos/lz2pf2.bin -------------------------------------------------------------------------------- /src/LevelData/objpos/mz1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/objpos/mz1.bin -------------------------------------------------------------------------------- /src/LevelData/objpos/slz2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/objpos/slz2.bin -------------------------------------------------------------------------------- /src/LevelData/objpos/syz1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/objpos/syz1.bin -------------------------------------------------------------------------------- /src/LevelData/objpos/syz3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/LevelData/objpos/syz3.bin -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/Art_Numbers.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/Art_Numbers.kospm -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/ChapterFiles/Maps_Chapter1.eni: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/ChapterFiles/Maps_Chapter1.eni -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/ChapterFiles/Maps_Chapter2.eni: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/ChapterFiles/Maps_Chapter2.eni -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/ChapterFiles/Maps_Chapter3.eni: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/ChapterFiles/Maps_Chapter3.eni -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/ChapterFiles/Maps_Chapter4.eni: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/ChapterFiles/Maps_Chapter4.eni -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/ChapterFiles/Maps_Chapter5.eni: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/ChapterFiles/Maps_Chapter5.eni -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/ChapterFiles/Maps_Chapter6.eni: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/ChapterFiles/Maps_Chapter6.eni -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/ChapterFiles/Maps_Chapter7.eni: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/ChapterFiles/Maps_Chapter7.eni -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/ChapterFiles/Maps_Chapter8.eni: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/ChapterFiles/Maps_Chapter8.eni -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/ChapterFiles/Maps_OHDIGHZ.eni: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/ChapterFiles/Maps_OHDIGHZ.eni -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/ChapterFiles/Palette_Chapter1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/ChapterFiles/Palette_Chapter1.bin -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/ChapterFiles/Palette_Chapter2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/ChapterFiles/Palette_Chapter2.bin -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/ChapterFiles/Palette_Chapter3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/ChapterFiles/Palette_Chapter3.bin -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/ChapterFiles/Palette_Chapter4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/ChapterFiles/Palette_Chapter4.bin -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/ChapterFiles/Palette_Chapter5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/ChapterFiles/Palette_Chapter5.bin -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/ChapterFiles/Palette_Chapter6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/ChapterFiles/Palette_Chapter6.bin -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/ChapterFiles/Palette_Chapter7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/ChapterFiles/Palette_Chapter7.bin -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/ChapterFiles/Palette_Chapter8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/ChapterFiles/Palette_Chapter8.bin -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/ChapterFiles/Palette_OHDIGHZ.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/ChapterFiles/Palette_OHDIGHZ.bin -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/ChapterFiles/Tiles_Chapter1.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/ChapterFiles/Tiles_Chapter1.kospm -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/ChapterFiles/Tiles_Chapter2.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/ChapterFiles/Tiles_Chapter2.kospm -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/ChapterFiles/Tiles_Chapter3.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/ChapterFiles/Tiles_Chapter3.kospm -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/ChapterFiles/Tiles_Chapter4.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/ChapterFiles/Tiles_Chapter4.kospm -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/ChapterFiles/Tiles_Chapter5.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/ChapterFiles/Tiles_Chapter5.kospm -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/ChapterFiles/Tiles_Chapter6.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/ChapterFiles/Tiles_Chapter6.kospm -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/ChapterFiles/Tiles_Chapter7.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/ChapterFiles/Tiles_Chapter7.kospm -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/ChapterFiles/Tiles_Chapter8.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/ChapterFiles/Tiles_Chapter8.kospm -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/ChapterFiles/Tiles_OHDIGHZ.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/ChapterFiles/Tiles_OHDIGHZ.kospm -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/Maps_ChapterHeader.eni: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/Maps_ChapterHeader.eni -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/Palette_ChapterHeader.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/Palette_ChapterHeader.bin -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/Tiles_ChapterHeader.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/Tiles_ChapterHeader.kospm -------------------------------------------------------------------------------- /src/Screens/ChapterScreens/Tiles_ChapterHeader_Place.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/ChapterScreens/Tiles_ChapterHeader_Place.kospm -------------------------------------------------------------------------------- /src/Screens/CreditsScreen/Credits_FontArt.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/CreditsScreen/Credits_FontArt.kospm -------------------------------------------------------------------------------- /src/Screens/FuzzyBG.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/FuzzyBG.kospm -------------------------------------------------------------------------------- /src/Screens/FuzzyBG.unc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/FuzzyBG.unc -------------------------------------------------------------------------------- /src/Screens/GameplayStyleScreen/GarbageMappings.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/GameplayStyleScreen/GarbageMappings.bin -------------------------------------------------------------------------------- /src/Screens/GameplayStyleScreen/Maps_Difficulty.eni: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/GameplayStyleScreen/Maps_Difficulty.eni -------------------------------------------------------------------------------- /src/Screens/GameplayStyleScreen/Pal_Difficulty.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/GameplayStyleScreen/Pal_Difficulty.bin -------------------------------------------------------------------------------- /src/Screens/GameplayStyleScreen/Tiles_Difficulty.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/GameplayStyleScreen/Tiles_Difficulty.kospm -------------------------------------------------------------------------------- /src/Screens/OptionsScreen/Data/MenuFont.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/OptionsScreen/Data/MenuFont.kospm -------------------------------------------------------------------------------- /src/Screens/OptionsScreen/Data/Options_Header_Map.eni: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/OptionsScreen/Data/Options_Header_Map.eni -------------------------------------------------------------------------------- /src/Screens/OptionsScreen/Data/Options_Header_Tiles.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/OptionsScreen/Data/Options_Header_Tiles.kospm -------------------------------------------------------------------------------- /src/Screens/OptionsScreen/Data/Options_Pal_Classic.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/OptionsScreen/Data/Options_Pal_Classic.bin -------------------------------------------------------------------------------- /src/Screens/SaveSelectScreen/Data/BG_B_Map.eni: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SaveSelectScreen/Data/BG_B_Map.eni -------------------------------------------------------------------------------- /src/Screens/SaveSelectScreen/Data/BG_B_Tiles.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SaveSelectScreen/Data/BG_B_Tiles.kospm -------------------------------------------------------------------------------- /src/Screens/SaveSelectScreen/Data/BG_B_Tiles.unc: -------------------------------------------------------------------------------- 1 | """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""3333333333333333"""!"""!"""!33"!33"!33"!33"!""""""""""""""""""""""""""""""""""""""""""""""""""""""""3333333333333333333333333333333333"!33"!33"!33"!33"!33"!33"!33"! -------------------------------------------------------------------------------- /src/Screens/SaveSelectScreen/Data/BG_C_Tiles.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SaveSelectScreen/Data/BG_C_Tiles.kosp -------------------------------------------------------------------------------- /src/Screens/SaveSelectScreen/Data/ScreenUI_Map.eni: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SaveSelectScreen/Data/ScreenUI_Map.eni -------------------------------------------------------------------------------- /src/Screens/SaveSelectScreen/Data/ScreenUI_Tiles.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SaveSelectScreen/Data/ScreenUI_Tiles.kospm -------------------------------------------------------------------------------- /src/Screens/SaveSelectScreen/Data/ScreenUI_Tiles.unc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SaveSelectScreen/Data/ScreenUI_Tiles.unc -------------------------------------------------------------------------------- /src/Screens/SelbiSplash/Art_Selbi.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SelbiSplash/Art_Selbi.kospm -------------------------------------------------------------------------------- /src/Screens/SelbiSplash/BitmapMD_CRAM.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SelbiSplash/BitmapMD_CRAM.bin -------------------------------------------------------------------------------- /src/Screens/SelbiSplash/BitmapMD_VDP.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SelbiSplash/BitmapMD_VDP.bin -------------------------------------------------------------------------------- /src/Screens/SelbiSplash/BitmapMD_VRAM_Part1.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SelbiSplash/BitmapMD_VRAM_Part1.kospm -------------------------------------------------------------------------------- /src/Screens/SelbiSplash/BitmapMD_VRAM_Part2.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SelbiSplash/BitmapMD_VRAM_Part2.kosp -------------------------------------------------------------------------------- /src/Screens/SelbiSplash/Map_Selbi.eni: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SelbiSplash/Map_Selbi.eni -------------------------------------------------------------------------------- /src/Screens/SoundTestScreen/Data/BG2_Map.eni: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SoundTestScreen/Data/BG2_Map.eni -------------------------------------------------------------------------------- /src/Screens/SoundTestScreen/Data/BG2_Map_Wide.eni: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SoundTestScreen/Data/BG2_Map_Wide.eni -------------------------------------------------------------------------------- /src/Screens/SoundTestScreen/Data/BG2_Pal.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SoundTestScreen/Data/BG2_Pal.bin -------------------------------------------------------------------------------- /src/Screens/SoundTestScreen/Data/BG2_Tiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SoundTestScreen/Data/BG2_Tiles.bin -------------------------------------------------------------------------------- /src/Screens/SoundTestScreen/Data/BG2_Tiles.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SoundTestScreen/Data/BG2_Tiles.kospm -------------------------------------------------------------------------------- /src/Screens/SoundTestScreen/Data/BG2_Tiles_Wide.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SoundTestScreen/Data/BG2_Tiles_Wide.bin -------------------------------------------------------------------------------- /src/Screens/SoundTestScreen/Data/BG2_Tiles_Wide.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SoundTestScreen/Data/BG2_Tiles_Wide.kospm -------------------------------------------------------------------------------- /src/Screens/SoundTestScreen/Data/BasePiano_KeyOverlays_Tiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SoundTestScreen/Data/BasePiano_KeyOverlays_Tiles.bin -------------------------------------------------------------------------------- /src/Screens/SoundTestScreen/Data/BasePiano_KeyOverlays_Tiles.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SoundTestScreen/Data/BasePiano_KeyOverlays_Tiles.kospm -------------------------------------------------------------------------------- /src/Screens/SoundTestScreen/Data/BasePiano_Map.eni: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SoundTestScreen/Data/BasePiano_Map.eni -------------------------------------------------------------------------------- /src/Screens/SoundTestScreen/Data/BasePiano_Map_Wide.eni: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SoundTestScreen/Data/BasePiano_Map_Wide.eni -------------------------------------------------------------------------------- /src/Screens/SoundTestScreen/Data/BasePiano_Tiles.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SoundTestScreen/Data/BasePiano_Tiles.kospm -------------------------------------------------------------------------------- /src/Screens/SoundTestScreen/Data/BasePiano_Tiles_Wide.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SoundTestScreen/Data/BasePiano_Tiles_Wide.kospm -------------------------------------------------------------------------------- /src/Screens/SoundTestScreen/Data/Font.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SoundTestScreen/Data/Font.kospm -------------------------------------------------------------------------------- /src/Screens/SoundTestScreen/Data/Header_Map.eni: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SoundTestScreen/Data/Header_Map.eni -------------------------------------------------------------------------------- /src/Screens/SoundTestScreen/Data/Header_Tiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SoundTestScreen/Data/Header_Tiles.bin -------------------------------------------------------------------------------- /src/Screens/SoundTestScreen/Data/Header_Tiles.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SoundTestScreen/Data/Header_Tiles.kospm -------------------------------------------------------------------------------- /src/Screens/SoundTestScreen/Data/PianoSheet_Map.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SoundTestScreen/Data/PianoSheet_Map.kosp -------------------------------------------------------------------------------- /src/Screens/SoundTestScreen/Data/PianoSheet_Map_Wide.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SoundTestScreen/Data/PianoSheet_Map_Wide.kosp -------------------------------------------------------------------------------- /src/Screens/SoundTestScreen/Data/UIBorderOverlay_Tiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SoundTestScreen/Data/UIBorderOverlay_Tiles.bin -------------------------------------------------------------------------------- /src/Screens/SoundTestScreen/Data/UIBorderOverlay_Tiles.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/SoundTestScreen/Data/UIBorderOverlay_Tiles.kospm -------------------------------------------------------------------------------- /src/Screens/StoryScreen/StoryScreen_Font.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/StoryScreen/StoryScreen_Font.bin -------------------------------------------------------------------------------- /src/Screens/StoryScreen/StoryScreen_Pal.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/StoryScreen/StoryScreen_Pal.bin -------------------------------------------------------------------------------- /src/Screens/TutorialBox/TutorialBox_Art.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/TutorialBox/TutorialBox_Art.bin -------------------------------------------------------------------------------- /src/Screens/TutorialBox/TutorialBox_Font.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/TutorialBox/TutorialBox_Font.bin -------------------------------------------------------------------------------- /src/Screens/TutorialBox/TutorialBox_Font2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/TutorialBox/TutorialBox_Font2.bin -------------------------------------------------------------------------------- /src/Screens/_common/Data/MenuFont.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/_common/Data/MenuFont.kospm -------------------------------------------------------------------------------- /src/Screens/_common/Data/SH_Shadow_Tiles.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/_common/Data/SH_Shadow_Tiles.kospm -------------------------------------------------------------------------------- /src/Screens/_common/Data/SH_Shadow_Tiles.unc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/_common/Data/SH_Shadow_Tiles.unc -------------------------------------------------------------------------------- /src/Screens/_common/Data/Stars_Tiles.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/Screens/_common/Data/Stars_Tiles.kospm -------------------------------------------------------------------------------- /src/Screens/_common/Data/Stars_Tiles.unc: -------------------------------------------------------------------------------- 1 |   00 -------------------------------------------------------------------------------- /src/SonLVL INIs/Common/Invisible lava marker map.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/Common/Invisible lava marker map.bin -------------------------------------------------------------------------------- /src/SonLVL INIs/GHZ/GHZ Flower Stalk.unc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/GHZ/GHZ Flower Stalk.unc -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.Common.InvisibleBlock.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.Common.InvisibleBlock.dll -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.Common.InvisibleBlock.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.Common.InvisibleBlock.pdb -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.Common.Ring.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.Common.Ring.dll -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.Common.Ring.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.Common.Ring.pdb -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.GHZ.Bridge.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.GHZ.Bridge.dll -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.GHZ.Bridge.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.GHZ.Bridge.pdb -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.GHZ.SpikedPole.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.GHZ.SpikedPole.dll -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.GHZ.SpikedPole.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.GHZ.SpikedPole.pdb -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.GHZ.SwingingPlatform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.GHZ.SwingingPlatform.dll -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.GHZ.SwingingPlatform.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.GHZ.SwingingPlatform.pdb -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.LZ.Bubbles.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.LZ.Bubbles.dll -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.LZ.Bubbles.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.LZ.Bubbles.pdb -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.LZ.Spikeball.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.LZ.Spikeball.dll -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.LZ.Spikeball.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.LZ.Spikeball.pdb -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.MZ.SidewaysStomper.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.MZ.SidewaysStomper.dll -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.MZ.SidewaysStomper.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.MZ.SidewaysStomper.pdb -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.SBZ.Flamethrower.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.SBZ.Flamethrower.dll -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.SBZ.Flamethrower.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.SBZ.Flamethrower.pdb -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.SBZ.SwingingSpikeball.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.SBZ.SwingingSpikeball.dll -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.SBZ.SwingingSpikeball.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.SBZ.SwingingSpikeball.pdb -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.SLZ.Elevator.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.SLZ.Elevator.dll -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.SLZ.Elevator.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.SLZ.Elevator.pdb -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.SLZ.SwingingPlatform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.SLZ.SwingingPlatform.dll -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.SLZ.SwingingPlatform.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.SLZ.SwingingPlatform.pdb -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.SYZ.BigSpikedBall.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.SYZ.BigSpikedBall.dll -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.SYZ.BigSpikedBall.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.SYZ.BigSpikedBall.pdb -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.SYZ.Block.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.SYZ.Block.dll -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.SYZ.Block.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.SYZ.Block.pdb -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.SYZ.SpikeballChain.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.SYZ.SpikeballChain.dll -------------------------------------------------------------------------------- /src/SonLVL INIs/dllcache/S1ObjectDefinitions.SYZ.SpikeballChain.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/dllcache/S1ObjectDefinitions.SYZ.SpikeballChain.pdb -------------------------------------------------------------------------------- /src/SonLVL INIs/icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/SonLVL INIs/icon.ico -------------------------------------------------------------------------------- /src/SonLVL INIs/objEnding.ini: -------------------------------------------------------------------------------- 1 | [28] 2 | xmlfile=END/Critters.xml -------------------------------------------------------------------------------- /src/_anim/obj08.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Animation script - water splash (LZ) 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_145C6-Ani_obj08 5 | byte_145C6: dc.b 4, 0, 1, 2, $FC, 0 6 | even -------------------------------------------------------------------------------- /src/_anim/obj0C.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Animation script - flapping door (LZ) 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_113E6-Ani_obj0C 5 | dc.w byte_113EC-Ani_obj0C 6 | byte_113E6: dc.b 3, 0, 1, 2, $FE, 1 7 | byte_113EC: dc.b 3, 2, 1, 0, $FE, 1 8 | even -------------------------------------------------------------------------------- /src/_anim/obj0E.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Animation script - Sonic on the title screen 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_A706-Ani_obj0E 5 | byte_A706: dc.b 7, 0, 1, 2, 3, 4, 5, 6, 7, $FE, 2, 0 6 | even -------------------------------------------------------------------------------- /src/_anim/obj0F.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Animation script - "TM" and "PRESS START BUTTON" on the title screen 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_A714-Ani_obj0F 5 | byte_A714: dc.b 0, 1, $FF 6 | ;byte_A714: dc.b $8, 0, 1, 1, 1, $FF 7 | even -------------------------------------------------------------------------------- /src/_anim/obj1E.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Animation script - Ball Hog enemy (SBZ) 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_8E4A-Ani_obj1E 5 | byte_8E4A: dc.b 7, 0, 2, 2, 3, 2, 0, 1, $FF 6 | even -------------------------------------------------------------------------------- /src/_anim/obj22.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Animation script - Buzz Bomber enemy 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_9A1E-Ani_obj22 5 | dc.w byte_9A22-Ani_obj22 6 | byte_9A1E: dc.b 1, 0, 1, $FF 7 | byte_9A22: dc.b 1, 2, 3, $FF 8 | even -------------------------------------------------------------------------------- /src/_anim/obj23.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Animation script - missile that Buzz Bomber throws 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_9A2E-Ani_obj23 5 | dc.w byte_9A32-Ani_obj23 6 | byte_9A2E: dc.b 7, 0, 1, $FC 7 | byte_9A32: dc.b 1, 0, 1, $FF 8 | even -------------------------------------------------------------------------------- /src/_anim/obj25.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Animation script - ring 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_9F8C-Ani_obj25 5 | byte_9F8C: dc.b 5, 4, 5, 6, 7, $FC 6 | even -------------------------------------------------------------------------------- /src/_anim/obj2A.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Animation script - doors (SBZ) 3 | ; --------------------------------------------------------------------------- 4 | dc.w Ani_obj2A_Shut-Ani_obj2A 5 | dc.w Ani_obj2A_Open-Ani_obj2A 6 | Ani_obj2A_Shut: dc.b 0, 8, 7, 6, 5, 4, 3, 2, 1, 0, $FE, 1 7 | Ani_obj2A_Open: dc.b 0, 0, 1, 2, 3, 4, 5, 6, 7, 8, $FE, 1 8 | even -------------------------------------------------------------------------------- /src/_anim/obj2B.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Animation script - Chopper enemy 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_ABBE-Ani_obj2B 5 | dc.w byte_ABC2-Ani_obj2B 6 | dc.w byte_ABC6-Ani_obj2B 7 | byte_ABBE: dc.b 7, 0, 1, $FF 8 | byte_ABC2: dc.b 3, 0, 1, $FF 9 | byte_ABC6: dc.b 7, 0, $FF 10 | even -------------------------------------------------------------------------------- /src/_anim/obj2C.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Animation script - Jaws enemy 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_AC6A-Ani_obj2C 5 | dc.w byte_AC6Ax-Ani_obj2C 6 | byte_AC6A: dc.b 3, 0, 1, $FF 7 | byte_AC6Ax: dc.b 0, 2, 3, $FD, 0 8 | even -------------------------------------------------------------------------------- /src/_anim/obj35.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Animation script - fireball that sits on the floor (MZ) 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_B2CE-Ani_obj35 5 | byte_B2CE: dc.b 5, 0, $20, 1, $21, $FF 6 | even -------------------------------------------------------------------------------- /src/_anim/obj3E.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Animation script - prison capsule 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_1AD70-Ani_obj3E 5 | dc.w byte_1AD70-Ani_obj3E 6 | byte_1AD70: dc.b 2, 1, 3, $FF 7 | even -------------------------------------------------------------------------------- /src/_anim/obj40.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Animation script - Motobug enemy 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_F788-Ani_obj40 5 | dc.w byte_F78C-Ani_obj40 6 | dc.w byte_F792-Ani_obj40 7 | byte_F788: dc.b $F, 2, $FF, 0 8 | byte_F78C: dc.b 7, 0, 1, 0, 2, $FF 9 | byte_F792: dc.b 1, 3, 6, 3, 6, 4, 6, 4, 6, 4, 6, 5, $FC, 0 10 | even -------------------------------------------------------------------------------- /src/_anim/obj41.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Animation script - springs 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_DD02-Ani_obj41 5 | dc.w byte_DD0E-Ani_obj41 6 | byte_DD02: dc.b 0, 1, 0, 0, 2, 2, 2, 2, 2, 2, 0, $FC 7 | byte_DD0E: dc.b 0, 4, 3, 3, 5, 5, 5, 5, 5, 5, 3, $FC 8 | even -------------------------------------------------------------------------------- /src/_anim/obj47.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Animation script - flamethrower (SBZ) 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_EAF4-Ani_obj47 5 | dc.w byte_EAF8-Ani_obj47 6 | byte_EAF4: dc.b $F, 0, $FF, 0 7 | byte_EAF8: dc.b 1, 1, 2, 1, 2, $FD, 0, 0 8 | even -------------------------------------------------------------------------------- /src/_anim/obj4A.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Animation script - special stage entry effect from beta 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_14458-Ani_obj4A 5 | byte_14458: dc.b 5, 0, 1, 0, 1, 0, 7, 1, 7, 2, 7, 3, 7, 4, 7, 5, 7, 6, 7, $FC 6 | even -------------------------------------------------------------------------------- /src/_anim/obj4E.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Animation script - advancing wall of lava (MZ) 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_F244-Ani_obj4E 5 | byte_F244: dc.b 9, 0, 1, 2, 3, $FF 6 | even -------------------------------------------------------------------------------- /src/_anim/obj50.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Animation script - Yadrin enemy 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_F920-Ani_obj50 5 | dc.w byte_F924-Ani_obj50 6 | byte_F920: dc.b 7, 0, $FF, 0 7 | byte_F924: dc.b 2, 0, 3, 1, 4, 0, 3, 2, 5, $FF 8 | even -------------------------------------------------------------------------------- /src/_anim/obj55.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Animation script - Basaran enemy 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_10230-Ani_obj55 5 | dc.w byte_10234-Ani_obj55 6 | dc.w byte_10238-Ani_obj55 7 | byte_10230: dc.b $F, 0, $FF, 0 8 | byte_10234: dc.b $F, 1, $FF, 0 9 | byte_10238: dc.b 3, 1, 2, 3, 2, $FF 10 | even -------------------------------------------------------------------------------- /src/_anim/obj60.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Animation script - Orbinaut enemy 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_11EDA-Ani_obj60 5 | dc.w byte_11EDE-Ani_obj60 6 | byte_11EDA: dc.b $F, 0, $FF, 0 7 | byte_11EDE: dc.b $F, 1, 2, $FE, 1, 0 8 | even -------------------------------------------------------------------------------- /src/_anim/obj65.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Animation script - waterfall (LZ) 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_12B4E-Ani_obj65 5 | byte_12B4E: dc.b 5, 9, $A, $B, $FF 6 | even -------------------------------------------------------------------------------- /src/_anim/obj6C.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Animation script - vanishing platforms (SBZ) 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_1611A-Ani_obj6C 5 | dc.w byte_16122-Ani_obj6C 6 | byte_1611A: dc.b 7, 0, 1, 2, 3, $FE, 1, 0 7 | byte_16122: dc.b 7, 3, 2, 1, 0, $FE, 1, 0 8 | even -------------------------------------------------------------------------------- /src/_anim/obj6E.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Animation script - electrocution orbs (SBZ) 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_161CC-Ani_obj6E 5 | dc.w byte_161D0-Ani_obj6E 6 | byte_161CC: dc.b 7, 0, $FF, 0 7 | byte_161D0: dc.b 0, 1, 1, 1, 2, 3, 3, 4, 4, 4, 5, 5, 5, 0, $FD, 0 8 | even -------------------------------------------------------------------------------- /src/_anim/obj6F.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Animation script - platform on conveyor belt (SBZ) 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_1648E-Ani_obj6F 5 | dc.w byte_164A2-Ani_obj6F 6 | byte_1648E: dc.b 0, 0, 1, 2, 3, 4, $43, $42, $41, $40, $61, $62, $63 7 | dc.b $64, $23, $22, $21, 0, $FF, 0 8 | byte_164A2: dc.b $F, 0, $FF 9 | even -------------------------------------------------------------------------------- /src/_anim/obj81.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Animation script - Sonic on the continue screen 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_504A-Ani_obj81 5 | byte_504A: dc.b 4, 1, 1, 1, 1, 2, 2, 2, 3, 3, $FF 6 | even -------------------------------------------------------------------------------- /src/_anim/obj85.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Animation script - Eggman (FZ) 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_1A3D6-Ani_obj85 5 | byte_1A3D6: dc.b 3, 0, 1, $FF 6 | even -------------------------------------------------------------------------------- /src/_anim/obj86.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Animation script - energy ball launcher (FZ) 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_1AA46-Ani_obj86 5 | dc.w byte_1AA4A-Ani_obj86 6 | dc.w byte_1AA50-Ani_obj86 7 | byte_1AA46: dc.b 0, 0, $FF, 0 8 | byte_1AA4A: dc.b 0, 0, 2, 0, 3, $FF 9 | byte_1AA50: dc.b 0, 1, 2, 1, 3, $FF 10 | even -------------------------------------------------------------------------------- /src/_maps/SLZWarningSign.asm: -------------------------------------------------------------------------------- 1 | ; -------------------------------------------------------------------------------- 2 | ; Sprite mappings - output from ClownMapEd - Sonic 1/CD format 3 | ; -------------------------------------------------------------------------------- 4 | 5 | CME_521BB850: 6 | dc.w CME_521BB850_0-CME_521BB850 7 | 8 | CME_521BB850_0: 9 | dc.b 1 10 | 11 | dc.b -16 12 | dc.b $0F 13 | dc.w $0000 14 | dc.b -16 15 | 16 | even 17 | -------------------------------------------------------------------------------- /src/_maps/obj06.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Sprite mappings - rings 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_9FA2x-Map_obj06 5 | 6 | byte_9FA2x: dc.b 1 7 | dc.b $F8, 5, 0, 0, $F8 8 | even -------------------------------------------------------------------------------- /src/_maps/obj0A.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Sprite mappings - drowning countdown numbers (LZ) 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_14152-Map_obj0A 5 | byte_14152: dc.b 1 6 | dc.b $E8, $E, 0, 0, $F2 7 | even -------------------------------------------------------------------------------- /src/_maps/obj1C.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Sprite mappings - SLZ lava thrower 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_8858-Map_obj1C 5 | byte_8858: dc.b 1 6 | dc.b $F0, 5, 0, 0, $F8 7 | even -------------------------------------------------------------------------------- /src/_maps/obj23.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Sprite mappings - missile that Buzz Bomber throws 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_9B0E-Map_obj23, byte_9B14-Map_obj23 5 | byte_9B0E: dc.b 1 6 | dc.b $F8, 5, 0, $00, $F8 7 | byte_9B14: dc.b 1 8 | dc.b $F8, 5, 0, $04, $F8 9 | even -------------------------------------------------------------------------------- /src/_maps/obj28.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Sprite mappings - animals 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_9472-Map_obj28 5 | dc.w byte_9478-Map_obj28 6 | dc.w byte_946C-Map_obj28 7 | byte_946C: dc.b 1 8 | dc.b $F4, 6, 0, 0, $F8 9 | byte_9472: dc.b 1 10 | dc.b $F4, 6, 0, 6, $F8 11 | byte_9478: dc.b 1 12 | dc.b $F4, 6, 0, $C, $F8 13 | even -------------------------------------------------------------------------------- /src/_maps/obj28a.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Sprite mappings - animals 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_948A-Map_obj28a 5 | dc.w byte_9490-Map_obj28a 6 | dc.w byte_9484-Map_obj28a 7 | byte_9484: dc.b 1 8 | dc.b $F4, 6, 0, 0, $F8 9 | byte_948A: dc.b 1 10 | dc.b $FC, 5, 0, 6, $F8 11 | byte_9490: dc.b 1 12 | dc.b $FC, 5, 0, $A, $F8 13 | even -------------------------------------------------------------------------------- /src/_maps/obj2B.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Sprite mappings - Chopper enemy (GHZ) 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_ABCE-Map_obj2B 5 | dc.w byte_ABD4-Map_obj2B 6 | byte_ABCE: dc.b 1 7 | dc.b $F0, $F, 0, 0, $F0 8 | byte_ABD4: dc.b 1 9 | dc.b $F0, $F, 0, $10, $F0 10 | even -------------------------------------------------------------------------------- /src/_maps/obj3B.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Sprite mappings - purple rock (GHZ) 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_D110-Map_obj3B 5 | byte_D110: dc.b 2 6 | dc.b $F0, $B, 0, 0, $E8 7 | dc.b $F0, $B, 0, $C, 0 8 | even -------------------------------------------------------------------------------- /src/_maps/obj46.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Sprite mappings - solid blocks and blocks that fall from the ceiling (MZ) 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_E906-Map_obj46 5 | byte_E906: dc.b 1 6 | dc.b $F0, $F, 0, 1, $F0 7 | even -------------------------------------------------------------------------------- /src/_maps/obj52lz.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Sprite mappings - moving block (LZ) 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_100A2-Map_obj52a 5 | byte_100A2: dc.b 1 6 | dc.b $F8, $D, 0, 0, $F0 7 | even -------------------------------------------------------------------------------- /src/_maps/obj54.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Sprite mappings - invisible lava tag (MZ) 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_F212-Map_obj54 5 | byte_F212: dc.b 0 ; no sprite, because the tag is invisible! 6 | even -------------------------------------------------------------------------------- /src/_maps/obj57syz.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Sprite mappings - chain of spiked balls (SYZ) 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_10958-Map_obj57 5 | byte_10958: dc.b 1 6 | dc.b $F8, 5, 0, 0, $F8 7 | even -------------------------------------------------------------------------------- /src/_maps/obj59.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Sprite mappings - platforms that move when you stand on them (SLZ) 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_10D4A-Map_obj59 5 | byte_10D4A: dc.b 3 6 | dc.b $F8, $F, 0, $41, $D8 7 | dc.b $F8, $F, 0, $41, $F8 8 | dc.b $F8, 7, 0, $41, $18 9 | even -------------------------------------------------------------------------------- /src/_maps/obj5A.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Sprite mappings - platforms that move in circles (SLZ) 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_10E84-Map_obj5A 5 | byte_10E84: dc.b 2 6 | dc.b $F8, 9, 0, $51, $E8 7 | dc.b $F8, 9, 8, $51, 0 8 | even -------------------------------------------------------------------------------- /src/_maps/obj5B.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Sprite mappings - blocks that form a staircase (SLZ) 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_1103E-Map_obj5B 5 | byte_1103E: dc.b 1 6 | dc.b $F0, $F, 0, $21, $F0 7 | even -------------------------------------------------------------------------------- /src/_maps/obj5Eballs.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Sprite mappings - spiked balls on the seesaws (SLZ) 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_119EA-Map_obj5Ea 5 | dc.w byte_119F0-Map_obj5Ea 6 | byte_119EA: dc.b 1 7 | dc.b $F4, $A, 0, 0, $F4 8 | byte_119F0: dc.b 1 9 | dc.b $F4, $A, 0, 9, $F4 10 | even -------------------------------------------------------------------------------- /src/_maps/obj67.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Sprite mappings - disc that you run around (SBZ) 3 | ; (It's just a small blob that moves around in a circle. The disc itself is 4 | ; part of the level tiles.) 5 | ; --------------------------------------------------------------------------- 6 | dc.w byte_15688-Map_obj67 7 | byte_15688: dc.b 1 8 | dc.b $F8, 5, 0, 0, $F8 9 | even -------------------------------------------------------------------------------- /src/_maps/obj7B.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Sprite mappings - exploding spikeys that the SLZ boss drops 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_190E2-Map_obj7B 5 | dc.w byte_190E8-Map_obj7B 6 | byte_190E2: dc.b 1 7 | dc.b $FC, 0, 0, $27, $FC 8 | byte_190E8: dc.b 1 9 | dc.b $FC, 0, 0, $28, $FC 10 | even -------------------------------------------------------------------------------- /src/_maps/obj89.asm: -------------------------------------------------------------------------------- 1 | ; --------------------------------------------------------------------------- 2 | ; Sprite mappings - "SONIC THE HEDGEHOG" text on the ending sequence 3 | ; --------------------------------------------------------------------------- 4 | dc.w byte_57B4-Map_obj89 5 | byte_57B4: dc.b 3 6 | dc.b $F0, $F, 0, 0, $D0 7 | dc.b $F0, $F, 0, $10, $F0 8 | dc.b $F0, $F, 0, $20, $10 9 | even -------------------------------------------------------------------------------- /src/_maps/obj8B.asm: -------------------------------------------------------------------------------- 1 | Map_23cf: 2 | Map_23cf_0: dc.w Map_23cf_2-Map_23cf 3 | Map_23cf_2: dc.b $1 4 | dc.b -4, $0, 0, 0, -4 5 | even -------------------------------------------------------------------------------- /src/artkosp/8x8ghz.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/8x8ghz.kospm -------------------------------------------------------------------------------- /src/artkosp/8x8lz.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/8x8lz.kospm -------------------------------------------------------------------------------- /src/artkosp/8x8mz.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/8x8mz.kospm -------------------------------------------------------------------------------- /src/artkosp/8x8sbz.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/8x8sbz.kospm -------------------------------------------------------------------------------- /src/artkosp/8x8slz.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/8x8slz.kospm -------------------------------------------------------------------------------- /src/artkosp/8x8syz.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/8x8syz.kospm -------------------------------------------------------------------------------- /src/artkosp/8x8title.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/8x8title.kospm -------------------------------------------------------------------------------- /src/artkosp/Art_DEMO.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/Art_DEMO.kospm -------------------------------------------------------------------------------- /src/artkosp/BombMachine.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/BombMachine.kospm -------------------------------------------------------------------------------- /src/artkosp/CropScreen.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/CropScreen.kospm -------------------------------------------------------------------------------- /src/artkosp/ERaZor.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/ERaZor.kospm -------------------------------------------------------------------------------- /src/artkosp/ERaZor_NoBG.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/ERaZor_NoBG.kospm -------------------------------------------------------------------------------- /src/artkosp/GiantBomb.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/GiantBomb.kospm -------------------------------------------------------------------------------- /src/artkosp/HardPartSkipper.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/HardPartSkipper.kospm -------------------------------------------------------------------------------- /src/artkosp/HardPartSkipper_Tutorial.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/HardPartSkipper_Tutorial.kospm -------------------------------------------------------------------------------- /src/artkosp/Infobox_Tutorial.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/Infobox_Tutorial.kospm -------------------------------------------------------------------------------- /src/artkosp/LevelSigns.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/LevelSigns.kospm -------------------------------------------------------------------------------- /src/artkosp/MZinfoicons.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/MZinfoicons.kospm -------------------------------------------------------------------------------- /src/artkosp/Nuke.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/Nuke.kospm -------------------------------------------------------------------------------- /src/artkosp/PrisonCapsule.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/PrisonCapsule.kospm -------------------------------------------------------------------------------- /src/artkosp/SLZACIcons.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/SLZACIcons.kospm -------------------------------------------------------------------------------- /src/artkosp/SLZPlatform.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/SLZPlatform.kospm -------------------------------------------------------------------------------- /src/artkosp/SLZWarningSign.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/SLZWarningSign.kospm -------------------------------------------------------------------------------- /src/artkosp/SYZDoors.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/SYZDoors.kospm -------------------------------------------------------------------------------- /src/artkosp/SYZEmblems.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/SYZEmblems.kospm -------------------------------------------------------------------------------- /src/artkosp/SYZEmblems_Frantic.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/SYZEmblems_Frantic.kospm -------------------------------------------------------------------------------- /src/artkosp/SYZPlatform.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/SYZPlatform.kospm -------------------------------------------------------------------------------- /src/artkosp/SearchLight.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/SearchLight.kospm -------------------------------------------------------------------------------- /src/artkosp/TitleCards.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/TitleCards.kospm -------------------------------------------------------------------------------- /src/artkosp/TutorialHUD.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/TutorialHUD.kospm -------------------------------------------------------------------------------- /src/artkosp/UMadBro.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/UMadBro.kospm -------------------------------------------------------------------------------- /src/artkosp/arrow.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/arrow.kospm -------------------------------------------------------------------------------- /src/artkosp/ballhog.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/ballhog.kospm -------------------------------------------------------------------------------- /src/artkosp/basaran.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/basaran.kospm -------------------------------------------------------------------------------- /src/artkosp/bigring.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/bigring.kospm -------------------------------------------------------------------------------- /src/artkosp/blackbrd.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/blackbrd.kospm -------------------------------------------------------------------------------- /src/artkosp/bomb.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/bomb.kospm -------------------------------------------------------------------------------- /src/artkosp/bomb_old.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/bomb_old.kospm -------------------------------------------------------------------------------- /src/artkosp/bonus.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/bonus.kospm -------------------------------------------------------------------------------- /src/artkosp/bossflam.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/bossflam.kospm -------------------------------------------------------------------------------- /src/artkosp/bossmain.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/bossmain.kospm -------------------------------------------------------------------------------- /src/artkosp/bossxtra.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/bossxtra.kospm -------------------------------------------------------------------------------- /src/artkosp/burrobot.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/burrobot.kospm -------------------------------------------------------------------------------- /src/artkosp/buzzbomb.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/buzzbomb.kospm -------------------------------------------------------------------------------- /src/artkosp/ca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/ca.png -------------------------------------------------------------------------------- /src/artkosp/caterkil.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/caterkil.kospm -------------------------------------------------------------------------------- /src/artkosp/chicken.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/chicken.kospm -------------------------------------------------------------------------------- /src/artkosp/chopper.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/chopper.kospm -------------------------------------------------------------------------------- /src/artkosp/cntother.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/cntother.kospm -------------------------------------------------------------------------------- /src/artkosp/cntsonic.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/cntsonic.kospm -------------------------------------------------------------------------------- /src/artkosp/crabmeat.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/crabmeat.kospm -------------------------------------------------------------------------------- /src/artkosp/credits.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/credits.kospm -------------------------------------------------------------------------------- /src/artkosp/end0deaths.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/end0deaths.kospm -------------------------------------------------------------------------------- /src/artkosp/endemera.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/endemera.kospm -------------------------------------------------------------------------------- /src/artkosp/endfan.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/endfan.kospm -------------------------------------------------------------------------------- /src/artkosp/endflowe.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/endflowe.kospm -------------------------------------------------------------------------------- /src/artkosp/endsonic.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/endsonic.kospm -------------------------------------------------------------------------------- /src/artkosp/endtext.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/endtext.kospm -------------------------------------------------------------------------------- /src/artkosp/explodingballs.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/explodingballs.kospm -------------------------------------------------------------------------------- /src/artkosp/explosio.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/explosio.kospm -------------------------------------------------------------------------------- /src/artkosp/flicky.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/flicky.kospm -------------------------------------------------------------------------------- /src/artkosp/fzboss.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/fzboss.kospm -------------------------------------------------------------------------------- /src/artkosp/fzboss2.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/fzboss2.kospm -------------------------------------------------------------------------------- /src/artkosp/gameover.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/gameover.kospm -------------------------------------------------------------------------------- /src/artkosp/ghzball.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/ghzball.kospm -------------------------------------------------------------------------------- /src/artkosp/ghzbridg.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/ghzbridg.kospm -------------------------------------------------------------------------------- /src/artkosp/ghzlog.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/ghzlog.kospm -------------------------------------------------------------------------------- /src/artkosp/ghzrock.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/ghzrock.kospm -------------------------------------------------------------------------------- /src/artkosp/ghzstalk.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/ghzstalk.kospm -------------------------------------------------------------------------------- /src/artkosp/ghzswing.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/ghzswing.kospm -------------------------------------------------------------------------------- /src/artkosp/ghzwall1.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/ghzwall1.kospm -------------------------------------------------------------------------------- /src/artkosp/ghzwall2.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/ghzwall2.kospm -------------------------------------------------------------------------------- /src/artkosp/hud.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/hud.kospm -------------------------------------------------------------------------------- /src/artkosp/hud_deaths.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/hud_deaths.kospm -------------------------------------------------------------------------------- /src/artkosp/invstars.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/invstars.kospm -------------------------------------------------------------------------------- /src/artkosp/japcreds.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/japcreds.kospm -------------------------------------------------------------------------------- /src/artkosp/jaws.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/jaws.kospm -------------------------------------------------------------------------------- /src/artkosp/lamppost.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/lamppost.kospm -------------------------------------------------------------------------------- /src/artkosp/lifeicon.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/lifeicon.kospm -------------------------------------------------------------------------------- /src/artkosp/lzblock1.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/lzblock1.kospm -------------------------------------------------------------------------------- /src/artkosp/lzblock2.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/lzblock2.kospm -------------------------------------------------------------------------------- /src/artkosp/lzblock3.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/lzblock3.kospm -------------------------------------------------------------------------------- /src/artkosp/lzbubble.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/lzbubble.kospm -------------------------------------------------------------------------------- /src/artkosp/lzbubbles.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/lzbubbles.kospm -------------------------------------------------------------------------------- /src/artkosp/lzcork.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/lzcork.kospm -------------------------------------------------------------------------------- /src/artkosp/lzflapdo.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/lzflapdo.kospm -------------------------------------------------------------------------------- /src/artkosp/lzgargoy.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/lzgargoy.kospm -------------------------------------------------------------------------------- /src/artkosp/lzharpoo.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/lzharpoo.kospm -------------------------------------------------------------------------------- /src/artkosp/lzhdoor.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/lzhdoor.kospm -------------------------------------------------------------------------------- /src/artkosp/lzpole.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/lzpole.kospm -------------------------------------------------------------------------------- /src/artkosp/lzptform.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/lzptform.kospm -------------------------------------------------------------------------------- /src/artkosp/lzspball.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/lzspball.kospm -------------------------------------------------------------------------------- /src/artkosp/lzsplash.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/lzsplash.kospm -------------------------------------------------------------------------------- /src/artkosp/lzvdoor.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/lzvdoor.kospm -------------------------------------------------------------------------------- /src/artkosp/lzwater.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/lzwater.kospm -------------------------------------------------------------------------------- /src/artkosp/lzwheel.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/lzwheel.kospm -------------------------------------------------------------------------------- /src/artkosp/monitors.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/monitors.kospm -------------------------------------------------------------------------------- /src/artkosp/motobug.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/motobug.kospm -------------------------------------------------------------------------------- /src/artkosp/mzblock.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/mzblock.kospm -------------------------------------------------------------------------------- /src/artkosp/mzfire.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/mzfire.kospm -------------------------------------------------------------------------------- /src/artkosp/mzglassy.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/mzglassy.kospm -------------------------------------------------------------------------------- /src/artkosp/mzlava.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/mzlava.kospm -------------------------------------------------------------------------------- /src/artkosp/mzmetal.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/mzmetal.kospm -------------------------------------------------------------------------------- /src/artkosp/mzswitch.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/mzswitch.kospm -------------------------------------------------------------------------------- /src/artkosp/newtron.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/newtron.kospm -------------------------------------------------------------------------------- /src/artkosp/null.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/null.kospm -------------------------------------------------------------------------------- /src/artkosp/okcool.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/okcool.kospm -------------------------------------------------------------------------------- /src/artkosp/orbinaut.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/orbinaut.kospm -------------------------------------------------------------------------------- /src/artkosp/pig.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/pig.kospm -------------------------------------------------------------------------------- /src/artkosp/points.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/points.kospm -------------------------------------------------------------------------------- /src/artkosp/prison.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/prison.kospm -------------------------------------------------------------------------------- /src/artkosp/rabbit.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/rabbit.kospm -------------------------------------------------------------------------------- /src/artkosp/ringflash.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/ringflash.kospm -------------------------------------------------------------------------------- /src/artkosp/rings.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/rings.kospm -------------------------------------------------------------------------------- /src/artkosp/rngflash.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/rngflash.kospm -------------------------------------------------------------------------------- /src/artkosp/roller.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/roller.kospm -------------------------------------------------------------------------------- /src/artkosp/sbz2boss.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/sbz2boss.kospm -------------------------------------------------------------------------------- /src/artkosp/sbzcutte.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/sbzcutte.kospm -------------------------------------------------------------------------------- /src/artkosp/sbzflame.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/sbzflame.kospm -------------------------------------------------------------------------------- /src/artkosp/sbzfloor.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/sbzfloor.kospm -------------------------------------------------------------------------------- /src/artkosp/sbzgirde.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/sbzgirde.kospm -------------------------------------------------------------------------------- /src/artkosp/sbzhdoor.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/sbzhdoor.kospm -------------------------------------------------------------------------------- /src/artkosp/sbzpform.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/sbzpform.kospm -------------------------------------------------------------------------------- /src/artkosp/sbzshock.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/sbzshock.kospm -------------------------------------------------------------------------------- /src/artkosp/sbzslide.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/sbzslide.kospm -------------------------------------------------------------------------------- /src/artkosp/sbzstomp.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/sbzstomp.kospm -------------------------------------------------------------------------------- /src/artkosp/sbztrapd.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/sbztrapd.kospm -------------------------------------------------------------------------------- /src/artkosp/sbzvanis.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/sbzvanis.kospm -------------------------------------------------------------------------------- /src/artkosp/sbzvdoor.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/sbzvdoor.kospm -------------------------------------------------------------------------------- /src/artkosp/sbzwhee1.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/sbzwhee1.kospm -------------------------------------------------------------------------------- /src/artkosp/sbzwhee2.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/sbzwhee2.kospm -------------------------------------------------------------------------------- /src/artkosp/seal.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/seal.kospm -------------------------------------------------------------------------------- /src/artkosp/segalogo.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/segalogo.kospm -------------------------------------------------------------------------------- /src/artkosp/sgmc.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/sgmc.kospm -------------------------------------------------------------------------------- /src/artkosp/shadow.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/shadow.kospm -------------------------------------------------------------------------------- /src/artkosp/shield.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/shield.kospm -------------------------------------------------------------------------------- /src/artkosp/signpost.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/signpost.kospm -------------------------------------------------------------------------------- /src/artkosp/slzblock.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/slzblock.kospm -------------------------------------------------------------------------------- /src/artkosp/slzcanno.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/slzcanno.kospm -------------------------------------------------------------------------------- /src/artkosp/slzfan.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/slzfan.kospm -------------------------------------------------------------------------------- /src/artkosp/slzpylon.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/slzpylon.kospm -------------------------------------------------------------------------------- /src/artkosp/slzseesa.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/slzseesa.kospm -------------------------------------------------------------------------------- /src/artkosp/slzspike.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/slzspike.kospm -------------------------------------------------------------------------------- /src/artkosp/slzswing.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/slzswing.kospm -------------------------------------------------------------------------------- /src/artkosp/slzwall.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/slzwall.kospm -------------------------------------------------------------------------------- /src/artkosp/spikes.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/spikes.kospm -------------------------------------------------------------------------------- /src/artkosp/spikes_bloody.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/spikes_bloody.kospm -------------------------------------------------------------------------------- /src/artkosp/spikes_blue.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/spikes_blue.kospm -------------------------------------------------------------------------------- /src/artkosp/spikes_lava.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/spikes_lava.kospm -------------------------------------------------------------------------------- /src/artkosp/springh.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/springh.kospm -------------------------------------------------------------------------------- /src/artkosp/springv.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/springv.kospm -------------------------------------------------------------------------------- /src/artkosp/squirrel.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/squirrel.kospm -------------------------------------------------------------------------------- /src/artkosp/ssbg1.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/ssbg1.kospm -------------------------------------------------------------------------------- /src/artkosp/ssbg2.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/ssbg2.kospm -------------------------------------------------------------------------------- /src/artkosp/ssbumper.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/ssbumper.kospm -------------------------------------------------------------------------------- /src/artkosp/ssemeral.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/ssemeral.kospm -------------------------------------------------------------------------------- /src/artkosp/ssemstar.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/ssemstar.kospm -------------------------------------------------------------------------------- /src/artkosp/ssghost.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/ssghost.kospm -------------------------------------------------------------------------------- /src/artkosp/ssglass.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/ssglass.kospm -------------------------------------------------------------------------------- /src/artkosp/ssgoal.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/ssgoal.kospm -------------------------------------------------------------------------------- /src/artkosp/ssgoal_skull.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/ssgoal_skull.kospm -------------------------------------------------------------------------------- /src/artkosp/ssr.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/ssr.kospm -------------------------------------------------------------------------------- /src/artkosp/ssredwhi.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/ssredwhi.kospm -------------------------------------------------------------------------------- /src/artkosp/ssresems.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/ssresems.kospm -------------------------------------------------------------------------------- /src/artkosp/ssupdown.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/ssupdown.kospm -------------------------------------------------------------------------------- /src/artkosp/ssw.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/ssw.kospm -------------------------------------------------------------------------------- /src/artkosp/sswalls.kosp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/sswalls.kosp -------------------------------------------------------------------------------- /src/artkosp/sszone1.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/sszone1.kospm -------------------------------------------------------------------------------- /src/artkosp/sszone2.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/sszone2.kospm -------------------------------------------------------------------------------- /src/artkosp/switch.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/switch.kospm -------------------------------------------------------------------------------- /src/artkosp/syzbumpe.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/syzbumpe.kospm -------------------------------------------------------------------------------- /src/artkosp/syzlspik.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/syzlspik.kospm -------------------------------------------------------------------------------- /src/artkosp/syzsspik.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/syzsspik.kospm -------------------------------------------------------------------------------- /src/artkosp/titlefor.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/titlefor.kospm -------------------------------------------------------------------------------- /src/artkosp/titleson.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/titleson.kospm -------------------------------------------------------------------------------- /src/artkosp/titletm.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/titletm.kospm -------------------------------------------------------------------------------- /src/artkosp/tryagain.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/tryagain.kospm -------------------------------------------------------------------------------- /src/artkosp/ttlcards_continue.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/ttlcards_continue.kospm -------------------------------------------------------------------------------- /src/artkosp/yadrin.kospm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artkosp/yadrin.kospm -------------------------------------------------------------------------------- /src/artunc/RingsSmooth.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artunc/RingsSmooth.bin -------------------------------------------------------------------------------- /src/artunc/bigring.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artunc/bigring.bin -------------------------------------------------------------------------------- /src/artunc/ghzflowl.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artunc/ghzflowl.bin -------------------------------------------------------------------------------- /src/artunc/ghzflows.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artunc/ghzflows.bin -------------------------------------------------------------------------------- /src/artunc/ghzwater.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artunc/ghzwater.bin -------------------------------------------------------------------------------- /src/artunc/livescnt.bin: -------------------------------------------------------------------------------- 1 | ffaaaaaaaaffafaaaaaffafafffaffafaaaffffafafffafffaaffaaaffffaffaaaaffffaafaffffaaffaaaaffffaaaaffaaff -------------------------------------------------------------------------------- /src/artunc/menutext.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artunc/menutext.bin -------------------------------------------------------------------------------- /src/artunc/mztorch.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artunc/mztorch.bin -------------------------------------------------------------------------------- /src/artunc/prison.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artunc/prison.bin -------------------------------------------------------------------------------- /src/artunc/ringflash.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artunc/ringflash.bin -------------------------------------------------------------------------------- /src/artunc/sonic.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artunc/sonic.bin -------------------------------------------------------------------------------- /src/artunc/weed.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/artunc/weed.bin -------------------------------------------------------------------------------- /src/misc/OptionsText.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/misc/OptionsText.bin -------------------------------------------------------------------------------- /src/misc/angles.bin: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 |  -------------------------------------------------------------------------------- /src/misc/eni_ssbg2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/misc/eni_ssbg2.bin -------------------------------------------------------------------------------- /src/misc/ghzbend1.bin: -------------------------------------------------------------------------------- 1 |  2 |  3 | 4 |  5 | 6 |  7 | 8 |  9 |  10 |  11 |  12 |  13 |  14 |  15 |  16 |  -------------------------------------------------------------------------------- /src/misc/ghzbend2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/misc/ghzbend2.bin -------------------------------------------------------------------------------- /src/misc/ghzledge.bin: -------------------------------------------------------------------------------- 1 | !!""##$$%%&&''(())**++,,--..//0000000000 -------------------------------------------------------------------------------- /src/misc/loopnums.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/misc/loopnums.bin -------------------------------------------------------------------------------- /src/misc/ls_jcode.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/misc/ls_jcode.bin -------------------------------------------------------------------------------- /src/misc/ls_point.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/misc/ls_point.bin -------------------------------------------------------------------------------- /src/misc/ls_ucode.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/misc/ls_ucode.bin -------------------------------------------------------------------------------- /src/misc/lz_heigh.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/misc/lz_heigh.bin -------------------------------------------------------------------------------- /src/misc/mapunc_titlescr.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/misc/mapunc_titlescr.bin -------------------------------------------------------------------------------- /src/misc/menutext.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/misc/menutext.bin -------------------------------------------------------------------------------- /src/misc/mz_pfm1.bin: -------------------------------------------------------------------------------- 1 | !"#$%&'()*+,-./000000000000000000/.-,+*)('&%$#"! -------------------------------------------------------------------------------- /src/misc/mz_pfm2.bin: -------------------------------------------------------------------------------- 1 | 00000000000000000000000000000000000000000000 -------------------------------------------------------------------------------- /src/misc/mz_pfm3.bin: -------------------------------------------------------------------------------- 1 | !"#$%&'()*+,-./0123456789:;<=>?@@@@@@@@@@@@@@@@@@?>=<;:987654321000000 -------------------------------------------------------------------------------- /src/misc/sinewave.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/misc/sinewave.bin -------------------------------------------------------------------------------- /src/misc/slzssaw1.bin: -------------------------------------------------------------------------------- 1 | $$&(*,*(&$#"!  2 |  -------------------------------------------------------------------------------- /src/misc/slzssaw2.bin: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /src/palette/Classic/bombcutscene.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Classic/bombcutscene.bin -------------------------------------------------------------------------------- /src/palette/Classic/fz.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Classic/fz.bin -------------------------------------------------------------------------------- /src/palette/Classic/ghz.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Classic/ghz.bin -------------------------------------------------------------------------------- /src/palette/Classic/ghz2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Classic/ghz2.bin -------------------------------------------------------------------------------- /src/palette/Classic/ghz3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Classic/ghz3.bin -------------------------------------------------------------------------------- /src/palette/Classic/lz2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Classic/lz2.bin -------------------------------------------------------------------------------- /src/palette/Classic/lz_uw2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Classic/lz_uw2.bin -------------------------------------------------------------------------------- /src/palette/Classic/lz_uw2_evil.bin: -------------------------------------------------------------------------------- 1 | n. 2 | n 3 | 4 | n 5 | *`n 6 |  (J f 7 | D"n 8 |  9 | * 10 | 11 |  12 | * (n -------------------------------------------------------------------------------- /src/palette/Classic/mz.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Classic/mz.bin -------------------------------------------------------------------------------- /src/palette/Classic/slz.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Classic/slz.bin -------------------------------------------------------------------------------- /src/palette/Classic/son_lzuw.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Classic/son_lzuw.bin -------------------------------------------------------------------------------- /src/palette/Classic/sonic.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Classic/sonic.bin -------------------------------------------------------------------------------- /src/palette/Classic/sonic_antigrav.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Classic/sonic_antigrav.bin -------------------------------------------------------------------------------- /src/palette/Classic/special.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Classic/special.bin -------------------------------------------------------------------------------- /src/palette/Classic/special_blackout.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Classic/special_blackout.bin -------------------------------------------------------------------------------- /src/palette/Classic/special_unreal.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Classic/special_unreal.bin -------------------------------------------------------------------------------- /src/palette/Classic/syz_uberhub.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Classic/syz_uberhub.bin -------------------------------------------------------------------------------- /src/palette/Classic/syz_unterhub.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Classic/syz_unterhub.bin -------------------------------------------------------------------------------- /src/palette/Classic/syz_unterhub_boss.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Classic/syz_unterhub_boss.bin -------------------------------------------------------------------------------- /src/palette/Classic/title.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Classic/title.bin -------------------------------------------------------------------------------- /src/palette/ERaZor.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/ERaZor.bin -------------------------------------------------------------------------------- /src/palette/Remastered/bombcutscene.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Remastered/bombcutscene.bin -------------------------------------------------------------------------------- /src/palette/Remastered/fz.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Remastered/fz.bin -------------------------------------------------------------------------------- /src/palette/Remastered/ghz.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Remastered/ghz.bin -------------------------------------------------------------------------------- /src/palette/Remastered/ghz2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Remastered/ghz2.bin -------------------------------------------------------------------------------- /src/palette/Remastered/ghz3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Remastered/ghz3.bin -------------------------------------------------------------------------------- /src/palette/Remastered/lz2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Remastered/lz2.bin -------------------------------------------------------------------------------- /src/palette/Remastered/lz_uw2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Remastered/lz_uw2.bin -------------------------------------------------------------------------------- /src/palette/Remastered/lz_uw2_evil.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Remastered/lz_uw2_evil.bin -------------------------------------------------------------------------------- /src/palette/Remastered/mz.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Remastered/mz.bin -------------------------------------------------------------------------------- /src/palette/Remastered/slz.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Remastered/slz.bin -------------------------------------------------------------------------------- /src/palette/Remastered/son_lzuw.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Remastered/son_lzuw.bin -------------------------------------------------------------------------------- /src/palette/Remastered/sonic.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Remastered/sonic.bin -------------------------------------------------------------------------------- /src/palette/Remastered/sonic_antigrav.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Remastered/sonic_antigrav.bin -------------------------------------------------------------------------------- /src/palette/Remastered/special.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Remastered/special.bin -------------------------------------------------------------------------------- /src/palette/Remastered/special_blackout.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Remastered/special_blackout.bin -------------------------------------------------------------------------------- /src/palette/Remastered/special_unreal.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Remastered/special_unreal.bin -------------------------------------------------------------------------------- /src/palette/Remastered/syz_uberhub.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Remastered/syz_uberhub.bin -------------------------------------------------------------------------------- /src/palette/Remastered/syz_unterhub.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Remastered/syz_unterhub.bin -------------------------------------------------------------------------------- /src/palette/Remastered/syz_unterhub_boss.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Remastered/syz_unterhub_boss.bin -------------------------------------------------------------------------------- /src/palette/Remastered/title.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/Remastered/title.bin -------------------------------------------------------------------------------- /src/palette/black.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/palette/c_ghz.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/c_ghz.bin -------------------------------------------------------------------------------- /src/palette/c_lz_bel.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/c_lz_bel.bin -------------------------------------------------------------------------------- /src/palette/c_lz_buw.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/c_lz_buw.bin -------------------------------------------------------------------------------- /src/palette/c_lz_wat.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/c_lz_wat.bin -------------------------------------------------------------------------------- /src/palette/c_sbz_1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/c_sbz_1.bin -------------------------------------------------------------------------------- /src/palette/c_sbz_10.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/c_sbz_10.bin -------------------------------------------------------------------------------- /src/palette/c_sbz_2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/c_sbz_2.bin -------------------------------------------------------------------------------- /src/palette/c_sbz_3.bin: -------------------------------------------------------------------------------- 1 | 2 | 3 |  -------------------------------------------------------------------------------- /src/palette/c_sbz_4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/c_sbz_4.bin -------------------------------------------------------------------------------- /src/palette/c_sbz_5.bin: -------------------------------------------------------------------------------- 1 |  2 |  3 | -------------------------------------------------------------------------------- /src/palette/c_sbz_6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/c_sbz_6.bin -------------------------------------------------------------------------------- /src/palette/c_sbz_7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/c_sbz_7.bin -------------------------------------------------------------------------------- /src/palette/c_sbz_8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/c_sbz_8.bin -------------------------------------------------------------------------------- /src/palette/c_sbz_9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/c_sbz_9.bin -------------------------------------------------------------------------------- /src/palette/c_slz.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/c_slz.bin -------------------------------------------------------------------------------- /src/palette/c_ss_1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/c_ss_1.bin -------------------------------------------------------------------------------- /src/palette/c_ss_2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/c_ss_2.bin -------------------------------------------------------------------------------- /src/palette/c_syz_1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/c_syz_1.bin -------------------------------------------------------------------------------- /src/palette/c_syz_2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/c_syz_2.bin -------------------------------------------------------------------------------- /src/palette/c_title.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/c_title.bin -------------------------------------------------------------------------------- /src/palette/ending.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/ending.bin -------------------------------------------------------------------------------- /src/palette/sega1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/sega1.bin -------------------------------------------------------------------------------- /src/palette/sega2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/sega2.bin -------------------------------------------------------------------------------- /src/palette/sega_bg.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/palette/syz_gray.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/syz_gray.bin -------------------------------------------------------------------------------- /src/palette/tutorialbox.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/palette/tutorialbox.bin -------------------------------------------------------------------------------- /src/sound/DalekSam/ENDING.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/DalekSam/ENDING.asm -------------------------------------------------------------------------------- /src/sound/DalekSam/What are these songs.txt: -------------------------------------------------------------------------------- 1 | KEN.asm --> Intro Cutscene 2 | MTZ3.asm --> LZ1 3 | MM4_GBTitle.asm --> SLZ1 4 | whee.asm --> SYZ1 5 | MANDRILL.asm --> SBZ 6 | STAGSelbi.asm --> SLZ3 7 | WFZNew.asm --> Inhuman Mode 8 | Ending.asm --> Title Screen -------------------------------------------------------------------------------- /src/sound/EK/m5A-FZIntro.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/EK/m5A-FZIntro.bin -------------------------------------------------------------------------------- /src/sound/GunstarSFX/01.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/01.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/02.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/02.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/03.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/03.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/04.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/04.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/05.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/05.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/06.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/06.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/07.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/07.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/08.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/08.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/09.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/09.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/0A.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/0A.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/0B.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/0B.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/0C.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/0C.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/0D.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/0D.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/0E.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/0E.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/0F.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/0F.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/10.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/10.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/11.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/11.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/12.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/12.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/13.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/13.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/14.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/14.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/15.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/15.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/16.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/16.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/17.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/17.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/18.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/18.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/19.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/19.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/1A.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/1A.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/1B.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/1B.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/1C.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/1C.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/1D.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/1D.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/1E.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/1E.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/1F.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/1F.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/20.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/20.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/21.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/21.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/22.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/22.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/23.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/23.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/24.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/24.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/25.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/25.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/26.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/26.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/27.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/27.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/28.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/28.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/29.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/29.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/2A.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/2A.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/2B.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/2B.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/2C.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/2C.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/2D.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/2D.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/2E.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/2E.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/2F.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/2F.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/30.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/30.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/31.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/31.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/32.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/32.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/33.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/33.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/34.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/34.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/35.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/35.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/36.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/36.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/37.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/37.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/38.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/38.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/39.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/39.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/3A.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/3A.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/3B.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/3B.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/3C.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/3C.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/3D.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/3D.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/3E.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/3E.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/3F.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/3F.sfx -------------------------------------------------------------------------------- /src/sound/GunstarSFX/40.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/GunstarSFX/40.sfx -------------------------------------------------------------------------------- /src/sound/Sound00.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/Sound00.bin -------------------------------------------------------------------------------- /src/sound/dac/Choir.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Choir.wav -------------------------------------------------------------------------------- /src/sound/dac/Sample_81.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_81.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_82.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_82.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_83.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_83.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_84.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_84.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_85.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_85.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_86.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_86.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_87.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_87.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_88.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_88.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_89.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_89.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_8A.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_8A.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_8D.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_8D.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_90.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_90.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_9E.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_9E.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_9F.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_9F.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_A1.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_A1.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_A2.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_A2.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_A6.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_A6.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_AA.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_AA.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_AB.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_AB.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_AE.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_AE.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_AF.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_AF.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_B0.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_B0.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_B1.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_B1.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_B2.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_B2.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_B3.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_B3.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_B4.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_B4.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_B5.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_B5.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_B6.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_B6.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_B7.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_B7.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_B8.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_B8.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_B9.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_B9.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_BA.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_BA.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_BB.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_BB.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_BC.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_BC.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_BD.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_BD.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_C0.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_C0.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_C1.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_C1.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_C2.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_C2.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_C3.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_C3.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_C4.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_C4.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_C5.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_C5.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_C8.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_C8.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_C9.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_C9.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_CA.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_CA.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_CB.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_CB.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_CC.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_CC.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_CE.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_CE.dpcm -------------------------------------------------------------------------------- /src/sound/dac/Sample_D1.dpcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/dac/Sample_D1.dpcm -------------------------------------------------------------------------------- /src/sound/jesterExplosion.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/jesterExplosion.bin -------------------------------------------------------------------------------- /src/sound/music81.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music81.bin -------------------------------------------------------------------------------- /src/sound/music82.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music82.bin -------------------------------------------------------------------------------- /src/sound/music83.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music83.bin -------------------------------------------------------------------------------- /src/sound/music84.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music84.bin -------------------------------------------------------------------------------- /src/sound/music85.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music85.bin -------------------------------------------------------------------------------- /src/sound/music86.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music86.bin -------------------------------------------------------------------------------- /src/sound/music87.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music87.bin -------------------------------------------------------------------------------- /src/sound/music88.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music88.bin -------------------------------------------------------------------------------- /src/sound/music89.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music89.bin -------------------------------------------------------------------------------- /src/sound/music8A.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music8A.bin -------------------------------------------------------------------------------- /src/sound/music8C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music8C.bin -------------------------------------------------------------------------------- /src/sound/music8D.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music8D.bin -------------------------------------------------------------------------------- /src/sound/music8E.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music8E.bin -------------------------------------------------------------------------------- /src/sound/music8F.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music8F.bin -------------------------------------------------------------------------------- /src/sound/music90.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music90.bin -------------------------------------------------------------------------------- /src/sound/music91.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music91.bin -------------------------------------------------------------------------------- /src/sound/music92.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music92.bin -------------------------------------------------------------------------------- /src/sound/music93.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music93.bin -------------------------------------------------------------------------------- /src/sound/music94.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music94.bin -------------------------------------------------------------------------------- /src/sound/music95.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music95.bin -------------------------------------------------------------------------------- /src/sound/music96.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music96.bin -------------------------------------------------------------------------------- /src/sound/music97.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music97.bin -------------------------------------------------------------------------------- /src/sound/music98.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music98.bin -------------------------------------------------------------------------------- /src/sound/music99.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music99.bin -------------------------------------------------------------------------------- /src/sound/music9A.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music9A.bin -------------------------------------------------------------------------------- /src/sound/music9B.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music9B.bin -------------------------------------------------------------------------------- /src/sound/music9C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music9C.bin -------------------------------------------------------------------------------- /src/sound/music9D.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music9D.bin -------------------------------------------------------------------------------- /src/sound/music9E.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music9E.bin -------------------------------------------------------------------------------- /src/sound/music9F.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/music9F.bin -------------------------------------------------------------------------------- /src/sound/musicA0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/musicA0.bin -------------------------------------------------------------------------------- /src/sound/musicA1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/musicA1.bin -------------------------------------------------------------------------------- /src/sound/musicD7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/musicD7.bin -------------------------------------------------------------------------------- /src/sound/musicE9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/musicE9.bin -------------------------------------------------------------------------------- /src/sound/musicMarkey1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/musicMarkey1.bin -------------------------------------------------------------------------------- /src/sound/psg1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/psg1.bin -------------------------------------------------------------------------------- /src/sound/psg2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/psg2.bin -------------------------------------------------------------------------------- /src/sound/psg3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/psg3.bin -------------------------------------------------------------------------------- /src/sound/psg4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/psg4.bin -------------------------------------------------------------------------------- /src/sound/psg5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/psg5.bin -------------------------------------------------------------------------------- /src/sound/psg6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/psg6.bin -------------------------------------------------------------------------------- /src/sound/psg7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/psg7.bin -------------------------------------------------------------------------------- /src/sound/psg8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/psg8.bin -------------------------------------------------------------------------------- /src/sound/psg9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/psg9.bin -------------------------------------------------------------------------------- /src/sound/sadv3-bosspinch.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/sadv3-bosspinch.bin -------------------------------------------------------------------------------- /src/sound/segapcm.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/segapcm.wav -------------------------------------------------------------------------------- /src/sound/segapcm_cursed.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/segapcm_cursed.raw -------------------------------------------------------------------------------- /src/sound/soundA0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundA0.bin -------------------------------------------------------------------------------- /src/sound/soundA1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundA1.bin -------------------------------------------------------------------------------- /src/sound/soundA2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundA2.bin -------------------------------------------------------------------------------- /src/sound/soundA3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundA3.bin -------------------------------------------------------------------------------- /src/sound/soundA4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundA4.bin -------------------------------------------------------------------------------- /src/sound/soundA5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundA5.bin -------------------------------------------------------------------------------- /src/sound/soundA6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundA6.bin -------------------------------------------------------------------------------- /src/sound/soundA7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundA7.bin -------------------------------------------------------------------------------- /src/sound/soundA8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundA8.bin -------------------------------------------------------------------------------- /src/sound/soundA9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundA9.bin -------------------------------------------------------------------------------- /src/sound/soundAA.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundAA.bin -------------------------------------------------------------------------------- /src/sound/soundAB.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundAB.bin -------------------------------------------------------------------------------- /src/sound/soundAC.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundAC.bin -------------------------------------------------------------------------------- /src/sound/soundAD.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundAD.bin -------------------------------------------------------------------------------- /src/sound/soundAE.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundAE.bin -------------------------------------------------------------------------------- /src/sound/soundAF.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundAF.bin -------------------------------------------------------------------------------- /src/sound/soundB0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundB0.bin -------------------------------------------------------------------------------- /src/sound/soundB1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundB1.bin -------------------------------------------------------------------------------- /src/sound/soundB2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundB2.bin -------------------------------------------------------------------------------- /src/sound/soundB3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundB3.bin -------------------------------------------------------------------------------- /src/sound/soundB4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundB4.bin -------------------------------------------------------------------------------- /src/sound/soundB5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundB5.bin -------------------------------------------------------------------------------- /src/sound/soundB6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundB6.bin -------------------------------------------------------------------------------- /src/sound/soundB7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundB7.bin -------------------------------------------------------------------------------- /src/sound/soundB8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundB8.bin -------------------------------------------------------------------------------- /src/sound/soundB9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundB9.bin -------------------------------------------------------------------------------- /src/sound/soundBA.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundBA.bin -------------------------------------------------------------------------------- /src/sound/soundBB.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundBB.bin -------------------------------------------------------------------------------- /src/sound/soundBC.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundBC.bin -------------------------------------------------------------------------------- /src/sound/soundBD.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundBD.bin -------------------------------------------------------------------------------- /src/sound/soundBE.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundBE.bin -------------------------------------------------------------------------------- /src/sound/soundBF.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundBF.bin -------------------------------------------------------------------------------- /src/sound/soundC0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundC0.bin -------------------------------------------------------------------------------- /src/sound/soundC1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundC1.bin -------------------------------------------------------------------------------- /src/sound/soundC2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundC2.bin -------------------------------------------------------------------------------- /src/sound/soundC3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundC3.bin -------------------------------------------------------------------------------- /src/sound/soundC4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundC4.bin -------------------------------------------------------------------------------- /src/sound/soundC5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundC5.bin -------------------------------------------------------------------------------- /src/sound/soundC6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundC6.bin -------------------------------------------------------------------------------- /src/sound/soundC7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundC7.bin -------------------------------------------------------------------------------- /src/sound/soundC8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundC8.bin -------------------------------------------------------------------------------- /src/sound/soundC9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundC9.bin -------------------------------------------------------------------------------- /src/sound/soundCA.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundCA.bin -------------------------------------------------------------------------------- /src/sound/soundCB.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundCB.bin -------------------------------------------------------------------------------- /src/sound/soundCC.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundCC.bin -------------------------------------------------------------------------------- /src/sound/soundCD.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundCD.bin -------------------------------------------------------------------------------- /src/sound/soundCE.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundCE.bin -------------------------------------------------------------------------------- /src/sound/soundCF.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundCF.bin -------------------------------------------------------------------------------- /src/sound/soundD0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundD0.bin -------------------------------------------------------------------------------- /src/sound/soundD1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundD1.bin -------------------------------------------------------------------------------- /src/sound/soundD2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundD2.bin -------------------------------------------------------------------------------- /src/sound/soundD3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundD3.bin -------------------------------------------------------------------------------- /src/sound/soundD4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundD4.bin -------------------------------------------------------------------------------- /src/sound/soundD5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundD5.bin -------------------------------------------------------------------------------- /src/sound/soundD6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundD6.bin -------------------------------------------------------------------------------- /src/sound/soundD7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundD7.bin -------------------------------------------------------------------------------- /src/sound/soundD8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundD8.bin -------------------------------------------------------------------------------- /src/sound/soundD9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundD9.bin -------------------------------------------------------------------------------- /src/sound/soundDA.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundDA.bin -------------------------------------------------------------------------------- /src/sound/soundDB.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundDB.bin -------------------------------------------------------------------------------- /src/sound/soundDC.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundDC.bin -------------------------------------------------------------------------------- /src/sound/soundNULL.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Selbi182/ERaZor/ce133c1371919f3d1c3ebe8365dc8e020316a1c1/src/sound/soundNULL.bin -------------------------------------------------------------------------------- /src/test_build.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | call build.bat 3 | pause 4 | if exist s1erz.bin ( 5 | start s1erz.bin 6 | ) --------------------------------------------------------------------------------