├── Dolphin Addons ├── Load │ ├── GraphicMods │ │ └── Shadow Bloom Scaling │ │ │ ├── GUP.txt │ │ │ └── metadata.json │ └── Textures │ │ └── GUPE8P │ │ └── 2P-ShdTH Textures │ │ ├── Optional UI Enhancement │ │ ├── command-window-line-fix │ │ │ ├── tex1_128x128_419463745aa5965d_1db8734681d4c1dc_8.png │ │ │ ├── tex1_128x128_8f45dd68096d4665_1db8734681d4c1dc_8.png │ │ │ └── tex1_128x128_95d41717da1a462e_fc8d0f77ce2a019c_8.png │ │ ├── hd-menu │ │ │ ├── tex1_512x256_6712a5ff3e69c91a_fa9ddd58a15ff1da_9.png │ │ │ ├── tex1_512x512_04826b323f135c79_ff783d60a0184372_9.png │ │ │ └── tex1_512x512_58b506a2a47efba7_5.png │ │ └── minimal-in-game-UI-upscale │ │ │ ├── tex1_256x256_8f5047e58bff1b21_a85d0554672a9b44_8.png │ │ │ ├── tex1_512x512_9dcf746d44c31cdf_5737c92eb456b716_8.png │ │ │ └── tex1_64x64_1b15674d61c05ba0_a2368ac84efb3742_9.png │ │ └── Reloaded Colored Shadow │ │ └── Shadow │ │ ├── tex1_128x128_0a670a23d69f0145_d1f065a85855fcc6_8.png │ │ ├── tex1_128x128_23470849ed473c96_9bcd3e8f93232964_8.png │ │ ├── tex1_128x128_6f6dc295fc576674_6.png │ │ ├── tex1_128x128_95091b97a182cc89_16cffb4f349bb9eb_8.png │ │ ├── tex1_128x128_d690c7dc04b985c8_879d6817d5e22595_9.png │ │ ├── tex1_128x128_ec9f785c3a033e72_ea84be987812412f_8.png │ │ └── tex1_64x64_ad55d92089adb44b_a7fa923a179a8dd1_8.png └── readme.txt ├── ISO EDITS ├── files │ ├── character │ │ └── shadow.one │ ├── csdFiles │ │ ├── SelectMode_EN.txd │ │ ├── SelectMode_FR.txd │ │ ├── SelectMode_GE.txd │ │ ├── SelectMode_IT.txd │ │ ├── SelectMode_JP.txd │ │ ├── SelectMode_SP.txd │ │ ├── honban_EN.txd │ │ ├── honban_FR.txd │ │ ├── honban_GE.txd │ │ ├── honban_IT.txd │ │ ├── honban_JP.txd │ │ └── honban_SP.txd │ ├── fonts │ │ └── Advertise │ │ │ ├── Advertise_EN.fnt │ │ │ ├── Advertise_EN.txd │ │ │ ├── Advertise_EN00.met │ │ │ ├── Advertise_FR.fnt │ │ │ ├── Advertise_FR.txd │ │ │ ├── Advertise_FR00.met │ │ │ ├── Advertise_GE.fnt │ │ │ ├── Advertise_GE.txd │ │ │ ├── Advertise_GE00.met │ │ │ ├── Advertise_IT.fnt │ │ │ ├── Advertise_IT.txd │ │ │ ├── Advertise_IT00.met │ │ │ ├── Advertise_JP.fnt │ │ │ ├── Advertise_JP.txd │ │ │ ├── Advertise_JP08.met │ │ │ ├── Advertise_SP.fnt │ │ │ ├── Advertise_SP.txd │ │ │ └── Advertise_SP00.met │ ├── nukkoro2.inf │ ├── opening.bnr │ ├── setid.bin │ ├── stg0200 │ │ ├── stg0200_cam.dat │ │ ├── stg0200_cmn.dat │ │ ├── stg0200_hrd.dat │ │ └── stg0200_nrm.dat │ ├── stg0201 │ │ └── stg0201_cmn.dat │ ├── stg0202 │ │ └── stg0202_hrd.dat │ ├── stg0210 │ │ └── stg0210_cmn.dat │ ├── stg0300 │ │ ├── stg0300_cmn.dat │ │ ├── stg0300_hrd.dat │ │ └── stg0300_nrm.dat │ ├── stg0301 │ │ ├── stg0301_cmn.dat │ │ ├── stg0301_hrd.dat │ │ └── stg0301_nrm.dat │ ├── stg0302 │ │ ├── stg0302_cmn.dat │ │ └── stg0302_dat.one │ ├── stg0310 │ │ └── stg0310_cmn.dat │ ├── stg0401 │ │ └── stg0401_cmn.dat │ ├── stg0402 │ │ └── stg0402_cmn.dat │ ├── stg0403 │ │ ├── stg0403_cam.dat │ │ └── stg0403_cmn.dat │ ├── stg0404 │ │ └── stg0404_cmn.dat │ ├── stg0410 │ │ └── stg0410_cmn.dat │ ├── stg0411 │ │ └── stg0411_cmn.dat │ ├── stg0412 │ │ └── stg0412_cmn.dat │ ├── stg0500 │ │ ├── stg0500_cmn.dat │ │ └── stg0500_nrm.dat │ ├── stg0501 │ │ └── stg0501_cmn.dat │ ├── stg0502 │ │ └── stg0502_cmn.dat │ ├── stg0503 │ │ ├── stg0503_cam.dat │ │ ├── stg0503_cmn.dat │ │ └── stg0503_dat.one │ ├── stg0504 │ │ └── stg0504_hrd.dat │ ├── stg0510 │ │ └── stg0510_cmn.dat │ ├── stg0511 │ │ └── stg0511_cmn.dat │ ├── stg0600 │ │ ├── stg0600_cmn.dat │ │ ├── stg0600_dat.one │ │ └── stg0600_nrm.dat │ ├── stg0601 │ │ └── stg0601_cmn.dat │ ├── stg0602 │ │ └── stg0602_cmn.dat │ ├── stg0603 │ │ ├── stg0603_cmn.dat │ │ ├── stg0603_dat.one │ │ └── stg0603_nrm.dat │ ├── stg0604 │ │ └── stg0604_nrm.dat │ ├── stg0610 │ │ └── stg0610_cmn.dat │ ├── stg0611 │ │ └── stg0611_cmn.dat │ ├── stg0612 │ │ └── stg0612_cmn.dat │ ├── stg0613 │ │ └── stg0613_cmn.dat │ ├── stg0614 │ │ └── stg0614_cmn.dat │ ├── stg0615 │ │ └── stg0615_cmn.dat │ ├── stg0616 │ │ └── stg0616_cmn.dat │ ├── stg0617 │ │ └── stg0617_cmn.dat │ ├── stg0618 │ │ └── stg0618_cmn.dat │ └── stg0700 │ │ └── stg0700_cmn.dat └── sys │ └── bi2.bin ├── README.md └── code ├── ASM ├── BarrierReset_PerPlayer_Independent_Respawn.asm ├── BossCams_V4_Core.asm ├── BossCams_V4_SpecialFree_Scenario.asm ├── CapsuleHintBallRenderFix.asm ├── CastleMonsterFix.asm ├── ChaosPowersStateSync_V3.asm ├── CheckpointWarpingAndMenus_Reimplement.asm ├── Custom_MTP_CrashFix_V4.asm ├── FANStandaloneCLEANUP_ExecFix.asm ├── FANStandaloneSTORE_ExecFix.asm ├── GravityCheckpointWarping_FlipWrongPlayerFix.asm ├── GravityObjectReimplement.asm ├── HelicopterFix.asm ├── NoSubtitlesVersion2_For_HorizontalSplitScreen.asm ├── PORT4_PartnersExtension.asm ├── Partner_Use_Activated_PlayerCamera.asm ├── Player_Reset_Rules.asm ├── README.md ├── RenderChunks_Per_Splitscreen.asm ├── RouteMenu_P2_Fix.asm ├── SuperShadow_0710_SkinFixSorta.asm ├── SuperShadow_v0.8_multiplayer.asm ├── TheDoomLostImpactHeavyDog_Fog_Sepia_Effect_Fix.asm └── VibrationFix_P2.asm ├── GUPE8P.ini ├── MCM ├── 0_Common_MCM.txt ├── 2_2PMod_MCM.txt ├── 9_UNUSED_SCRAPPED_RETIRED.txt └── settings.py ├── README.md └── res ├── banner.png └── main_banner.png /Dolphin Addons/Load/GraphicMods/Shadow Bloom Scaling/GUP.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Dolphin Addons/Load/GraphicMods/Shadow Bloom Scaling/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/Dolphin Addons/Load/GraphicMods/Shadow Bloom Scaling/metadata.json -------------------------------------------------------------------------------- /Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Optional UI Enhancement/command-window-line-fix/tex1_128x128_419463745aa5965d_1db8734681d4c1dc_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Optional UI Enhancement/command-window-line-fix/tex1_128x128_419463745aa5965d_1db8734681d4c1dc_8.png -------------------------------------------------------------------------------- /Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Optional UI Enhancement/command-window-line-fix/tex1_128x128_8f45dd68096d4665_1db8734681d4c1dc_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Optional UI Enhancement/command-window-line-fix/tex1_128x128_8f45dd68096d4665_1db8734681d4c1dc_8.png -------------------------------------------------------------------------------- /Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Optional UI Enhancement/command-window-line-fix/tex1_128x128_95d41717da1a462e_fc8d0f77ce2a019c_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Optional UI Enhancement/command-window-line-fix/tex1_128x128_95d41717da1a462e_fc8d0f77ce2a019c_8.png -------------------------------------------------------------------------------- /Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Optional UI Enhancement/hd-menu/tex1_512x256_6712a5ff3e69c91a_fa9ddd58a15ff1da_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Optional UI Enhancement/hd-menu/tex1_512x256_6712a5ff3e69c91a_fa9ddd58a15ff1da_9.png -------------------------------------------------------------------------------- /Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Optional UI Enhancement/hd-menu/tex1_512x512_04826b323f135c79_ff783d60a0184372_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Optional UI Enhancement/hd-menu/tex1_512x512_04826b323f135c79_ff783d60a0184372_9.png -------------------------------------------------------------------------------- /Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Optional UI Enhancement/hd-menu/tex1_512x512_58b506a2a47efba7_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Optional UI Enhancement/hd-menu/tex1_512x512_58b506a2a47efba7_5.png -------------------------------------------------------------------------------- /Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Optional UI Enhancement/minimal-in-game-UI-upscale/tex1_256x256_8f5047e58bff1b21_a85d0554672a9b44_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Optional UI Enhancement/minimal-in-game-UI-upscale/tex1_256x256_8f5047e58bff1b21_a85d0554672a9b44_8.png -------------------------------------------------------------------------------- /Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Optional UI Enhancement/minimal-in-game-UI-upscale/tex1_512x512_9dcf746d44c31cdf_5737c92eb456b716_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Optional UI Enhancement/minimal-in-game-UI-upscale/tex1_512x512_9dcf746d44c31cdf_5737c92eb456b716_8.png -------------------------------------------------------------------------------- /Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Optional UI Enhancement/minimal-in-game-UI-upscale/tex1_64x64_1b15674d61c05ba0_a2368ac84efb3742_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Optional UI Enhancement/minimal-in-game-UI-upscale/tex1_64x64_1b15674d61c05ba0_a2368ac84efb3742_9.png -------------------------------------------------------------------------------- /Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Reloaded Colored Shadow/Shadow/tex1_128x128_0a670a23d69f0145_d1f065a85855fcc6_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Reloaded Colored Shadow/Shadow/tex1_128x128_0a670a23d69f0145_d1f065a85855fcc6_8.png -------------------------------------------------------------------------------- /Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Reloaded Colored Shadow/Shadow/tex1_128x128_23470849ed473c96_9bcd3e8f93232964_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Reloaded Colored Shadow/Shadow/tex1_128x128_23470849ed473c96_9bcd3e8f93232964_8.png -------------------------------------------------------------------------------- /Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Reloaded Colored Shadow/Shadow/tex1_128x128_6f6dc295fc576674_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Reloaded Colored Shadow/Shadow/tex1_128x128_6f6dc295fc576674_6.png -------------------------------------------------------------------------------- /Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Reloaded Colored Shadow/Shadow/tex1_128x128_95091b97a182cc89_16cffb4f349bb9eb_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Reloaded Colored Shadow/Shadow/tex1_128x128_95091b97a182cc89_16cffb4f349bb9eb_8.png -------------------------------------------------------------------------------- /Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Reloaded Colored Shadow/Shadow/tex1_128x128_d690c7dc04b985c8_879d6817d5e22595_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Reloaded Colored Shadow/Shadow/tex1_128x128_d690c7dc04b985c8_879d6817d5e22595_9.png -------------------------------------------------------------------------------- /Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Reloaded Colored Shadow/Shadow/tex1_128x128_ec9f785c3a033e72_ea84be987812412f_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Reloaded Colored Shadow/Shadow/tex1_128x128_ec9f785c3a033e72_ea84be987812412f_8.png -------------------------------------------------------------------------------- /Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Reloaded Colored Shadow/Shadow/tex1_64x64_ad55d92089adb44b_a7fa923a179a8dd1_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/Dolphin Addons/Load/Textures/GUPE8P/2P-ShdTH Textures/Reloaded Colored Shadow/Shadow/tex1_64x64_ad55d92089adb44b_a7fa923a179a8dd1_8.png -------------------------------------------------------------------------------- /Dolphin Addons/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/Dolphin Addons/readme.txt -------------------------------------------------------------------------------- /ISO EDITS/files/character/shadow.one: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/character/shadow.one -------------------------------------------------------------------------------- /ISO EDITS/files/csdFiles/SelectMode_EN.txd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/csdFiles/SelectMode_EN.txd -------------------------------------------------------------------------------- /ISO EDITS/files/csdFiles/SelectMode_FR.txd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/csdFiles/SelectMode_FR.txd -------------------------------------------------------------------------------- /ISO EDITS/files/csdFiles/SelectMode_GE.txd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/csdFiles/SelectMode_GE.txd -------------------------------------------------------------------------------- /ISO EDITS/files/csdFiles/SelectMode_IT.txd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/csdFiles/SelectMode_IT.txd -------------------------------------------------------------------------------- /ISO EDITS/files/csdFiles/SelectMode_JP.txd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/csdFiles/SelectMode_JP.txd -------------------------------------------------------------------------------- /ISO EDITS/files/csdFiles/SelectMode_SP.txd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/csdFiles/SelectMode_SP.txd -------------------------------------------------------------------------------- /ISO EDITS/files/csdFiles/honban_EN.txd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/csdFiles/honban_EN.txd -------------------------------------------------------------------------------- /ISO EDITS/files/csdFiles/honban_FR.txd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/csdFiles/honban_FR.txd -------------------------------------------------------------------------------- /ISO EDITS/files/csdFiles/honban_GE.txd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/csdFiles/honban_GE.txd -------------------------------------------------------------------------------- /ISO EDITS/files/csdFiles/honban_IT.txd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/csdFiles/honban_IT.txd -------------------------------------------------------------------------------- /ISO EDITS/files/csdFiles/honban_JP.txd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/csdFiles/honban_JP.txd -------------------------------------------------------------------------------- /ISO EDITS/files/csdFiles/honban_SP.txd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/csdFiles/honban_SP.txd -------------------------------------------------------------------------------- /ISO EDITS/files/fonts/Advertise/Advertise_EN.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/fonts/Advertise/Advertise_EN.fnt -------------------------------------------------------------------------------- /ISO EDITS/files/fonts/Advertise/Advertise_EN.txd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/fonts/Advertise/Advertise_EN.txd -------------------------------------------------------------------------------- /ISO EDITS/files/fonts/Advertise/Advertise_EN00.met: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/fonts/Advertise/Advertise_EN00.met -------------------------------------------------------------------------------- /ISO EDITS/files/fonts/Advertise/Advertise_FR.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/fonts/Advertise/Advertise_FR.fnt -------------------------------------------------------------------------------- /ISO EDITS/files/fonts/Advertise/Advertise_FR.txd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/fonts/Advertise/Advertise_FR.txd -------------------------------------------------------------------------------- /ISO EDITS/files/fonts/Advertise/Advertise_FR00.met: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/fonts/Advertise/Advertise_FR00.met -------------------------------------------------------------------------------- /ISO EDITS/files/fonts/Advertise/Advertise_GE.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/fonts/Advertise/Advertise_GE.fnt -------------------------------------------------------------------------------- /ISO EDITS/files/fonts/Advertise/Advertise_GE.txd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/fonts/Advertise/Advertise_GE.txd -------------------------------------------------------------------------------- /ISO EDITS/files/fonts/Advertise/Advertise_GE00.met: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/fonts/Advertise/Advertise_GE00.met -------------------------------------------------------------------------------- /ISO EDITS/files/fonts/Advertise/Advertise_IT.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/fonts/Advertise/Advertise_IT.fnt -------------------------------------------------------------------------------- /ISO EDITS/files/fonts/Advertise/Advertise_IT.txd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/fonts/Advertise/Advertise_IT.txd -------------------------------------------------------------------------------- /ISO EDITS/files/fonts/Advertise/Advertise_IT00.met: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/fonts/Advertise/Advertise_IT00.met -------------------------------------------------------------------------------- /ISO EDITS/files/fonts/Advertise/Advertise_JP.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/fonts/Advertise/Advertise_JP.fnt -------------------------------------------------------------------------------- /ISO EDITS/files/fonts/Advertise/Advertise_JP.txd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/fonts/Advertise/Advertise_JP.txd -------------------------------------------------------------------------------- /ISO EDITS/files/fonts/Advertise/Advertise_JP08.met: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/fonts/Advertise/Advertise_JP08.met -------------------------------------------------------------------------------- /ISO EDITS/files/fonts/Advertise/Advertise_SP.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/fonts/Advertise/Advertise_SP.fnt -------------------------------------------------------------------------------- /ISO EDITS/files/fonts/Advertise/Advertise_SP.txd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/fonts/Advertise/Advertise_SP.txd -------------------------------------------------------------------------------- /ISO EDITS/files/fonts/Advertise/Advertise_SP00.met: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/fonts/Advertise/Advertise_SP00.met -------------------------------------------------------------------------------- /ISO EDITS/files/nukkoro2.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/nukkoro2.inf -------------------------------------------------------------------------------- /ISO EDITS/files/opening.bnr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/opening.bnr -------------------------------------------------------------------------------- /ISO EDITS/files/setid.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/setid.bin -------------------------------------------------------------------------------- /ISO EDITS/files/stg0200/stg0200_cam.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0200/stg0200_cam.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0200/stg0200_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0200/stg0200_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0200/stg0200_hrd.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0200/stg0200_hrd.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0200/stg0200_nrm.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0200/stg0200_nrm.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0201/stg0201_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0201/stg0201_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0202/stg0202_hrd.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0202/stg0202_hrd.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0210/stg0210_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0210/stg0210_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0300/stg0300_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0300/stg0300_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0300/stg0300_hrd.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0300/stg0300_hrd.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0300/stg0300_nrm.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0300/stg0300_nrm.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0301/stg0301_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0301/stg0301_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0301/stg0301_hrd.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0301/stg0301_hrd.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0301/stg0301_nrm.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0301/stg0301_nrm.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0302/stg0302_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0302/stg0302_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0302/stg0302_dat.one: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0302/stg0302_dat.one -------------------------------------------------------------------------------- /ISO EDITS/files/stg0310/stg0310_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0310/stg0310_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0401/stg0401_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0401/stg0401_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0402/stg0402_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0402/stg0402_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0403/stg0403_cam.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0403/stg0403_cam.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0403/stg0403_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0403/stg0403_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0404/stg0404_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0404/stg0404_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0410/stg0410_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0410/stg0410_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0411/stg0411_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0411/stg0411_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0412/stg0412_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0412/stg0412_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0500/stg0500_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0500/stg0500_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0500/stg0500_nrm.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0500/stg0500_nrm.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0501/stg0501_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0501/stg0501_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0502/stg0502_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0502/stg0502_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0503/stg0503_cam.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0503/stg0503_cam.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0503/stg0503_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0503/stg0503_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0503/stg0503_dat.one: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0503/stg0503_dat.one -------------------------------------------------------------------------------- /ISO EDITS/files/stg0504/stg0504_hrd.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0504/stg0504_hrd.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0510/stg0510_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0510/stg0510_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0511/stg0511_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0511/stg0511_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0600/stg0600_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0600/stg0600_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0600/stg0600_dat.one: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0600/stg0600_dat.one -------------------------------------------------------------------------------- /ISO EDITS/files/stg0600/stg0600_nrm.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0600/stg0600_nrm.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0601/stg0601_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0601/stg0601_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0602/stg0602_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0602/stg0602_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0603/stg0603_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0603/stg0603_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0603/stg0603_dat.one: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0603/stg0603_dat.one -------------------------------------------------------------------------------- /ISO EDITS/files/stg0603/stg0603_nrm.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0603/stg0603_nrm.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0604/stg0604_nrm.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0604/stg0604_nrm.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0610/stg0610_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0610/stg0610_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0611/stg0611_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0611/stg0611_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0612/stg0612_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0612/stg0612_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0613/stg0613_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0613/stg0613_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0614/stg0614_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0614/stg0614_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0615/stg0615_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0615/stg0615_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0616/stg0616_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0616/stg0616_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0617/stg0617_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0617/stg0617_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0618/stg0618_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0618/stg0618_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/files/stg0700/stg0700_cmn.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/files/stg0700/stg0700_cmn.dat -------------------------------------------------------------------------------- /ISO EDITS/sys/bi2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/ISO EDITS/sys/bi2.bin -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/README.md -------------------------------------------------------------------------------- /code/ASM/BarrierReset_PerPlayer_Independent_Respawn.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/ASM/BarrierReset_PerPlayer_Independent_Respawn.asm -------------------------------------------------------------------------------- /code/ASM/BossCams_V4_Core.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/ASM/BossCams_V4_Core.asm -------------------------------------------------------------------------------- /code/ASM/BossCams_V4_SpecialFree_Scenario.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/ASM/BossCams_V4_SpecialFree_Scenario.asm -------------------------------------------------------------------------------- /code/ASM/CapsuleHintBallRenderFix.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/ASM/CapsuleHintBallRenderFix.asm -------------------------------------------------------------------------------- /code/ASM/CastleMonsterFix.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/ASM/CastleMonsterFix.asm -------------------------------------------------------------------------------- /code/ASM/ChaosPowersStateSync_V3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/ASM/ChaosPowersStateSync_V3.asm -------------------------------------------------------------------------------- /code/ASM/CheckpointWarpingAndMenus_Reimplement.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/ASM/CheckpointWarpingAndMenus_Reimplement.asm -------------------------------------------------------------------------------- /code/ASM/Custom_MTP_CrashFix_V4.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/ASM/Custom_MTP_CrashFix_V4.asm -------------------------------------------------------------------------------- /code/ASM/FANStandaloneCLEANUP_ExecFix.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/ASM/FANStandaloneCLEANUP_ExecFix.asm -------------------------------------------------------------------------------- /code/ASM/FANStandaloneSTORE_ExecFix.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/ASM/FANStandaloneSTORE_ExecFix.asm -------------------------------------------------------------------------------- /code/ASM/GravityCheckpointWarping_FlipWrongPlayerFix.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/ASM/GravityCheckpointWarping_FlipWrongPlayerFix.asm -------------------------------------------------------------------------------- /code/ASM/GravityObjectReimplement.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/ASM/GravityObjectReimplement.asm -------------------------------------------------------------------------------- /code/ASM/HelicopterFix.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/ASM/HelicopterFix.asm -------------------------------------------------------------------------------- /code/ASM/NoSubtitlesVersion2_For_HorizontalSplitScreen.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/ASM/NoSubtitlesVersion2_For_HorizontalSplitScreen.asm -------------------------------------------------------------------------------- /code/ASM/PORT4_PartnersExtension.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/ASM/PORT4_PartnersExtension.asm -------------------------------------------------------------------------------- /code/ASM/Partner_Use_Activated_PlayerCamera.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/ASM/Partner_Use_Activated_PlayerCamera.asm -------------------------------------------------------------------------------- /code/ASM/Player_Reset_Rules.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/ASM/Player_Reset_Rules.asm -------------------------------------------------------------------------------- /code/ASM/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/ASM/README.md -------------------------------------------------------------------------------- /code/ASM/RenderChunks_Per_Splitscreen.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/ASM/RenderChunks_Per_Splitscreen.asm -------------------------------------------------------------------------------- /code/ASM/RouteMenu_P2_Fix.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/ASM/RouteMenu_P2_Fix.asm -------------------------------------------------------------------------------- /code/ASM/SuperShadow_0710_SkinFixSorta.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/ASM/SuperShadow_0710_SkinFixSorta.asm -------------------------------------------------------------------------------- /code/ASM/SuperShadow_v0.8_multiplayer.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/ASM/SuperShadow_v0.8_multiplayer.asm -------------------------------------------------------------------------------- /code/ASM/TheDoomLostImpactHeavyDog_Fog_Sepia_Effect_Fix.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/ASM/TheDoomLostImpactHeavyDog_Fog_Sepia_Effect_Fix.asm -------------------------------------------------------------------------------- /code/ASM/VibrationFix_P2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/ASM/VibrationFix_P2.asm -------------------------------------------------------------------------------- /code/GUPE8P.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/GUPE8P.ini -------------------------------------------------------------------------------- /code/MCM/0_Common_MCM.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/MCM/0_Common_MCM.txt -------------------------------------------------------------------------------- /code/MCM/2_2PMod_MCM.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/MCM/2_2PMod_MCM.txt -------------------------------------------------------------------------------- /code/MCM/9_UNUSED_SCRAPPED_RETIRED.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/MCM/9_UNUSED_SCRAPPED_RETIRED.txt -------------------------------------------------------------------------------- /code/MCM/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/MCM/settings.py -------------------------------------------------------------------------------- /code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/README.md -------------------------------------------------------------------------------- /code/res/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/res/banner.png -------------------------------------------------------------------------------- /code/res/main_banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShadowTheHedgehogHacking/2P-ShdTH/HEAD/code/res/main_banner.png --------------------------------------------------------------------------------