├── .devcontainer └── devcontainer.json ├── .gitattributes ├── .github └── workflows │ └── c-cpp.yml ├── .gitignore ├── CMakeLists.txt ├── DEFECTS.txt ├── DXinit.cpp ├── DXinit.h ├── DXsound.cpp ├── DXsound.h ├── FontTools.cpp ├── FontTools.h ├── Image.cpp ├── Image.h ├── LThread.cpp ├── LThread.h ├── PCGfx.cpp ├── PCGfx.h ├── PCInput.cpp ├── PCInput.h ├── PCMovie.cpp ├── PCMovie.h ├── PCMusic.cpp ├── PCMusic.h ├── PCShell.cpp ├── PCShell.h ├── PCTex.cpp ├── PCTex.h ├── PCTimer.cpp ├── PCTimer.h ├── PRE.cpp ├── PRE.h ├── Sbinit.cpp ├── Sbinit.h ├── SpideyDX.cpp ├── SpideyDX.h ├── SwapTriggerData.cpp ├── SwapTriggerData.h ├── ai.cpp ├── ai.h ├── algebra.cpp ├── algebra.h ├── backgrnd.cpp ├── backgrnd.h ├── baddy.cpp ├── baddy.h ├── bit.cpp ├── bit.h ├── bit2.cpp ├── bit2.h ├── bitmap256.cpp ├── bitmap256.h ├── blackcat.cpp ├── blackcat.h ├── bmr.cpp ├── bmr.h ├── bullet.cpp ├── bullet.h ├── camera.cpp ├── camera.h ├── carnage.cpp ├── carnage.h ├── chain.cpp ├── chain.h ├── chopper.cpp ├── chopper.h ├── chunk.cpp ├── chunk.h ├── cinema.cpp ├── cinema.h ├── clean.bat ├── cop.cpp ├── cop.h ├── crate.cpp ├── crate.h ├── db.cpp ├── db.h ├── dcfileio.cpp ├── dcfileio.h ├── dcmemcard.cpp ├── dcmemcard.h ├── dcmodel.cpp ├── dcmodel.h ├── dcshellutils.cpp ├── dcshellutils.h ├── decomp.cpp ├── decomp.h ├── dest.sh ├── directx ├── include │ ├── activecf.h │ ├── amaudio.h │ ├── amparse.h │ ├── amstream.h │ ├── amva.h │ ├── amvideo.h │ ├── atsmedia.h │ ├── audevcod.h │ ├── austream.h │ ├── aviriff.h │ ├── basetsd.h │ ├── bdaiface.h │ ├── bdamedia.h │ ├── bdatypes.h │ ├── comlite.h │ ├── control.h │ ├── d3d.h │ ├── d3d8.h │ ├── d3d8caps.h │ ├── d3d8types.h │ ├── d3dcaps.h │ ├── d3drm.h │ ├── d3drmdef.h │ ├── d3drmobj.h │ ├── d3drmwin.h │ ├── d3dtypes.h │ ├── d3dvec.inl │ ├── d3dx.h │ ├── d3dx8.h │ ├── d3dx8core.h │ ├── d3dx8effect.h │ ├── d3dx8math.h │ ├── d3dx8math.inl │ ├── d3dx8mesh.h │ ├── d3dx8shape.h │ ├── d3dx8tex.h │ ├── d3dxcore.h │ ├── d3dxerr.h │ ├── d3dxmath.h │ ├── d3dxmath.inl │ ├── d3dxshapes.h │ ├── d3dxsprite.h │ ├── ddraw.h │ ├── ddrawex.h │ ├── ddstream.h │ ├── dinput.h │ ├── dinputd.h │ ├── dls1.h │ ├── dls2.h │ ├── dmdls.h │ ├── dmerror.h │ ├── dmksctrl.h │ ├── dmo.h │ ├── dmodshow.h │ ├── dmoimpl.h │ ├── dmoreg.h │ ├── dmort.h │ ├── dmplugin.h │ ├── dmusbuff.h │ ├── dmusicc.h │ ├── dmusicf.h │ ├── dmusici.h │ ├── dmusics.h │ ├── dpaddr.h │ ├── dplay.h │ ├── dplay8.h │ ├── dplobby.h │ ├── dplobby8.h │ ├── dsetup.h │ ├── dshow.h │ ├── dshowasf.h │ ├── dshowidl │ │ ├── amstream.idl │ │ ├── amvpe.idl │ │ ├── austream.idl │ │ ├── axcore.idl │ │ ├── axextend.idl │ │ ├── bdaiface.idl │ │ ├── control.odl │ │ ├── ddstream.idl │ │ ├── devenum.idl │ │ ├── dmodshow.idl │ │ ├── dshowasf.idl │ │ ├── dvdif.idl │ │ ├── dxtrans.idl │ │ ├── dyngraph.idl │ │ ├── iamovie.idl │ │ ├── mediaobj.idl │ │ ├── medparam.idl │ │ ├── mmstream.idl │ │ ├── qedit.idl │ │ ├── regbag.idl │ │ ├── strmif.idl │ │ ├── tuner.idl │ │ └── videoacc.idl │ ├── dsound.h │ ├── dv.h │ ├── dvdevcod.h │ ├── dvdmedia.h │ ├── dvoice.h │ ├── dvp.h │ ├── dx7todx8.h │ ├── dxerr8.h │ ├── dxfile.h │ ├── dxsdk.inc │ ├── dxtrans.h │ ├── dxva.h │ ├── edevdefs.h │ ├── errors.h │ ├── evcode.h │ ├── il21dec.h │ ├── ks.h │ ├── ksguid.h │ ├── ksmedia.h │ ├── ksproxy.h │ ├── ksuuids.h │ ├── mediaerr.h │ ├── mediaobj.h │ ├── medparam.h │ ├── mmstream.h │ ├── mpconfig.h │ ├── mpegtype.h │ ├── multimon.h │ ├── playlist.h │ ├── qedit.h │ ├── qnetwork.h │ ├── regbag.h │ ├── rmxfguid.h │ ├── rmxftmpl.h │ ├── rmxftmpl.x │ ├── strmif.h │ ├── tune.h │ ├── tuner.h │ ├── uuids.h │ ├── vfwmsgs.h │ ├── videoacc.h │ ├── vpconfig.h │ ├── vpnotify.h │ ├── vptype.h │ └── xprtdefs.h └── lib │ ├── amstrmid.lib │ ├── d3d8.lib │ ├── d3dx.lib │ ├── d3dx8.lib │ ├── d3dx8d.lib │ ├── d3dx8dt.lib │ ├── d3dxd.lib │ ├── d3dxof.lib │ ├── ddraw.lib │ ├── dinput.lib │ ├── dinput8.lib │ ├── dmoguids.lib │ ├── dplayx.lib │ ├── dpnaddr.lib │ ├── dpnet.lib │ ├── dpnlobby.lib │ ├── dpvoice.lib │ ├── dsetup.lib │ ├── dsound.lib │ ├── dxerr8.lib │ ├── dxguid.lib │ ├── dxtrans.lib │ ├── ksproxy.lib │ ├── ksuser.lib │ ├── msdmo.lib │ ├── qedit.lib │ ├── quartz.lib │ └── strmiids.lib ├── docock.cpp ├── docock.h ├── effects.cpp ├── effects.h ├── example.asm ├── exp.cpp ├── exp.h ├── export.h ├── flash.cpp ├── flash.h ├── font_draw.asm ├── font_draw.obj ├── friction.cpp ├── friction.h ├── front.cpp ├── front.h ├── hostage.cpp ├── hostage.h ├── init.cpp ├── init.h ├── jonah.cpp ├── jonah.h ├── known_sizes.txt ├── l1a3bomb.cpp ├── l1a3bomb.h ├── l2a1lsc.cpp ├── l2a1lsc.h ├── l5a5lsc.cpp ├── l5a5lsc.h ├── l5a6lsc.cpp ├── l5a6lsc.h ├── l5a7lsc.cpp ├── l5a7lsc.h ├── l6a1lsc.cpp ├── l6a1lsc.h ├── l6a2lsc.cpp ├── l6a2lsc.h ├── l6a3lsc.cpp ├── l6a3lsc.h ├── lib ├── libz_aarch64.a ├── libz_x86.a ├── safesehzlib.lib └── zlib.lib ├── lizard.cpp ├── lizard.h ├── lizman.cpp ├── lizman.h ├── localtxt.cpp ├── localtxt.h ├── logger.sh ├── m3d.cpp ├── m3d.h ├── m3dcolij.cpp ├── m3dcolij.h ├── m3dinit.cpp ├── m3dinit.h ├── m3dutils.cpp ├── m3dutils.h ├── m3dzone.cpp ├── m3dzone.h ├── main.cpp ├── main.h ├── manipob.cpp ├── manipob.h ├── mem.cpp ├── mem.h ├── mess.cpp ├── mess.h ├── message.cpp ├── message.h ├── mj.cpp ├── mj.h ├── music.cpp ├── music.h ├── my_assert.h ├── my_bink.cpp ├── my_bink.h ├── my_debug.cpp ├── my_debug.h ├── my_dx.h ├── my_types.h ├── mysterio.cpp ├── mysterio.h ├── non_win32.cpp ├── non_win32.h ├── ob.cpp ├── ob.h ├── pack.cpp ├── pack.h ├── pal.cpp ├── pal.h ├── panel.cpp ├── panel.h ├── pcdcBkup.cpp ├── pcdcBkup.h ├── pcdcFile.cpp ├── pcdcFile.h ├── pcdcMem.cpp ├── pcdcMem.h ├── pcdcPad.cpp ├── pcdcPad.h ├── physics.cpp ├── physics.h ├── pkr.cpp ├── pkr.h ├── place.sh ├── platform.cpp ├── platform.h ├── post.cpp ├── post.h ├── powerup.cpp ├── powerup.h ├── ps2card.cpp ├── ps2card.h ├── ps2funcs.cpp ├── ps2funcs.h ├── ps2gamefmv.cpp ├── ps2gamefmv.h ├── ps2lowsfx.cpp ├── ps2lowsfx.h ├── ps2m3d.cpp ├── ps2m3d.h ├── ps2pad.cpp ├── ps2pad.h ├── ps2redbook.cpp ├── ps2redbook.h ├── pshell.cpp ├── pshell.h ├── psx_types.h ├── quat.cpp ├── quat.h ├── reloc.cpp ├── reloc.h ├── reloc_g.cpp ├── reloc_g.h ├── rfront.cpp ├── rfront.h ├── rhino.cpp ├── rhino.h ├── scorpion.cpp ├── scorpion.h ├── screen.cpp ├── screen.h ├── shatter.cpp ├── shatter.h ├── shell.cpp ├── shell.h ├── simby.cpp ├── simby.h ├── smoke.cpp ├── smoke.h ├── spclone.cpp ├── spclone.h ├── spid_ai0.cpp ├── spid_ai0.h ├── spider.dep ├── spider.dsp ├── spider.dsw ├── spider.mak ├── spidey.cpp ├── spidey.h ├── spool.cpp ├── spool.h ├── stateflags.h ├── stubs.cpp ├── stubs.h ├── submarin.cpp ├── submarin.h ├── superock.cpp ├── superock.h ├── switch.cpp ├── switch.h ├── tests ├── bmp │ ├── LegalPC.bmp │ ├── legalbmpdata.bin │ └── legalbmpgsliced.bin ├── palettes │ ├── pal_0.bin │ ├── pal_1.bin │ ├── pal_10.bin │ ├── pal_100.bin │ ├── pal_101.bin │ ├── pal_102.bin │ ├── pal_103.bin │ ├── pal_104.bin │ ├── pal_105.bin │ ├── pal_106.bin │ ├── pal_107.bin │ ├── pal_108.bin │ ├── pal_109.bin │ ├── pal_11.bin │ ├── pal_110.bin │ ├── pal_111.bin │ ├── pal_112.bin │ ├── pal_113.bin │ ├── pal_114.bin │ ├── pal_115.bin │ ├── pal_116.bin │ ├── pal_117.bin │ ├── pal_118.bin │ ├── pal_119.bin │ ├── pal_12.bin │ ├── pal_120.bin │ ├── pal_121.bin │ ├── pal_122.bin │ ├── pal_123.bin │ ├── pal_124.bin │ ├── pal_125.bin │ ├── pal_126.bin │ ├── pal_127.bin │ ├── pal_128.bin │ ├── pal_129.bin │ ├── pal_13.bin │ ├── pal_130.bin │ ├── pal_131.bin │ ├── pal_132.bin │ ├── pal_133.bin │ ├── pal_134.bin │ ├── pal_135.bin │ ├── pal_136.bin │ ├── pal_137.bin │ ├── pal_138.bin │ ├── pal_139.bin │ ├── pal_14.bin │ ├── pal_140.bin │ ├── pal_141.bin │ ├── pal_142.bin │ ├── pal_143.bin │ ├── pal_144.bin │ ├── pal_145.bin │ ├── pal_146.bin │ ├── pal_147.bin │ ├── pal_148.bin │ ├── pal_149.bin │ ├── pal_15.bin │ ├── pal_150.bin │ ├── pal_151.bin │ ├── pal_152.bin │ ├── pal_153.bin │ ├── pal_154.bin │ ├── pal_155.bin │ ├── pal_156.bin │ ├── pal_157.bin │ ├── pal_158.bin │ ├── pal_159.bin │ ├── pal_16.bin │ ├── pal_160.bin │ ├── pal_161.bin │ ├── pal_162.bin │ ├── pal_163.bin │ ├── pal_164.bin │ ├── pal_165.bin │ ├── pal_166.bin │ ├── pal_167.bin │ ├── pal_168.bin │ ├── pal_169.bin │ ├── pal_17.bin │ ├── pal_170.bin │ ├── pal_171.bin │ ├── pal_172.bin │ ├── pal_173.bin │ ├── pal_174.bin │ ├── pal_175.bin │ ├── pal_176.bin │ ├── pal_177.bin │ ├── pal_178.bin │ ├── pal_179.bin │ ├── pal_18.bin │ ├── pal_180.bin │ ├── pal_181.bin │ ├── pal_182.bin │ ├── pal_183.bin │ ├── pal_184.bin │ ├── pal_185.bin │ ├── pal_186.bin │ ├── pal_187.bin │ ├── pal_188.bin │ ├── pal_189.bin │ ├── pal_19.bin │ ├── pal_190.bin │ ├── pal_191.bin │ ├── pal_192.bin │ ├── pal_193.bin │ ├── pal_194.bin │ ├── pal_195.bin │ ├── pal_196.bin │ ├── pal_197.bin │ ├── pal_198.bin │ ├── pal_199.bin │ ├── pal_2.bin │ ├── pal_20.bin │ ├── pal_200.bin │ ├── pal_201.bin │ ├── pal_202.bin │ ├── pal_203.bin │ ├── pal_204.bin │ ├── pal_205.bin │ ├── pal_206.bin │ ├── pal_207.bin │ ├── pal_208.bin │ ├── pal_209.bin │ ├── pal_21.bin │ ├── pal_210.bin │ ├── pal_211.bin │ ├── pal_212.bin │ ├── pal_213.bin │ ├── pal_214.bin │ ├── pal_215.bin │ ├── pal_216.bin │ ├── pal_217.bin │ ├── pal_218.bin │ ├── pal_219.bin │ ├── pal_22.bin │ ├── pal_220.bin │ ├── pal_221.bin │ ├── pal_222.bin │ ├── pal_223.bin │ ├── pal_224.bin │ ├── pal_225.bin │ ├── pal_226.bin │ ├── pal_227.bin │ ├── pal_228.bin │ ├── pal_229.bin │ ├── pal_23.bin │ ├── pal_230.bin │ ├── pal_231.bin │ ├── pal_232.bin │ ├── pal_233.bin │ ├── pal_234.bin │ ├── pal_235.bin │ ├── pal_236.bin │ ├── pal_237.bin │ ├── pal_238.bin │ ├── pal_239.bin │ ├── pal_24.bin │ ├── pal_240.bin │ ├── pal_241.bin │ ├── pal_242.bin │ ├── pal_243.bin │ ├── pal_244.bin │ ├── pal_245.bin │ ├── pal_246.bin │ ├── pal_247.bin │ ├── pal_248.bin │ ├── pal_249.bin │ ├── pal_25.bin │ ├── pal_250.bin │ ├── pal_251.bin │ ├── pal_252.bin │ ├── pal_253.bin │ ├── pal_254.bin │ ├── pal_255.bin │ ├── pal_256.bin │ ├── pal_257.bin │ ├── pal_258.bin │ ├── pal_259.bin │ ├── pal_26.bin │ ├── pal_260.bin │ ├── pal_261.bin │ ├── pal_262.bin │ ├── pal_263.bin │ ├── pal_264.bin │ ├── pal_265.bin │ ├── pal_266.bin │ ├── pal_267.bin │ ├── pal_268.bin │ ├── pal_269.bin │ ├── pal_27.bin │ ├── pal_270.bin │ ├── pal_271.bin │ ├── pal_272.bin │ ├── pal_273.bin │ ├── pal_274.bin │ ├── pal_275.bin │ ├── pal_276.bin │ ├── pal_277.bin │ ├── pal_278.bin │ ├── pal_279.bin │ ├── pal_28.bin │ ├── pal_280.bin │ ├── pal_281.bin │ ├── pal_282.bin │ ├── pal_283.bin │ ├── pal_284.bin │ ├── pal_285.bin │ ├── pal_286.bin │ ├── pal_287.bin │ ├── pal_288.bin │ ├── pal_289.bin │ ├── pal_29.bin │ ├── pal_290.bin │ ├── pal_291.bin │ ├── pal_292.bin │ ├── pal_293.bin │ ├── pal_294.bin │ ├── pal_295.bin │ ├── pal_296.bin │ ├── pal_297.bin │ ├── pal_298.bin │ ├── pal_299.bin │ ├── pal_3.bin │ ├── pal_30.bin │ ├── pal_300.bin │ ├── pal_301.bin │ ├── pal_302.bin │ ├── pal_303.bin │ ├── pal_304.bin │ ├── pal_305.bin │ ├── pal_306.bin │ ├── pal_307.bin │ ├── pal_308.bin │ ├── pal_309.bin │ ├── pal_31.bin │ ├── pal_310.bin │ ├── pal_311.bin │ ├── pal_312.bin │ ├── pal_313.bin │ ├── pal_314.bin │ ├── pal_315.bin │ ├── pal_316.bin │ ├── pal_317.bin │ ├── pal_318.bin │ ├── pal_319.bin │ ├── pal_32.bin │ ├── pal_320.bin │ ├── pal_321.bin │ ├── pal_322.bin │ ├── pal_323.bin │ ├── pal_324.bin │ ├── pal_325.bin │ ├── pal_326.bin │ ├── pal_327.bin │ ├── pal_328.bin │ ├── pal_329.bin │ ├── pal_33.bin │ ├── pal_330.bin │ ├── pal_331.bin │ ├── pal_332.bin │ ├── pal_333.bin │ ├── pal_334.bin │ ├── pal_335.bin │ ├── pal_336.bin │ ├── pal_337.bin │ ├── pal_338.bin │ ├── pal_339.bin │ ├── pal_34.bin │ ├── pal_340.bin │ ├── pal_341.bin │ ├── pal_342.bin │ ├── pal_343.bin │ ├── pal_344.bin │ ├── pal_345.bin │ ├── pal_346.bin │ ├── pal_347.bin │ ├── pal_348.bin │ ├── pal_349.bin │ ├── pal_35.bin │ ├── pal_350.bin │ ├── pal_351.bin │ ├── pal_352.bin │ ├── pal_353.bin │ ├── pal_354.bin │ ├── pal_355.bin │ ├── pal_356.bin │ ├── pal_357.bin │ ├── pal_358.bin │ ├── pal_359.bin │ ├── pal_36.bin │ ├── pal_360.bin │ ├── pal_361.bin │ ├── pal_362.bin │ ├── pal_363.bin │ ├── pal_364.bin │ ├── pal_365.bin │ ├── pal_366.bin │ ├── pal_367.bin │ ├── pal_368.bin │ ├── pal_369.bin │ ├── pal_37.bin │ ├── pal_370.bin │ ├── pal_371.bin │ ├── pal_372.bin │ ├── pal_373.bin │ ├── pal_374.bin │ ├── pal_375.bin │ ├── pal_376.bin │ ├── pal_377.bin │ ├── pal_378.bin │ ├── pal_379.bin │ ├── pal_38.bin │ ├── pal_380.bin │ ├── pal_381.bin │ ├── pal_382.bin │ ├── pal_383.bin │ ├── pal_384.bin │ ├── pal_385.bin │ ├── pal_386.bin │ ├── pal_387.bin │ ├── pal_388.bin │ ├── pal_389.bin │ ├── pal_39.bin │ ├── pal_390.bin │ ├── pal_391.bin │ ├── pal_392.bin │ ├── pal_393.bin │ ├── pal_394.bin │ ├── pal_395.bin │ ├── pal_396.bin │ ├── pal_397.bin │ ├── pal_398.bin │ ├── pal_399.bin │ ├── pal_4.bin │ ├── pal_40.bin │ ├── pal_400.bin │ ├── pal_401.bin │ ├── pal_402.bin │ ├── pal_403.bin │ ├── pal_404.bin │ ├── pal_405.bin │ ├── pal_406.bin │ ├── pal_407.bin │ ├── pal_408.bin │ ├── pal_409.bin │ ├── pal_41.bin │ ├── pal_410.bin │ ├── pal_411.bin │ ├── pal_412.bin │ ├── pal_413.bin │ ├── pal_414.bin │ ├── pal_415.bin │ ├── pal_416.bin │ ├── pal_417.bin │ ├── pal_418.bin │ ├── pal_419.bin │ ├── pal_42.bin │ ├── pal_420.bin │ ├── pal_421.bin │ ├── pal_422.bin │ ├── pal_423.bin │ ├── pal_424.bin │ ├── pal_425.bin │ ├── pal_426.bin │ ├── pal_427.bin │ ├── pal_428.bin │ ├── pal_429.bin │ ├── pal_43.bin │ ├── pal_430.bin │ ├── pal_431.bin │ ├── pal_432.bin │ ├── pal_433.bin │ ├── pal_434.bin │ ├── pal_435.bin │ ├── pal_436.bin │ ├── pal_437.bin │ ├── pal_438.bin │ ├── pal_439.bin │ ├── pal_44.bin │ ├── pal_440.bin │ ├── pal_441.bin │ ├── pal_442.bin │ ├── pal_443.bin │ ├── pal_444.bin │ ├── pal_445.bin │ ├── pal_446.bin │ ├── pal_447.bin │ ├── pal_448.bin │ ├── pal_449.bin │ ├── pal_45.bin │ ├── pal_450.bin │ ├── pal_451.bin │ ├── pal_452.bin │ ├── pal_453.bin │ ├── pal_454.bin │ ├── pal_455.bin │ ├── pal_456.bin │ ├── pal_457.bin │ ├── pal_458.bin │ ├── pal_459.bin │ ├── pal_46.bin │ ├── pal_460.bin │ ├── pal_461.bin │ ├── pal_462.bin │ ├── pal_463.bin │ ├── pal_464.bin │ ├── pal_465.bin │ ├── pal_466.bin │ ├── pal_467.bin │ ├── pal_468.bin │ ├── pal_469.bin │ ├── pal_47.bin │ ├── pal_470.bin │ ├── pal_471.bin │ ├── pal_472.bin │ ├── pal_473.bin │ ├── pal_474.bin │ ├── pal_475.bin │ ├── pal_476.bin │ ├── pal_477.bin │ ├── pal_478.bin │ ├── pal_479.bin │ ├── pal_48.bin │ ├── pal_480.bin │ ├── pal_481.bin │ ├── pal_482.bin │ ├── pal_483.bin │ ├── pal_484.bin │ ├── pal_485.bin │ ├── pal_486.bin │ ├── pal_487.bin │ ├── pal_488.bin │ ├── pal_489.bin │ ├── pal_49.bin │ ├── pal_490.bin │ ├── pal_491.bin │ ├── pal_492.bin │ ├── pal_493.bin │ ├── pal_494.bin │ ├── pal_495.bin │ ├── pal_496.bin │ ├── pal_497.bin │ ├── pal_498.bin │ ├── pal_499.bin │ ├── pal_5.bin │ ├── pal_50.bin │ ├── pal_500.bin │ ├── pal_501.bin │ ├── pal_502.bin │ ├── pal_503.bin │ ├── pal_504.bin │ ├── pal_505.bin │ ├── pal_506.bin │ ├── pal_507.bin │ ├── pal_508.bin │ ├── pal_509.bin │ ├── pal_51.bin │ ├── pal_510.bin │ ├── pal_511.bin │ ├── pal_52.bin │ ├── pal_53.bin │ ├── pal_54.bin │ ├── pal_55.bin │ ├── pal_56.bin │ ├── pal_57.bin │ ├── pal_58.bin │ ├── pal_59.bin │ ├── pal_6.bin │ ├── pal_60.bin │ ├── pal_61.bin │ ├── pal_62.bin │ ├── pal_63.bin │ ├── pal_64.bin │ ├── pal_65.bin │ ├── pal_66.bin │ ├── pal_67.bin │ ├── pal_68.bin │ ├── pal_69.bin │ ├── pal_7.bin │ ├── pal_70.bin │ ├── pal_71.bin │ ├── pal_72.bin │ ├── pal_73.bin │ ├── pal_74.bin │ ├── pal_75.bin │ ├── pal_76.bin │ ├── pal_77.bin │ ├── pal_78.bin │ ├── pal_79.bin │ ├── pal_8.bin │ ├── pal_80.bin │ ├── pal_81.bin │ ├── pal_82.bin │ ├── pal_83.bin │ ├── pal_84.bin │ ├── pal_85.bin │ ├── pal_86.bin │ ├── pal_87.bin │ ├── pal_88.bin │ ├── pal_89.bin │ ├── pal_9.bin │ ├── pal_90.bin │ ├── pal_91.bin │ ├── pal_92.bin │ ├── pal_93.bin │ ├── pal_94.bin │ ├── pal_95.bin │ ├── pal_96.bin │ ├── pal_97.bin │ ├── pal_98.bin │ └── pal_99.bin └── sfx │ ├── dem1.sfx │ ├── dem1.sfx_alias.bin │ ├── dem1.sfx_array.bin │ ├── dem2.sfx │ ├── dem2.sfx_alias.bin │ ├── dem2.sfx_array.bin │ ├── dem3.sfx │ ├── dem3.sfx_alias.bin │ ├── dem3.sfx_array.bin │ ├── dem4.sfx │ ├── dem4.sfx_alias.bin │ ├── dem4.sfx_array.bin │ ├── l1a1.sfx │ ├── l1a1.sfx_alias.bin │ ├── l1a1.sfx_array.bin │ ├── l1a2.sfx │ ├── l1a2.sfx_alias.bin │ ├── l1a2.sfx_array.bin │ ├── l1a3.sfx │ ├── l1a3.sfx_alias.bin │ ├── l1a3.sfx_array.bin │ ├── l1a4.sfx │ ├── l1a4.sfx_alias.bin │ ├── l1a4.sfx_array.bin │ ├── l2a1.sfx │ ├── l2a1.sfx_alias.bin │ ├── l2a1.sfx_array.bin │ ├── l2a2.sfx │ ├── l2a2.sfx_alias.bin │ ├── l2a2.sfx_array.bin │ ├── l3a1.sfx │ ├── l3a1.sfx_alias.bin │ ├── l3a1.sfx_array.bin │ ├── l3a2.sfx │ ├── l3a2.sfx_alias.bin │ ├── l3a2.sfx_array.bin │ ├── l3a3.sfx │ ├── l3a3.sfx_alias.bin │ ├── l3a3.sfx_array.bin │ ├── l3a4.sfx │ ├── l3a4.sfx_alias.bin │ ├── l3a4.sfx_array.bin │ ├── l3a5.sfx │ ├── l3a5.sfx_alias.bin │ ├── l3a5.sfx_array.bin │ ├── l4a1.sfx │ ├── l4a1.sfx_alias.bin │ ├── l4a1.sfx_array.bin │ ├── l5a1.sfx │ ├── l5a1.sfx_alias.bin │ ├── l5a1.sfx_array.bin │ ├── l5a2.sfx │ ├── l5a2.sfx_alias.bin │ ├── l5a2.sfx_array.bin │ ├── l5a3.sfx │ ├── l5a3.sfx_alias.bin │ ├── l5a3.sfx_array.bin │ ├── l5a4.sfx │ ├── l5a4.sfx_alias.bin │ ├── l5a4.sfx_array.bin │ ├── l5a5.sfx │ ├── l5a5.sfx_alias.bin │ ├── l5a5.sfx_array.bin │ ├── l5a6.sfx │ ├── l5a6.sfx_alias.bin │ ├── l5a6.sfx_array.bin │ ├── l5a7.sfx │ ├── l5a7.sfx_alias.bin │ ├── l5a7.sfx_array.bin │ ├── l6a1.sfx │ ├── l6a1.sfx_alias.bin │ ├── l6a1.sfx_array.bin │ ├── l6a2.sfx │ ├── l6a2.sfx_alias.bin │ ├── l6a2.sfx_array.bin │ ├── l6a3.sfx │ ├── l6a3.sfx_alias.bin │ ├── l6a3.sfx_array.bin │ ├── l6a4.sfx │ ├── l6a4.sfx_alias.bin │ ├── l6a4.sfx_array.bin │ ├── l7a1.sfx │ ├── l7a1.sfx_alias.bin │ ├── l7a1.sfx_array.bin │ ├── l7a2.sfx │ ├── l7a2.sfx_alias.bin │ ├── l7a2.sfx_array.bin │ ├── l7a3.sfx │ ├── l7a3.sfx_alias.bin │ ├── l7a3.sfx_array.bin │ ├── l7a4.sfx │ ├── l7a4.sfx_alias.bin │ ├── l7a4.sfx_array.bin │ ├── l7a5.sfx │ ├── l7a5.sfx_alias.bin │ ├── l7a5.sfx_array.bin │ ├── l8a1.sfx │ ├── l8a1.sfx_alias.bin │ ├── l8a1.sfx_array.bin │ ├── l8a2.sfx │ ├── l8a2.sfx_alias.bin │ ├── l8a2.sfx_array.bin │ ├── l8a3.sfx │ ├── l8a3.sfx_alias.bin │ ├── l8a3.sfx_array.bin │ ├── l8a4.sfx │ ├── l8a4.sfx_alias.bin │ ├── l8a4.sfx_array.bin │ ├── l8a5.sfx │ ├── l8a5.sfx_alias.bin │ ├── l8a5.sfx_array.bin │ ├── l8a6.sfx │ ├── l8a6.sfx_alias.bin │ ├── l8a6.sfx_array.bin │ ├── l9a1.sfx │ ├── l9a1.sfx_alias.bin │ ├── l9a1.sfx_array.bin │ ├── l9a2.sfx │ ├── l9a2.sfx_alias.bin │ ├── l9a2.sfx_array.bin │ ├── l9a3.sfx │ ├── l9a3.sfx_alias.bin │ ├── l9a3.sfx_array.bin │ ├── l9a4.sfx │ ├── l9a4.sfx_alias.bin │ ├── l9a4.sfx_array.bin │ ├── laa1.sfx │ ├── laa1.sfx_alias.bin │ ├── laa1.sfx_array.bin │ ├── laa2.sfx │ ├── laa2.sfx_alias.bin │ ├── laa2.sfx_array.bin │ ├── laa3.sfx │ ├── laa3.sfx_alias.bin │ ├── laa3.sfx_array.bin │ ├── laa4.sfx │ ├── laa4.sfx_alias.bin │ ├── laa4.sfx_array.bin │ ├── lba1.sfx │ ├── lba1.sfx_alias.bin │ ├── lba1.sfx_array.bin │ ├── lba2.sfx │ ├── lba2.sfx_alias.bin │ ├── lba2.sfx_array.bin │ ├── lba3.sfx │ ├── lba3.sfx_alias.bin │ ├── lba3.sfx_array.bin │ ├── lba4.sfx │ ├── lba4.sfx_alias.bin │ ├── lba4.sfx_array.bin │ ├── lca1.sfx │ ├── lca1.sfx_alias.bin │ ├── lca1.sfx_array.bin │ ├── lca2.sfx │ ├── lca2.sfx_alias.bin │ ├── lca2.sfx_array.bin │ ├── lca3.sfx │ ├── lca3.sfx_alias.bin │ ├── lca3.sfx_array.bin │ ├── lca4.sfx │ ├── lca4.sfx_alias.bin │ ├── lca4.sfx_array.bin │ ├── lda1.sfx │ ├── lda1.sfx_alias.bin │ ├── lda1.sfx_array.bin │ ├── lda2.sfx │ ├── lda2.sfx_alias.bin │ ├── lda2.sfx_array.bin │ ├── lda3.sfx │ ├── lda3.sfx_alias.bin │ ├── lda3.sfx_array.bin │ ├── lfa1.sfx │ ├── lfa1.sfx_alias.bin │ ├── lfa1.sfx_array.bin │ ├── lga1.sfx │ ├── lga1.sfx_alias.bin │ ├── lga1.sfx_array.bin │ ├── lha1.sfx │ ├── lha1.sfx_alias.bin │ ├── lha1.sfx_array.bin │ ├── menu.sfx │ ├── menu.sfx_alias.bin │ ├── menu.sfx_array.bin │ ├── spidey.sfx │ ├── spidey.sfx_alias.bin │ ├── spidey.sfx_array.bin │ ├── zArt.sfx │ ├── zArt.sfx_alias.bin │ └── zArt.sfx_array.bin ├── texture.h ├── thps2-stuff ├── decls.h └── types.h ├── thug.cpp ├── thug.h ├── tips.txt ├── tools ├── New Text Document.txt ├── SpideyPC.h ├── data_spitter.py ├── differ.py ├── dunno.py ├── file_and_function_spitter.py ├── file_names.txt ├── file_names_to_files.py ├── func_exporter.py ├── functions │ ├── 4198400.bin │ ├── 4198464.bin │ ├── 4198496.bin │ ├── 4198672.bin │ ├── 4198784.bin │ ├── 4199152.bin │ ├── 4199376.bin │ ├── 4199856.bin │ ├── 4199872.bin │ ├── 4200016.bin │ ├── 4200112.bin │ ├── 4200352.bin │ ├── 4200384.bin │ ├── 4200656.bin │ ├── 4201168.bin │ ├── 4201536.bin │ ├── 4201776.bin │ ├── 4201808.bin │ ├── 4201936.bin │ ├── 4202080.bin │ ├── 4202192.bin │ ├── 4202256.bin │ ├── 4202960.bin │ ├── 4203520.bin │ ├── 4203680.bin │ ├── 4203840.bin │ ├── 4203872.bin │ ├── 4204032.bin │ ├── 4204064.bin │ ├── 4204224.bin │ ├── 4204288.bin │ ├── 4204672.bin │ ├── 4204720.bin │ ├── 4204768.bin │ ├── 4204928.bin │ ├── 4204960.bin │ ├── 4205088.bin │ ├── 4205536.bin │ ├── 4205568.bin │ ├── 4206096.bin │ ├── 4206432.bin │ ├── 4206784.bin │ ├── 4206944.bin │ ├── 4207152.bin │ ├── 4207184.bin │ ├── 4207376.bin │ ├── 4207440.bin │ ├── 4209104.bin │ ├── 4209168.bin │ ├── 4209280.bin │ ├── 4209296.bin │ ├── 4209360.bin │ ├── 4209504.bin │ ├── 4209664.bin │ ├── 4209712.bin │ ├── 4210288.bin │ ├── 4210416.bin │ ├── 4210576.bin │ ├── 4210624.bin │ ├── 4210912.bin │ ├── 4211056.bin │ ├── 4211136.bin │ ├── 4211488.bin │ ├── 4211824.bin │ ├── 4211984.bin │ ├── 4212304.bin │ ├── 4212480.bin │ ├── 4212752.bin │ ├── 4212912.bin │ ├── 4212976.bin │ ├── 4213472.bin │ ├── 4213600.bin │ ├── 4213824.bin │ ├── 4213840.bin │ ├── 4214736.bin │ ├── 4214960.bin │ ├── 4222544.bin │ ├── 4222688.bin │ ├── 4223648.bin │ ├── 4224432.bin │ ├── 4224800.bin │ ├── 4225088.bin │ ├── 4225600.bin │ ├── 4225616.bin │ ├── 4226864.bin │ ├── 4226880.bin │ ├── 4226912.bin │ ├── 4226928.bin │ ├── 4227008.bin │ ├── 4227712.bin │ ├── 4227808.bin │ ├── 4227856.bin │ ├── 4228624.bin │ ├── 4229088.bin │ ├── 4229136.bin │ ├── 4229280.bin │ ├── 4229344.bin │ ├── 4229376.bin │ ├── 4229424.bin │ ├── 4229456.bin │ ├── 4229488.bin │ ├── 4229568.bin │ ├── 4229616.bin │ ├── 4229648.bin │ ├── 4229760.bin │ ├── 4229792.bin │ ├── 4229872.bin │ ├── 4229904.bin │ ├── 4230016.bin │ ├── 4230112.bin │ ├── 4230144.bin │ ├── 4230240.bin │ ├── 4230256.bin │ ├── 4230272.bin │ ├── 4230288.bin │ ├── 4230336.bin │ ├── 4230384.bin │ ├── 4230480.bin │ ├── 4230640.bin │ ├── 4230800.bin │ ├── 4230896.bin │ ├── 4231072.bin │ ├── 4231248.bin │ ├── 4231280.bin │ ├── 4231312.bin │ ├── 4231392.bin │ ├── 4231568.bin │ ├── 4231696.bin │ ├── 4231744.bin │ ├── 4231808.bin │ ├── 4231872.bin │ ├── 4231984.bin │ ├── 4232080.bin │ ├── 4232096.bin │ ├── 4232112.bin │ ├── 4232128.bin │ ├── 4232160.bin │ ├── 4232192.bin │ ├── 4232544.bin │ ├── 4233184.bin │ ├── 4236192.bin │ ├── 4236240.bin │ ├── 4236352.bin │ ├── 4236384.bin │ ├── 4236560.bin │ ├── 4236720.bin │ ├── 4236944.bin │ ├── 4236976.bin │ ├── 4237008.bin │ ├── 4237232.bin │ ├── 4237328.bin │ ├── 4237520.bin │ ├── 4237600.bin │ ├── 4237680.bin │ ├── 4237744.bin │ ├── 4237824.bin │ ├── 4240752.bin │ ├── 4241344.bin │ ├── 4241376.bin │ ├── 4241456.bin │ ├── 4241680.bin │ ├── 4241952.bin │ ├── 4242112.bin │ ├── 4243856.bin │ ├── 4243984.bin │ ├── 4244272.bin │ ├── 4244304.bin │ ├── 4244720.bin │ ├── 4244864.bin │ ├── 4244912.bin │ ├── 4244992.bin │ ├── 4245040.bin │ ├── 4245104.bin │ ├── 4245232.bin │ ├── 4249136.bin │ ├── 4249168.bin │ ├── 4249344.bin │ ├── 4249376.bin │ ├── 4249456.bin │ ├── 4249536.bin │ ├── 4250256.bin │ ├── 4250400.bin │ ├── 4250432.bin │ ├── 4250576.bin │ ├── 4252976.bin │ ├── 4253312.bin │ ├── 4253344.bin │ ├── 4253488.bin │ ├── 4253584.bin │ ├── 4253616.bin │ ├── 4253760.bin │ ├── 4255872.bin │ ├── 4255984.bin │ ├── 4256016.bin │ ├── 4256720.bin │ ├── 4256752.bin │ ├── 4256784.bin │ ├── 4256832.bin │ ├── 4256864.bin │ ├── 4256896.bin │ ├── 4257408.bin │ ├── 4257488.bin │ ├── 4257664.bin │ ├── 4257696.bin │ ├── 4258032.bin │ ├── 4258176.bin │ ├── 4258432.bin │ ├── 4258752.bin │ ├── 4258784.bin │ ├── 4258928.bin │ ├── 4259232.bin │ ├── 4259632.bin │ ├── 4259664.bin │ ├── 4259808.bin │ ├── 4259984.bin │ ├── 4260192.bin │ ├── 4260224.bin │ ├── 4260304.bin │ ├── 4260384.bin │ ├── 4261360.bin │ ├── 4262032.bin │ ├── 4262448.bin │ ├── 4262480.bin │ ├── 4262624.bin │ ├── 4262688.bin │ ├── 4263552.bin │ ├── 4263600.bin │ ├── 4263760.bin │ ├── 4263968.bin │ ├── 4264192.bin │ ├── 4264288.bin │ ├── 4264832.bin │ ├── 4264864.bin │ ├── 4264944.bin │ ├── 4265312.bin │ ├── 4266800.bin │ ├── 4267248.bin │ ├── 4267344.bin │ ├── 4267568.bin │ ├── 4267600.bin │ ├── 4267712.bin │ ├── 4267760.bin │ ├── 4268880.bin │ ├── 4269104.bin │ ├── 4269136.bin │ ├── 4269248.bin │ ├── 4269312.bin │ ├── 4269504.bin │ ├── 4270640.bin │ ├── 4270784.bin │ ├── 4270816.bin │ ├── 4270832.bin │ ├── 4271104.bin │ ├── 4271216.bin │ ├── 4271248.bin │ ├── 4271344.bin │ ├── 4271392.bin │ ├── 4271424.bin │ ├── 4271632.bin │ ├── 4271664.bin │ ├── 4271760.bin │ ├── 4271888.bin │ ├── 4273776.bin │ ├── 4273904.bin │ ├── 4274384.bin │ ├── 4274432.bin │ ├── 4274560.bin │ ├── 4274592.bin │ ├── 4274848.bin │ ├── 4275040.bin │ ├── 4276192.bin │ ├── 4276304.bin │ ├── 4279056.bin │ ├── 4279376.bin │ ├── 4280656.bin │ ├── 4280784.bin │ ├── 4281392.bin │ ├── 4281552.bin │ ├── 4281584.bin │ ├── 4281728.bin │ ├── 4282272.bin │ ├── 4282576.bin │ ├── 4283152.bin │ ├── 4283280.bin │ ├── 4284064.bin │ ├── 4284128.bin │ ├── 4285088.bin │ ├── 4285184.bin │ ├── 4285296.bin │ ├── 4285456.bin │ ├── 4285680.bin │ ├── 4286144.bin │ ├── 4286240.bin │ ├── 4286336.bin │ ├── 4286448.bin │ ├── 4286528.bin │ ├── 4286544.bin │ ├── 4286560.bin │ ├── 4286576.bin │ ├── 4286592.bin │ ├── 4286976.bin │ ├── 4287008.bin │ ├── 4287136.bin │ ├── 4287248.bin │ ├── 4290320.bin │ ├── 4290784.bin │ ├── 4291040.bin │ ├── 4291056.bin │ ├── 4291168.bin │ ├── 4291184.bin │ ├── 4291296.bin │ ├── 4291424.bin │ ├── 4291552.bin │ ├── 4291664.bin │ ├── 4291744.bin │ ├── 4291760.bin │ ├── 4294320.bin │ ├── 4294656.bin │ ├── 4295072.bin │ ├── 4295744.bin │ ├── 4296192.bin │ ├── 4296768.bin │ ├── 4297440.bin │ ├── 4297456.bin │ ├── 4297776.bin │ ├── 4298976.bin │ ├── 4299040.bin │ ├── 4299088.bin │ ├── 4299248.bin │ ├── 4299568.bin │ ├── 4299600.bin │ ├── 4299616.bin │ ├── 4299776.bin │ ├── 4300256.bin │ ├── 4300288.bin │ ├── 4300384.bin │ ├── 4301328.bin │ ├── 4301360.bin │ ├── 4301376.bin │ ├── 4301536.bin │ ├── 4302320.bin │ ├── 4302352.bin │ ├── 4302368.bin │ ├── 4302512.bin │ ├── 4302944.bin │ ├── 4302976.bin │ ├── 4302992.bin │ ├── 4303392.bin │ ├── 4304128.bin │ ├── 4304160.bin │ ├── 4304176.bin │ ├── 4304448.bin │ ├── 4304752.bin │ ├── 4304784.bin │ ├── 4304880.bin │ ├── 4305536.bin │ ├── 4305824.bin │ ├── 4307168.bin │ ├── 4307200.bin │ ├── 4307216.bin │ ├── 4307376.bin │ ├── 4307696.bin │ ├── 4307728.bin │ ├── 4308032.bin │ ├── 4308176.bin │ ├── 4308304.bin │ ├── 4309184.bin │ ├── 4309472.bin │ ├── 4309936.bin │ ├── 4310016.bin │ ├── 4311024.bin │ ├── 4312384.bin │ ├── 4313040.bin │ ├── 4314224.bin │ ├── 4314752.bin │ ├── 4315936.bin │ ├── 4317376.bin │ ├── 4318880.bin │ ├── 4319584.bin │ ├── 4319744.bin │ ├── 4320992.bin │ ├── 4322080.bin │ ├── 4322720.bin │ ├── 4323328.bin │ ├── 4324144.bin │ ├── 4324528.bin │ ├── 4325200.bin │ ├── 4325280.bin │ ├── 4325392.bin │ ├── 4326368.bin │ ├── 4326400.bin │ ├── 4326656.bin │ ├── 4326752.bin │ ├── 4326784.bin │ ├── 4327968.bin │ ├── 4328096.bin │ ├── 4328208.bin │ ├── 4328320.bin │ ├── 4328352.bin │ ├── 4328368.bin │ ├── 4328480.bin │ ├── 4328736.bin │ ├── 4328768.bin │ ├── 4328784.bin │ ├── 4328864.bin │ ├── 4328896.bin │ ├── 4329712.bin │ ├── 4329728.bin │ ├── 4331408.bin │ ├── 4331648.bin │ ├── 4331680.bin │ ├── 4331776.bin │ ├── 4334144.bin │ ├── 4336896.bin │ ├── 4337264.bin │ ├── 4337296.bin │ ├── 4337392.bin │ ├── 4338352.bin │ ├── 4339760.bin │ ├── 4340240.bin │ ├── 4342336.bin │ ├── 4342368.bin │ ├── 4342656.bin │ ├── 4342784.bin │ ├── 4346560.bin │ ├── 4346880.bin │ ├── 4347712.bin │ ├── 4348144.bin │ ├── 4348176.bin │ ├── 4348304.bin │ ├── 4348352.bin │ ├── 4348384.bin │ ├── 4348704.bin │ ├── 4348784.bin │ ├── 4349216.bin │ ├── 4349680.bin │ ├── 4349856.bin │ ├── 4350624.bin │ ├── 4351104.bin │ ├── 4351520.bin │ ├── 4351808.bin │ ├── 4352192.bin │ ├── 4352816.bin │ ├── 4353648.bin │ ├── 4354464.bin │ ├── 4354496.bin │ ├── 4354608.bin │ ├── 4354800.bin │ ├── 4355024.bin │ ├── 4356368.bin │ ├── 4357696.bin │ ├── 4358304.bin │ ├── 4358352.bin │ ├── 4358480.bin │ ├── 4358768.bin │ ├── 4358800.bin │ ├── 4358816.bin │ ├── 4358896.bin │ ├── 4359696.bin │ ├── 4359728.bin │ ├── 4359856.bin │ ├── 4360016.bin │ ├── 4360368.bin │ ├── 4360400.bin │ ├── 4360576.bin │ ├── 4360784.bin │ ├── 4361056.bin │ ├── 4361088.bin │ ├── 4361104.bin │ ├── 4361344.bin │ ├── 4361952.bin │ ├── 4362384.bin │ ├── 4362944.bin │ ├── 4363488.bin │ ├── 4363728.bin │ ├── 4363952.bin │ ├── 4364048.bin │ ├── 4364240.bin │ ├── 4365408.bin │ ├── 4366080.bin │ ├── 4366432.bin │ ├── 4368560.bin │ ├── 4369504.bin │ ├── 4370080.bin │ ├── 4371056.bin │ ├── 4371200.bin │ ├── 4371552.bin │ ├── 4372112.bin │ ├── 4372320.bin │ ├── 4373328.bin │ ├── 4374432.bin │ ├── 4374464.bin │ ├── 4375920.bin │ ├── 4376400.bin │ ├── 4377200.bin │ ├── 4378720.bin │ ├── 4379312.bin │ ├── 4380928.bin │ ├── 4381152.bin │ ├── 4382032.bin │ ├── 4383184.bin │ ├── 4383952.bin │ ├── 4385104.bin │ ├── 4385376.bin │ ├── 4385744.bin │ ├── 4386144.bin │ ├── 4386752.bin │ ├── 4387264.bin │ ├── 4387600.bin │ ├── 4387952.bin │ ├── 4388880.bin │ ├── 4389392.bin │ ├── 4390672.bin │ ├── 4390848.bin │ ├── 4391632.bin │ ├── 4391760.bin │ ├── 4392112.bin │ ├── 4392384.bin │ ├── 4392496.bin │ ├── 4392576.bin │ ├── 4393088.bin │ ├── 4393104.bin │ ├── 4393280.bin │ ├── 4393536.bin │ ├── 4393968.bin │ ├── 4394032.bin │ ├── 4394144.bin │ ├── 4394176.bin │ ├── 4394640.bin │ ├── 4394848.bin │ ├── 4395040.bin │ ├── 4395120.bin │ ├── 4395216.bin │ ├── 4395280.bin │ ├── 4395344.bin │ ├── 4395456.bin │ ├── 4395488.bin │ ├── 4395504.bin │ ├── 4395584.bin │ ├── 4396080.bin │ ├── 4400464.bin │ ├── 4400704.bin │ ├── 4400848.bin │ ├── 4400896.bin │ ├── 4401200.bin │ ├── 4401328.bin │ ├── 4401616.bin │ ├── 4402000.bin │ ├── 4402048.bin │ ├── 4402512.bin │ ├── 4402544.bin │ ├── 4402640.bin │ ├── 4402880.bin │ ├── 4403632.bin │ ├── 4403952.bin │ ├── 4403984.bin │ ├── 4404112.bin │ ├── 4404288.bin │ ├── 4405408.bin │ ├── 4405856.bin │ ├── 4406624.bin │ ├── 4408448.bin │ ├── 4408496.bin │ ├── 4408624.bin │ ├── 4408656.bin │ ├── 4409072.bin │ ├── 4409328.bin │ ├── 4411008.bin │ ├── 4411216.bin │ ├── 4411280.bin │ ├── 4412304.bin │ ├── 4412320.bin │ ├── 4412800.bin │ ├── 4412944.bin │ ├── 4415040.bin │ ├── 4417504.bin │ ├── 4417680.bin │ ├── 4417920.bin │ ├── 4418256.bin │ ├── 4419024.bin │ ├── 4420656.bin │ ├── 4421744.bin │ ├── 4423328.bin │ ├── 4424928.bin │ ├── 4425136.bin │ ├── 4426144.bin │ ├── 4426576.bin │ ├── 4427184.bin │ ├── 4427232.bin │ ├── 4427296.bin │ ├── 4427488.bin │ ├── 4427552.bin │ ├── 4427968.bin │ ├── 4428144.bin │ ├── 4428816.bin │ ├── 4429024.bin │ ├── 4429056.bin │ ├── 4429168.bin │ ├── 4429424.bin │ ├── 4430000.bin │ ├── 4430528.bin │ ├── 4430560.bin │ ├── 4430672.bin │ ├── 4431040.bin │ ├── 4431392.bin │ ├── 4431616.bin │ ├── 4431648.bin │ ├── 4431920.bin │ ├── 4431936.bin │ ├── 4432112.bin │ ├── 4432480.bin │ ├── 4432512.bin │ ├── 4432528.bin │ ├── 4432640.bin │ ├── 4432896.bin │ ├── 4433232.bin │ ├── 4433440.bin │ ├── 4433472.bin │ ├── 4433488.bin │ ├── 4433552.bin │ ├── 4434384.bin │ ├── 4434416.bin │ ├── 4435232.bin │ ├── 4435248.bin │ ├── 4436000.bin │ ├── 4436288.bin │ ├── 4436352.bin │ ├── 4436400.bin │ ├── 4436640.bin │ ├── 4437008.bin │ ├── 4437328.bin │ ├── 4437632.bin │ ├── 4437664.bin │ ├── 4437680.bin │ ├── 4437824.bin │ ├── 4437952.bin │ ├── 4438608.bin │ ├── 4438640.bin │ ├── 4438832.bin │ ├── 4439776.bin │ ├── 4440080.bin │ ├── 4440112.bin │ ├── 4440128.bin │ ├── 4440272.bin │ ├── 4440400.bin │ ├── 4440656.bin │ ├── 4440736.bin │ ├── 4440768.bin │ ├── 4440880.bin │ ├── 4441056.bin │ ├── 4441136.bin │ ├── 4441216.bin │ ├── 4441472.bin │ ├── 4441744.bin │ ├── 4441776.bin │ ├── 4441936.bin │ ├── 4442080.bin │ ├── 4442096.bin │ ├── 4442144.bin │ ├── 4442560.bin │ ├── 4442592.bin │ ├── 4442608.bin │ ├── 4443120.bin │ ├── 4443408.bin │ ├── 4443440.bin │ ├── 4443536.bin │ ├── 4443808.bin │ ├── 4443904.bin │ ├── 4443936.bin │ ├── 4444048.bin │ ├── 4445328.bin │ ├── 4445440.bin │ ├── 4445696.bin │ ├── 4445728.bin │ ├── 4445760.bin │ ├── 4446208.bin │ ├── 4446240.bin │ ├── 4446256.bin │ ├── 4446400.bin │ ├── 4446592.bin │ ├── 4448560.bin │ ├── 4448576.bin │ ├── 4449472.bin │ ├── 4450912.bin │ ├── 4451056.bin │ ├── 4451248.bin │ ├── 4452544.bin │ ├── 4452672.bin │ ├── 4453008.bin │ ├── 4453184.bin │ ├── 4453488.bin │ ├── 4453696.bin │ ├── 4453824.bin │ ├── 4453840.bin │ ├── 4454096.bin │ ├── 4454240.bin │ ├── 4454272.bin │ ├── 4454304.bin │ ├── 4454832.bin │ ├── 4455040.bin │ ├── 4455200.bin │ ├── 4455296.bin │ ├── 4455424.bin │ ├── 4455552.bin │ ├── 4456032.bin │ ├── 4456064.bin │ ├── 4456128.bin │ ├── 4456240.bin │ ├── 4456320.bin │ ├── 4456384.bin │ ├── 4456432.bin │ ├── 4456560.bin │ ├── 4456672.bin │ ├── 4456720.bin │ ├── 4456864.bin │ ├── 4456880.bin │ ├── 4457984.bin │ ├── 4458784.bin │ ├── 4458832.bin │ ├── 4459232.bin │ ├── 4459248.bin │ ├── 4460096.bin │ ├── 4460272.bin │ ├── 4463936.bin │ ├── 4464128.bin │ ├── 4464224.bin │ ├── 4464416.bin │ ├── 4464528.bin │ ├── 4465712.bin │ ├── 4465760.bin │ ├── 4465888.bin │ ├── 4466128.bin │ ├── 4466160.bin │ ├── 4466256.bin │ ├── 4466592.bin │ ├── 4467040.bin │ ├── 4467328.bin │ ├── 4467472.bin │ ├── 4467824.bin │ ├── 4467984.bin │ ├── 4469136.bin │ ├── 4469792.bin │ ├── 4469840.bin │ ├── 4470112.bin │ ├── 4470160.bin │ ├── 4470272.bin │ ├── 4470720.bin │ ├── 4470752.bin │ ├── 4471456.bin │ ├── 4471504.bin │ ├── 4471824.bin │ ├── 4472752.bin │ ├── 4473472.bin │ ├── 4473744.bin │ ├── 4473808.bin │ ├── 4473840.bin │ ├── 4474256.bin │ ├── 4474592.bin │ ├── 4474944.bin │ ├── 4475680.bin │ ├── 4475760.bin │ ├── 4476144.bin │ ├── 4477744.bin │ ├── 4478896.bin │ ├── 4479312.bin │ ├── 4479632.bin │ ├── 4479872.bin │ ├── 4481328.bin │ ├── 4481856.bin │ ├── 4482160.bin │ ├── 4482928.bin │ ├── 4483456.bin │ ├── 4484720.bin │ ├── 4484784.bin │ ├── 4484816.bin │ ├── 4484864.bin │ ├── 4484928.bin │ ├── 4485104.bin │ ├── 4485280.bin │ ├── 4486768.bin │ ├── 4486832.bin │ ├── 4487152.bin │ ├── 4491696.bin │ ├── 4492880.bin │ ├── 4493504.bin │ ├── 4494320.bin │ ├── 4495264.bin │ ├── 4495728.bin │ ├── 4496384.bin │ ├── 4497152.bin │ ├── 4497904.bin │ ├── 4498032.bin │ ├── 4498064.bin │ ├── 4498240.bin │ ├── 4498336.bin │ ├── 4498880.bin │ ├── 4498928.bin │ ├── 4499056.bin │ ├── 4499440.bin │ ├── 4499472.bin │ ├── 4499488.bin │ ├── 4499888.bin │ ├── 4500144.bin │ ├── 4500176.bin │ ├── 4500192.bin │ ├── 4500384.bin │ ├── 4500832.bin │ ├── 4500864.bin │ ├── 4501120.bin │ ├── 4501392.bin │ ├── 4501440.bin │ ├── 4502016.bin │ ├── 4502448.bin │ ├── 4502672.bin │ ├── 4502768.bin │ ├── 4502960.bin │ ├── 4504064.bin │ ├── 4504688.bin │ ├── 4507200.bin │ ├── 4509040.bin │ ├── 4511008.bin │ ├── 4511248.bin │ ├── 4512416.bin │ ├── 4512768.bin │ ├── 4513472.bin │ ├── 4514512.bin │ ├── 4515152.bin │ ├── 4516560.bin │ ├── 4516784.bin │ ├── 4517472.bin │ ├── 4517792.bin │ ├── 4518288.bin │ ├── 4518624.bin │ ├── 4518944.bin │ ├── 4519488.bin │ ├── 4520016.bin │ ├── 4520688.bin │ ├── 4521280.bin │ ├── 4521952.bin │ ├── 4522208.bin │ ├── 4522608.bin │ ├── 4523136.bin │ ├── 4523584.bin │ ├── 4524320.bin │ ├── 4524880.bin │ ├── 4525376.bin │ ├── 4525472.bin │ ├── 4525728.bin │ ├── 4526720.bin │ ├── 4526928.bin │ ├── 4528848.bin │ ├── 4529024.bin │ ├── 4529728.bin │ ├── 4529760.bin │ ├── 4529872.bin │ ├── 4530256.bin │ ├── 4530464.bin │ ├── 4531392.bin │ ├── 4532160.bin │ ├── 4532256.bin │ ├── 4532368.bin │ ├── 4532448.bin │ ├── 4532672.bin │ ├── 4533296.bin │ ├── 4534784.bin │ ├── 4534912.bin │ ├── 4535296.bin │ ├── 4535456.bin │ ├── 4536736.bin │ ├── 4537392.bin │ ├── 4537424.bin │ ├── 4537696.bin │ ├── 4538080.bin │ ├── 4538432.bin │ ├── 4538880.bin │ ├── 4538992.bin │ ├── 4539472.bin │ ├── 4540736.bin │ ├── 4540800.bin │ ├── 4540832.bin │ ├── 4542560.bin │ ├── 4543376.bin │ ├── 4543440.bin │ ├── 4543456.bin │ ├── 4543488.bin │ ├── 4543904.bin │ ├── 4544976.bin │ ├── 4545680.bin │ ├── 4547664.bin │ ├── 4547968.bin │ ├── 4548000.bin │ ├── 4548096.bin │ ├── 4548896.bin │ ├── 4549216.bin │ ├── 4549248.bin │ ├── 4549376.bin │ ├── 4549472.bin │ ├── 4549792.bin │ ├── 4549872.bin │ ├── 4549952.bin │ ├── 4550208.bin │ ├── 4550288.bin │ ├── 4551824.bin │ ├── 4551888.bin │ ├── 4553216.bin │ ├── 4553376.bin │ ├── 4553872.bin │ ├── 4554240.bin │ ├── 4554448.bin │ ├── 4554464.bin │ ├── 4554832.bin │ ├── 4555056.bin │ ├── 4555168.bin │ ├── 4555280.bin │ ├── 4555424.bin │ ├── 4555472.bin │ ├── 4555616.bin │ ├── 4555760.bin │ ├── 4556304.bin │ ├── 4556320.bin │ ├── 4556336.bin │ ├── 4556352.bin │ ├── 4556400.bin │ ├── 4556464.bin │ ├── 4556480.bin │ ├── 4556528.bin │ ├── 4556544.bin │ ├── 4556704.bin │ ├── 4556800.bin │ ├── 4556880.bin │ ├── 4557024.bin │ ├── 4557120.bin │ ├── 4557376.bin │ ├── 4557472.bin │ ├── 4557840.bin │ ├── 4557872.bin │ ├── 4558160.bin │ ├── 4558608.bin │ ├── 4558944.bin │ ├── 4558976.bin │ ├── 4559504.bin │ ├── 4559632.bin │ ├── 4559664.bin │ ├── 4559856.bin │ ├── 4559952.bin │ ├── 4560464.bin │ ├── 4562656.bin │ ├── 4562720.bin │ ├── 4562960.bin │ ├── 4564160.bin │ ├── 4564192.bin │ ├── 4564208.bin │ ├── 4564368.bin │ ├── 4564400.bin │ ├── 4564496.bin │ ├── 4565008.bin │ ├── 4565040.bin │ ├── 4565072.bin │ ├── 4565664.bin │ ├── 4566448.bin │ ├── 4566480.bin │ ├── 4566608.bin │ ├── 4566992.bin │ ├── 4567120.bin │ ├── 4567264.bin │ ├── 4567808.bin │ ├── 4567840.bin │ ├── 4567856.bin │ ├── 4568032.bin │ ├── 4568384.bin │ ├── 4568416.bin │ ├── 4568544.bin │ ├── 4569792.bin │ ├── 4569824.bin │ ├── 4570192.bin │ ├── 4570224.bin │ ├── 4570800.bin │ ├── 4571184.bin │ ├── 4573088.bin │ ├── 4573248.bin │ ├── 4573296.bin │ ├── 4573328.bin │ ├── 4573424.bin │ ├── 4573456.bin │ ├── 4574416.bin │ ├── 4574624.bin │ ├── 4574992.bin │ ├── 4575216.bin │ ├── 4575744.bin │ ├── 4576816.bin │ ├── 4577504.bin │ ├── 4578144.bin │ ├── 4578784.bin │ ├── 4580000.bin │ ├── 4580272.bin │ ├── 4580432.bin │ ├── 4581120.bin │ ├── 4581536.bin │ ├── 4583184.bin │ ├── 4585216.bin │ ├── 4585632.bin │ ├── 4585792.bin │ ├── 4586512.bin │ ├── 4586848.bin │ ├── 4586928.bin │ ├── 4586944.bin │ ├── 4587552.bin │ ├── 4587648.bin │ ├── 4588000.bin │ ├── 4588032.bin │ ├── 4588128.bin │ ├── 4588160.bin │ ├── 4588272.bin │ ├── 4588320.bin │ ├── 4588336.bin │ ├── 4588416.bin │ ├── 4588448.bin │ ├── 4588496.bin │ ├── 4588544.bin │ ├── 4588608.bin │ ├── 4588800.bin │ ├── 4588896.bin │ ├── 4588912.bin │ ├── 4588960.bin │ ├── 4589296.bin │ ├── 4589312.bin │ ├── 4589328.bin │ ├── 4589344.bin │ ├── 4589408.bin │ ├── 4589440.bin │ ├── 4589696.bin │ ├── 4590528.bin │ ├── 4590544.bin │ ├── 4590560.bin │ ├── 4590608.bin │ ├── 4590848.bin │ ├── 4591008.bin │ ├── 4591232.bin │ ├── 4591312.bin │ ├── 4591504.bin │ ├── 4591552.bin │ ├── 4591968.bin │ ├── 4592560.bin │ ├── 4592640.bin │ ├── 4592896.bin │ ├── 4593408.bin │ ├── 4593584.bin │ ├── 4593616.bin │ ├── 4593776.bin │ ├── 4593840.bin │ ├── 4594048.bin │ ├── 4594352.bin │ ├── 4594848.bin │ ├── 4594944.bin │ ├── 4596896.bin │ ├── 4597408.bin │ ├── 4598064.bin │ ├── 4598576.bin │ ├── 4598672.bin │ ├── 4598704.bin │ ├── 4598832.bin │ ├── 4598992.bin │ ├── 4599136.bin │ ├── 4599488.bin │ ├── 4599728.bin │ ├── 4600256.bin │ ├── 4601360.bin │ ├── 4601840.bin │ ├── 4601856.bin │ ├── 4601936.bin │ ├── 4601952.bin │ ├── 4604528.bin │ ├── 4610240.bin │ ├── 4615280.bin │ ├── 4615392.bin │ ├── 4619552.bin │ ├── 4620240.bin │ ├── 4624112.bin │ ├── 4624336.bin │ ├── 4624368.bin │ ├── 4624496.bin │ ├── 4624592.bin │ ├── 4625536.bin │ ├── 4625680.bin │ ├── 4626032.bin │ ├── 4626064.bin │ ├── 4628400.bin │ ├── 4628944.bin │ ├── 4629408.bin │ ├── 4629440.bin │ ├── 4631744.bin │ ├── 4631760.bin │ ├── 4632512.bin │ ├── 4633648.bin │ ├── 4633680.bin │ ├── 4633712.bin │ ├── 4634112.bin │ ├── 4634176.bin │ ├── 4634208.bin │ ├── 4634352.bin │ ├── 4634464.bin │ ├── 4634720.bin │ ├── 4635424.bin │ ├── 4635696.bin │ ├── 4636032.bin │ ├── 4636672.bin │ ├── 4637776.bin │ ├── 4637952.bin │ ├── 4638704.bin │ ├── 4639040.bin │ ├── 4639072.bin │ ├── 4639136.bin │ ├── 4639168.bin │ ├── 4639632.bin │ ├── 4639696.bin │ ├── 4640112.bin │ ├── 4640144.bin │ ├── 4640672.bin │ ├── 4640704.bin │ ├── 4640992.bin │ ├── 4641072.bin │ ├── 4641200.bin │ ├── 4641248.bin │ ├── 4641760.bin │ ├── 4641840.bin │ ├── 4641920.bin │ ├── 4642048.bin │ ├── 4642208.bin │ ├── 4642256.bin │ ├── 4642336.bin │ ├── 4642368.bin │ ├── 4642416.bin │ ├── 4642464.bin │ ├── 4642560.bin │ ├── 4642704.bin │ ├── 4642736.bin │ ├── 4642784.bin │ ├── 4642832.bin │ ├── 4642880.bin │ ├── 4642928.bin │ ├── 4642976.bin │ ├── 4643024.bin │ ├── 4643072.bin │ ├── 4643120.bin │ ├── 4643168.bin │ ├── 4643216.bin │ ├── 4643232.bin │ ├── 4643248.bin │ ├── 4643280.bin │ ├── 4643344.bin │ ├── 4643392.bin │ ├── 4643568.bin │ ├── 4643776.bin │ ├── 4644064.bin │ ├── 4644096.bin │ ├── 4644160.bin │ ├── 4644336.bin │ ├── 4644528.bin │ ├── 4644704.bin │ ├── 4644720.bin │ ├── 4644736.bin │ ├── 4644768.bin │ ├── 4644880.bin │ ├── 4644944.bin │ ├── 4645008.bin │ ├── 4645104.bin │ ├── 4645456.bin │ ├── 4645488.bin │ ├── 4645936.bin │ ├── 4645984.bin │ ├── 4646016.bin │ ├── 4646064.bin │ ├── 4646096.bin │ ├── 4646128.bin │ ├── 4646496.bin │ ├── 4646704.bin │ ├── 4646736.bin │ ├── 4646768.bin │ ├── 4646816.bin │ ├── 4646832.bin │ ├── 4647312.bin │ ├── 4647456.bin │ ├── 4647728.bin │ ├── 4648112.bin │ ├── 4649456.bin │ ├── 4650672.bin │ ├── 4651040.bin │ ├── 4651728.bin │ ├── 4653856.bin │ ├── 4654128.bin │ ├── 4654368.bin │ ├── 4654608.bin │ ├── 4654640.bin │ ├── 4654896.bin │ ├── 4654928.bin │ ├── 4655280.bin │ ├── 4655440.bin │ ├── 4656464.bin │ ├── 4656752.bin │ ├── 4657104.bin │ ├── 4657504.bin │ ├── 4657872.bin │ ├── 4658160.bin │ ├── 4659264.bin │ ├── 4659376.bin │ ├── 4659632.bin │ ├── 4660048.bin │ ├── 4660304.bin │ ├── 4660544.bin │ ├── 4660896.bin │ ├── 4661248.bin │ ├── 4661584.bin │ ├── 4661664.bin │ ├── 4661680.bin │ ├── 4661760.bin │ ├── 4662080.bin │ ├── 4662224.bin │ ├── 4662352.bin │ ├── 4662384.bin │ ├── 4662400.bin │ ├── 4662416.bin │ ├── 4663440.bin │ ├── 4663520.bin │ ├── 4663968.bin │ ├── 4664768.bin │ ├── 4667376.bin │ ├── 4667808.bin │ ├── 4671424.bin │ ├── 4672528.bin │ ├── 4677456.bin │ ├── 4677552.bin │ ├── 4679440.bin │ ├── 4679568.bin │ ├── 4680192.bin │ ├── 4680960.bin │ ├── 4686144.bin │ ├── 4686208.bin │ ├── 4690416.bin │ ├── 4690464.bin │ ├── 4690560.bin │ ├── 4690880.bin │ ├── 4690976.bin │ ├── 4691056.bin │ ├── 4691104.bin │ ├── 4691152.bin │ ├── 4691232.bin │ ├── 4691264.bin │ ├── 4691376.bin │ ├── 4691440.bin │ ├── 4691616.bin │ ├── 4692128.bin │ ├── 4692288.bin │ ├── 4692384.bin │ ├── 4692400.bin │ ├── 4692800.bin │ ├── 4692848.bin │ ├── 4693152.bin │ ├── 4693296.bin │ ├── 4693360.bin │ ├── 4693552.bin │ ├── 4693728.bin │ ├── 4694864.bin │ ├── 4694880.bin │ ├── 4694896.bin │ ├── 4694928.bin │ ├── 4694960.bin │ ├── 4695024.bin │ ├── 4695088.bin │ ├── 4695408.bin │ ├── 4695440.bin │ ├── 4695808.bin │ ├── 4697728.bin │ ├── 4697824.bin │ ├── 4697856.bin │ ├── 4697872.bin │ ├── 4698032.bin │ ├── 4698272.bin │ ├── 4698592.bin │ ├── 4698688.bin │ ├── 4699488.bin │ ├── 4699936.bin │ ├── 4700752.bin │ ├── 4701248.bin │ ├── 4701904.bin │ ├── 4702224.bin │ ├── 4702784.bin │ ├── 4703296.bin │ ├── 4703808.bin │ ├── 4704048.bin │ ├── 4704112.bin │ ├── 4704176.bin │ ├── 4704240.bin │ ├── 4704480.bin │ ├── 4704960.bin │ ├── 4706000.bin │ ├── 4706016.bin │ ├── 4706256.bin │ ├── 4707232.bin │ ├── 4707344.bin │ ├── 4707440.bin │ ├── 4708400.bin │ ├── 4709648.bin │ ├── 4709696.bin │ ├── 4709920.bin │ ├── 4709952.bin │ ├── 4710368.bin │ ├── 4710560.bin │ ├── 4710896.bin │ ├── 4711456.bin │ ├── 4712064.bin │ ├── 4712608.bin │ ├── 4713632.bin │ ├── 4714096.bin │ ├── 4714896.bin │ ├── 4715296.bin │ ├── 4715664.bin │ ├── 4716544.bin │ ├── 4718736.bin │ ├── 4718960.bin │ ├── 4719744.bin │ ├── 4720672.bin │ ├── 4721216.bin │ ├── 4722080.bin │ ├── 4722512.bin │ ├── 4722880.bin │ ├── 4723456.bin │ ├── 4724048.bin │ ├── 4725008.bin │ ├── 4725184.bin │ ├── 4727744.bin │ ├── 4728288.bin │ ├── 4729088.bin │ ├── 4729120.bin │ ├── 4729296.bin │ ├── 4729632.bin │ ├── 4730144.bin │ ├── 4730208.bin │ ├── 4730528.bin │ ├── 4730560.bin │ ├── 4730656.bin │ ├── 4731216.bin │ ├── 4731248.bin │ ├── 4731264.bin │ ├── 4731296.bin │ ├── 4731488.bin │ ├── 4731536.bin │ ├── 4731952.bin │ ├── 4731984.bin │ ├── 4732624.bin │ ├── 4732960.bin │ ├── 4733120.bin │ ├── 4733568.bin │ ├── 4734592.bin │ ├── 4735184.bin │ ├── 4735552.bin │ ├── 4737024.bin │ ├── 4737680.bin │ ├── 4738144.bin │ ├── 4738800.bin │ ├── 4739360.bin │ ├── 4740208.bin │ ├── 4740592.bin │ ├── 4740992.bin │ ├── 4741376.bin │ ├── 4741952.bin │ ├── 4742544.bin │ ├── 4744928.bin │ ├── 4745216.bin │ ├── 4745600.bin │ ├── 4746240.bin │ ├── 4746656.bin │ ├── 4747520.bin │ ├── 4747824.bin │ ├── 4749120.bin │ ├── 4749440.bin │ ├── 4750208.bin │ ├── 4750544.bin │ ├── 4750880.bin │ ├── 4751296.bin │ ├── 4751680.bin │ ├── 4752240.bin │ ├── 4752768.bin │ ├── 4752784.bin │ ├── 4755536.bin │ ├── 4756336.bin │ ├── 4757088.bin │ ├── 4757520.bin │ ├── 4759392.bin │ ├── 4760240.bin │ ├── 4760272.bin │ ├── 4760400.bin │ ├── 4761520.bin │ ├── 4761632.bin │ ├── 4762176.bin │ ├── 4762192.bin │ ├── 4762256.bin │ ├── 4763184.bin │ ├── 4763568.bin │ ├── 4763616.bin │ ├── 4767168.bin │ ├── 4767392.bin │ ├── 4767424.bin │ ├── 4767520.bin │ ├── 4767840.bin │ ├── 4767952.bin │ ├── 4769584.bin │ ├── 4771504.bin │ ├── 4771824.bin │ ├── 4772080.bin │ ├── 4773296.bin │ ├── 4773776.bin │ ├── 4774016.bin │ ├── 4774336.bin │ ├── 4774544.bin │ ├── 4774624.bin │ ├── 4774656.bin │ ├── 4774672.bin │ ├── 4774928.bin │ ├── 4777136.bin │ ├── 4777584.bin │ ├── 4777616.bin │ ├── 4777744.bin │ ├── 4778288.bin │ ├── 4778640.bin │ ├── 4779392.bin │ ├── 4779712.bin │ ├── 4779744.bin │ ├── 4779840.bin │ ├── 4780096.bin │ ├── 4780656.bin │ ├── 4780688.bin │ ├── 4780800.bin │ ├── 4780864.bin │ ├── 4780880.bin │ ├── 4781056.bin │ ├── 4781088.bin │ ├── 4781104.bin │ ├── 4781280.bin │ ├── 4781312.bin │ ├── 4781328.bin │ ├── 4781488.bin │ ├── 4781520.bin │ ├── 4781536.bin │ ├── 4781712.bin │ ├── 4781920.bin │ ├── 4781952.bin │ ├── 4782000.bin │ ├── 4782096.bin │ ├── 4782128.bin │ ├── 4782144.bin │ ├── 4782240.bin │ ├── 4783280.bin │ ├── 4783312.bin │ ├── 4783440.bin │ ├── 4784160.bin │ ├── 4785232.bin │ ├── 4785264.bin │ ├── 4785568.bin │ ├── 4785600.bin │ ├── 4785744.bin │ ├── 4785952.bin │ ├── 4786352.bin │ ├── 4786384.bin │ ├── 4786400.bin │ ├── 4786928.bin │ ├── 4786960.bin │ ├── 4787056.bin │ ├── 4787696.bin │ ├── 4789568.bin │ ├── 4789600.bin │ ├── 4790496.bin │ ├── 4790800.bin │ ├── 4795680.bin │ ├── 4795712.bin │ ├── 4795808.bin │ ├── 4796320.bin │ ├── 4796352.bin │ ├── 4796384.bin │ ├── 4796896.bin │ ├── 4798512.bin │ ├── 4798544.bin │ ├── 4798560.bin │ ├── 4798832.bin │ ├── 4798864.bin │ ├── 4801152.bin │ ├── 4803168.bin │ ├── 4803552.bin │ ├── 4805568.bin │ ├── 4806336.bin │ ├── 4807024.bin │ ├── 4808896.bin │ ├── 4809424.bin │ ├── 4812976.bin │ ├── 4814480.bin │ ├── 4814800.bin │ ├── 4816768.bin │ ├── 4816992.bin │ ├── 4817472.bin │ ├── 4818000.bin │ ├── 4818896.bin │ ├── 4819584.bin │ ├── 4820864.bin │ ├── 4822592.bin │ ├── 4823728.bin │ ├── 4824800.bin │ ├── 4826032.bin │ ├── 4828384.bin │ ├── 4829680.bin │ ├── 4829808.bin │ ├── 4833696.bin │ ├── 4833824.bin │ ├── 4836528.bin │ ├── 4837936.bin │ ├── 4839136.bin │ ├── 4840384.bin │ ├── 4842912.bin │ ├── 4843104.bin │ ├── 4844448.bin │ ├── 4845552.bin │ ├── 4845840.bin │ ├── 4846112.bin │ ├── 4846320.bin │ ├── 4848368.bin │ ├── 4852432.bin │ ├── 4853568.bin │ ├── 4855712.bin │ ├── 4856112.bin │ ├── 4856448.bin │ ├── 4858992.bin │ ├── 4859040.bin │ ├── 4859232.bin │ ├── 4859360.bin │ ├── 4859520.bin │ ├── 4859792.bin │ ├── 4860096.bin │ ├── 4860400.bin │ ├── 4860432.bin │ ├── 4860448.bin │ ├── 4860736.bin │ ├── 4860832.bin │ ├── 4861232.bin │ ├── 4861264.bin │ ├── 4861280.bin │ ├── 4861744.bin │ ├── 4862032.bin │ ├── 4862064.bin │ ├── 4862192.bin │ ├── 4862352.bin │ ├── 4862384.bin │ ├── 4862480.bin │ ├── 4862688.bin │ ├── 4863088.bin │ ├── 4863120.bin │ ├── 4863136.bin │ ├── 4863552.bin │ ├── 4864064.bin │ ├── 4864096.bin │ ├── 4864240.bin │ ├── 4864848.bin │ ├── 4865056.bin │ ├── 4865088.bin │ ├── 4865104.bin │ ├── 4865200.bin │ ├── 4865424.bin │ ├── 4865456.bin │ ├── 4865472.bin │ ├── 4865648.bin │ ├── 4866208.bin │ ├── 4866240.bin │ ├── 4866256.bin │ ├── 4867552.bin │ ├── 4867696.bin │ ├── 4867728.bin │ ├── 4867744.bin │ ├── 4867792.bin │ ├── 4868832.bin │ ├── 4868864.bin │ ├── 4868992.bin │ ├── 4869840.bin │ ├── 4871136.bin │ ├── 4871280.bin │ ├── 4871728.bin │ ├── 4871760.bin │ ├── 4871776.bin │ ├── 4872160.bin │ ├── 4872528.bin │ ├── 4872560.bin │ ├── 4872576.bin │ ├── 4873024.bin │ ├── 4873328.bin │ ├── 4873744.bin │ ├── 4873776.bin │ ├── 4873792.bin │ ├── 4874192.bin │ ├── 4875504.bin │ ├── 4875536.bin │ ├── 4875552.bin │ ├── 4877056.bin │ ├── 4877328.bin │ ├── 4877360.bin │ ├── 4877456.bin │ ├── 4877648.bin │ ├── 4878416.bin │ ├── 4879280.bin │ ├── 4879472.bin │ ├── 4879504.bin │ ├── 4879600.bin │ ├── 4879840.bin │ ├── 4880192.bin │ ├── 4880464.bin │ ├── 4880496.bin │ ├── 4881120.bin │ ├── 4881360.bin │ ├── 4882032.bin │ ├── 4882048.bin │ ├── 4882336.bin │ ├── 4884096.bin │ ├── 4884256.bin │ ├── 4884400.bin │ ├── 4885168.bin │ ├── 4886432.bin │ ├── 4887104.bin │ ├── 4887728.bin │ ├── 4888096.bin │ ├── 4888624.bin │ ├── 4889104.bin │ ├── 4890368.bin │ ├── 4891856.bin │ ├── 4892256.bin │ ├── 4892528.bin │ ├── 4893104.bin │ ├── 4893408.bin │ ├── 4893680.bin │ ├── 4895888.bin │ ├── 4896112.bin │ ├── 4899200.bin │ ├── 4901248.bin │ ├── 4902528.bin │ ├── 4902560.bin │ ├── 4902656.bin │ ├── 4902832.bin │ ├── 4903440.bin │ ├── 4904224.bin │ ├── 4905728.bin │ ├── 4906032.bin │ ├── 4906320.bin │ ├── 4906656.bin │ ├── 4907104.bin │ ├── 4907392.bin │ ├── 4907984.bin │ ├── 4911712.bin │ ├── 4912048.bin │ ├── 4912240.bin │ ├── 4912928.bin │ ├── 4912960.bin │ ├── 4912976.bin │ ├── 4914320.bin │ ├── 4914368.bin │ ├── 4914496.bin │ ├── 4914528.bin │ ├── 4914800.bin │ ├── 4914992.bin │ ├── 4916048.bin │ ├── 4916160.bin │ ├── 4918624.bin │ ├── 4918656.bin │ ├── 4919024.bin │ ├── 4920304.bin │ ├── 4950880.bin │ ├── 4950896.bin │ ├── 4950912.bin │ ├── 4950944.bin │ ├── 4950960.bin │ ├── 4950976.bin │ ├── 4950992.bin │ ├── 4951008.bin │ ├── 4951040.bin │ ├── 4951056.bin │ ├── 4951072.bin │ ├── 4951088.bin │ ├── 4951152.bin │ ├── 4951168.bin │ ├── 4951424.bin │ ├── 4951648.bin │ ├── 4952096.bin │ ├── 4952448.bin │ ├── 4952560.bin │ ├── 4952592.bin │ ├── 4952864.bin │ ├── 4952896.bin │ ├── 4952976.bin │ ├── 4953120.bin │ ├── 4953904.bin │ ├── 4953920.bin │ ├── 4954064.bin │ ├── 4955664.bin │ ├── 4955696.bin │ ├── 4955728.bin │ ├── 4955824.bin │ ├── 4958704.bin │ ├── 4958768.bin │ ├── 4959632.bin │ ├── 4959936.bin │ ├── 4960192.bin │ ├── 4960224.bin │ ├── 4960416.bin │ ├── 4960640.bin │ ├── 4960736.bin │ ├── 4961024.bin │ ├── 4962064.bin │ ├── 4962320.bin │ ├── 4963424.bin │ ├── 4964384.bin │ ├── 4964768.bin │ ├── 4965120.bin │ ├── 4969744.bin │ ├── 4970320.bin │ ├── 4970464.bin │ ├── 4970496.bin │ ├── 4970544.bin │ ├── 4970640.bin │ ├── 4972304.bin │ ├── 4972336.bin │ ├── 4972512.bin │ ├── 4972528.bin │ ├── 4973536.bin │ ├── 4973744.bin │ ├── 4974784.bin │ ├── 4975248.bin │ ├── 4975472.bin │ ├── 4976752.bin │ ├── 4978128.bin │ ├── 4978320.bin │ ├── 4978464.bin │ ├── 4978592.bin │ ├── 4978720.bin │ ├── 4978848.bin │ ├── 4979648.bin │ ├── 4979936.bin │ ├── 4980416.bin │ ├── 4980912.bin │ ├── 4982032.bin │ ├── 4983680.bin │ ├── 4984144.bin │ ├── 4984416.bin │ ├── 4984544.bin │ ├── 4985952.bin │ ├── 4987040.bin │ ├── 4988592.bin │ ├── 4989072.bin │ ├── 4989856.bin │ ├── 4990176.bin │ ├── 4991040.bin │ ├── 4991808.bin │ ├── 4992880.bin │ ├── 4993184.bin │ ├── 4993232.bin │ ├── 4993488.bin │ ├── 4994432.bin │ ├── 4995088.bin │ ├── 4995232.bin │ ├── 4998912.bin │ ├── 4999488.bin │ ├── 4999712.bin │ ├── 5000112.bin │ ├── 5001520.bin │ ├── 5001808.bin │ ├── 5002400.bin │ ├── 5003936.bin │ ├── 5004384.bin │ ├── 5004752.bin │ ├── 5006496.bin │ ├── 5006784.bin │ ├── 5007520.bin │ ├── 5007712.bin │ ├── 5007728.bin │ ├── 5008032.bin │ ├── 5008336.bin │ ├── 5008912.bin │ ├── 5009648.bin │ ├── 5009696.bin │ ├── 5014544.bin │ ├── 5014896.bin │ ├── 5015504.bin │ ├── 5016640.bin │ ├── 5016768.bin │ ├── 5017408.bin │ ├── 5017856.bin │ ├── 5017904.bin │ ├── 5017984.bin │ ├── 5018128.bin │ ├── 5018160.bin │ ├── 5018288.bin │ ├── 5018544.bin │ ├── 5018672.bin │ ├── 5018720.bin │ ├── 5018800.bin │ ├── 5019072.bin │ ├── 5019264.bin │ ├── 5019568.bin │ ├── 5019728.bin │ ├── 5020016.bin │ ├── 5020256.bin │ ├── 5023040.bin │ ├── 5023136.bin │ ├── 5023296.bin │ ├── 5023568.bin │ ├── 5023616.bin │ ├── 5023648.bin │ ├── 5024272.bin │ ├── 5024592.bin │ ├── 5024800.bin │ ├── 5025760.bin │ ├── 5025792.bin │ ├── 5025968.bin │ ├── 5025984.bin │ ├── 5027088.bin │ ├── 5027248.bin │ ├── 5027584.bin │ ├── 5027776.bin │ ├── 5028320.bin │ ├── 5028448.bin │ ├── 5028480.bin │ ├── 5028672.bin │ ├── 5028768.bin │ ├── 5029264.bin │ ├── 5029328.bin │ ├── 5029456.bin │ ├── 5029488.bin │ ├── 5029504.bin │ ├── 5029664.bin │ ├── 5029696.bin │ ├── 5030016.bin │ ├── 5030272.bin │ ├── 5030384.bin │ ├── 5032992.bin │ ├── 5033040.bin │ ├── 5033280.bin │ ├── 5033296.bin │ ├── 5033456.bin │ ├── 5033856.bin │ ├── 5035936.bin │ ├── 5038288.bin │ ├── 5038464.bin │ ├── 5039056.bin │ ├── 5039296.bin │ ├── 5040080.bin │ ├── 5040496.bin │ ├── 5042080.bin │ ├── 5042800.bin │ ├── 5043040.bin │ ├── 5044000.bin │ ├── 5045680.bin │ ├── 5047264.bin │ ├── 5047488.bin │ ├── 5048416.bin │ ├── 5048800.bin │ ├── 5049248.bin │ ├── 5049968.bin │ ├── 5051536.bin │ ├── 5051616.bin │ ├── 5052400.bin │ ├── 5052432.bin │ ├── 5052528.bin │ ├── 5052896.bin │ ├── 5052944.bin │ ├── 5053536.bin │ ├── 5055552.bin │ ├── 5055584.bin │ ├── 5055632.bin │ ├── 5055760.bin │ ├── 5056048.bin │ ├── 5056080.bin │ ├── 5056096.bin │ ├── 5056272.bin │ ├── 5057040.bin │ ├── 5057072.bin │ ├── 5057200.bin │ ├── 5057568.bin │ ├── 5057600.bin │ ├── 5057792.bin │ ├── 5058000.bin │ ├── 5058272.bin │ ├── 5058304.bin │ ├── 5058320.bin │ ├── 5058960.bin │ ├── 5059392.bin │ ├── 5059744.bin │ ├── 5060320.bin │ ├── 5060608.bin │ ├── 5060832.bin │ ├── 5060928.bin │ ├── 5061136.bin │ ├── 5061376.bin │ ├── 5062480.bin │ ├── 5063376.bin │ ├── 5063968.bin │ ├── 5064320.bin │ ├── 5066544.bin │ ├── 5067024.bin │ ├── 5068096.bin │ ├── 5068576.bin │ ├── 5069696.bin │ ├── 5070256.bin │ ├── 5070400.bin │ ├── 5070752.bin │ ├── 5071456.bin │ ├── 5071664.bin │ ├── 5072880.bin │ ├── 5073856.bin │ ├── 5074064.bin │ ├── 5075552.bin │ ├── 5076592.bin │ ├── 5077200.bin │ ├── 5078064.bin │ ├── 5079840.bin │ ├── 5080512.bin │ ├── 5082480.bin │ ├── 5082704.bin │ ├── 5083648.bin │ ├── 5084880.bin │ ├── 5085760.bin │ ├── 5087024.bin │ ├── 5087488.bin │ ├── 5088000.bin │ ├── 5088608.bin │ ├── 5089120.bin │ ├── 5089456.bin │ ├── 5089888.bin │ ├── 5090288.bin │ ├── 5091472.bin │ ├── 5091968.bin │ ├── 5093520.bin │ ├── 5093824.bin │ ├── 5094352.bin │ ├── 5094384.bin │ ├── 5094832.bin │ ├── 5096480.bin │ ├── 5096528.bin │ ├── 5096656.bin │ ├── 5096688.bin │ ├── 5096944.bin │ ├── 5097136.bin │ ├── 5098336.bin │ ├── 5101040.bin │ ├── 5101408.bin │ ├── 5102816.bin │ ├── 5102832.bin │ ├── 5105488.bin │ ├── 5105520.bin │ ├── 5105648.bin │ ├── 5105728.bin │ ├── 5105808.bin │ ├── 5105840.bin │ ├── 5105872.bin │ ├── 5106032.bin │ ├── 5106208.bin │ ├── 5106448.bin │ ├── 5106512.bin │ ├── 5107136.bin │ ├── 5107312.bin │ ├── 5110816.bin │ ├── 5111088.bin │ ├── 5111408.bin │ ├── 5111728.bin │ ├── 5111776.bin │ ├── 5111968.bin │ ├── 5112336.bin │ ├── 5124496.bin │ ├── 5125568.bin │ ├── 5126272.bin │ ├── 5126464.bin │ ├── 5126944.bin │ ├── 5126992.bin │ ├── 5127120.bin │ ├── 5127520.bin │ ├── 5127552.bin │ ├── 5127664.bin │ ├── 5128688.bin │ ├── 5128992.bin │ ├── 5129024.bin │ ├── 5129120.bin │ ├── 5129456.bin │ ├── 5129488.bin │ ├── 5129504.bin │ ├── 5129680.bin │ ├── 5129712.bin │ ├── 5129808.bin │ ├── 5130112.bin │ ├── 5130464.bin │ ├── 5130496.bin │ ├── 5130656.bin │ ├── 5130736.bin │ ├── 5131376.bin │ ├── 5132064.bin │ ├── 5132800.bin │ ├── 5133760.bin │ ├── 5134416.bin │ ├── 5134880.bin │ ├── 5135248.bin │ ├── 5135376.bin │ ├── 5135600.bin │ ├── 5135712.bin │ ├── 5135744.bin │ ├── 5135776.bin │ ├── 5135856.bin │ ├── 5135904.bin │ ├── 5136096.bin │ ├── 5136352.bin │ ├── 5136464.bin │ ├── 5136576.bin │ ├── 5136720.bin │ ├── 5136800.bin │ ├── 5136864.bin │ ├── 5136928.bin │ ├── 5137104.bin │ ├── 5137376.bin │ ├── 5137520.bin │ ├── 5137696.bin │ ├── 5137760.bin │ ├── 5137888.bin │ ├── 5137968.bin │ ├── 5138176.bin │ ├── 5138336.bin │ ├── 5138496.bin │ ├── 5138752.bin │ ├── 5138896.bin │ ├── 5139008.bin │ ├── 5139392.bin │ ├── 5139648.bin │ ├── 5139856.bin │ ├── 5140224.bin │ ├── 5140304.bin │ ├── 5140400.bin │ ├── 5140624.bin │ ├── 5140960.bin │ ├── 5141664.bin │ ├── 5141760.bin │ ├── 5141840.bin │ ├── 5141904.bin │ ├── 5141952.bin │ ├── 5142000.bin │ ├── 5142048.bin │ ├── 5142096.bin │ ├── 5142144.bin │ ├── 5142192.bin │ ├── 5142256.bin │ ├── 5142304.bin │ ├── 5142368.bin │ ├── 5142432.bin │ ├── 5142480.bin │ ├── 5142528.bin │ ├── 5142592.bin │ ├── 5142640.bin │ ├── 5142688.bin │ ├── 5142720.bin │ ├── 5142784.bin │ ├── 5142816.bin │ ├── 5142864.bin │ ├── 5142944.bin │ ├── 5143024.bin │ ├── 5143104.bin │ ├── 5143184.bin │ ├── 5143264.bin │ ├── 5143344.bin │ ├── 5143888.bin │ ├── 5143952.bin │ ├── 5144080.bin │ ├── 5147024.bin │ ├── 5147968.bin │ ├── 5148000.bin │ ├── 5148048.bin │ ├── 5148528.bin │ ├── 5148560.bin │ ├── 5148688.bin │ ├── 5149968.bin │ ├── 5150000.bin │ ├── 5150016.bin │ ├── 5150176.bin │ ├── 5150208.bin │ ├── 5151072.bin │ ├── 5151376.bin │ ├── 5151488.bin │ ├── 5158192.bin │ ├── 5158544.bin │ ├── 5158896.bin │ ├── 5160096.bin │ ├── 5160400.bin │ ├── 5161024.bin │ ├── 5164128.bin │ ├── 5164416.bin │ ├── 5164752.bin │ ├── 5164800.bin │ ├── 5164864.bin │ ├── 5165584.bin │ ├── 5165872.bin │ ├── 5166096.bin │ ├── 5166480.bin │ ├── 5166992.bin │ ├── 5168064.bin │ ├── 5169136.bin │ ├── 5170272.bin │ ├── 5171120.bin │ ├── 5174336.bin │ ├── 5174688.bin │ ├── 5174944.bin │ ├── 5174992.bin │ ├── 5177024.bin │ ├── 5180016.bin │ ├── 5180576.bin │ ├── 5180784.bin │ ├── 5181072.bin │ ├── 5181184.bin │ ├── 5181360.bin │ ├── 5181504.bin │ ├── 5182480.bin │ ├── 5182640.bin │ ├── 5183168.bin │ ├── 5183344.bin │ ├── 5183536.bin │ ├── 5183584.bin │ ├── 5188272.bin │ ├── 5188512.bin │ ├── 5188768.bin │ ├── 5188896.bin │ ├── 5188944.bin │ ├── 5188992.bin │ ├── 5189040.bin │ ├── 5196080.bin │ ├── 5196448.bin │ ├── 5196576.bin │ ├── 5196928.bin │ ├── 5197120.bin │ ├── 5197296.bin │ ├── 5199008.bin │ ├── 5199120.bin │ ├── 5199616.bin │ ├── 5199648.bin │ ├── 5199872.bin │ ├── 5200048.bin │ ├── 5200080.bin │ ├── 5200224.bin │ ├── 5200832.bin │ ├── 5201264.bin │ ├── 5201296.bin │ ├── 5201312.bin │ ├── 5201456.bin │ ├── 5201488.bin │ ├── 5201616.bin │ ├── 5202288.bin │ ├── 5202528.bin │ ├── 5202576.bin │ ├── 5202944.bin │ ├── 5202976.bin │ ├── 5203120.bin │ ├── 5203616.bin │ ├── 5204464.bin │ ├── 5205008.bin │ ├── 5205760.bin │ ├── 5206464.bin │ ├── 5206496.bin │ ├── 5206528.bin │ ├── 5206640.bin │ ├── 5206720.bin │ ├── 5206768.bin │ ├── 5206800.bin │ ├── 5207216.bin │ ├── 5207376.bin │ ├── 5207680.bin │ ├── 5208800.bin │ ├── 5209920.bin │ ├── 5210352.bin │ ├── 5210384.bin │ ├── 5210512.bin │ ├── 5210784.bin │ ├── 5211072.bin │ ├── 5211648.bin │ ├── 5212256.bin │ ├── 5213456.bin │ ├── 5213728.bin │ ├── 5214272.bin │ ├── 5214304.bin │ ├── 5214448.bin │ ├── 5214544.bin │ ├── 5216144.bin │ ├── 5216432.bin │ ├── 5216464.bin │ ├── 5216480.bin │ ├── 5216528.bin │ ├── 5216560.bin │ ├── 5216576.bin │ ├── 5217184.bin │ ├── 5217216.bin │ ├── 5217232.bin │ ├── 5218432.bin │ ├── 5219008.bin │ ├── 5219040.bin │ ├── 5219136.bin │ ├── 5219456.bin │ ├── 5219680.bin │ ├── 5219712.bin │ ├── 5219808.bin │ ├── 5219904.bin │ ├── 5220176.bin │ ├── 5220208.bin │ ├── 5220400.bin │ ├── 5221712.bin │ ├── 5221920.bin │ ├── 5222160.bin │ ├── 5222192.bin │ ├── 5222208.bin │ ├── 5222624.bin │ ├── 5222880.bin │ ├── 5223104.bin │ ├── 5223136.bin │ ├── 5223584.bin │ ├── 5223696.bin │ ├── 5223984.bin │ ├── 5224496.bin │ ├── 5224528.bin │ ├── 5224640.bin │ ├── 5225920.bin │ ├── 5227056.bin │ ├── 5227072.bin │ ├── 5228080.bin │ ├── 5228576.bin │ ├── 5232496.bin │ ├── 5232720.bin │ ├── 5234320.bin │ ├── 5235120.bin │ ├── 5237984.bin │ ├── 5238128.bin │ ├── 5238224.bin │ ├── 5242928.bin │ ├── 5243120.bin │ ├── 5243280.bin │ ├── 5243312.bin │ ├── 5243472.bin │ ├── 5246496.bin │ ├── 5246784.bin │ ├── 5247072.bin │ ├── 5247168.bin │ ├── 5247264.bin │ ├── 5247904.bin │ ├── 5247952.bin │ ├── 5248064.bin │ ├── 5248272.bin │ ├── 5248304.bin │ ├── 5248336.bin │ ├── 5248400.bin │ ├── 5248784.bin │ ├── 5249168.bin │ ├── 5249760.bin │ ├── 5249920.bin │ ├── 5250224.bin │ ├── 5250240.bin │ ├── 5250624.bin │ ├── 5250640.bin │ ├── 5250992.bin │ ├── 5251008.bin │ ├── 5251488.bin │ ├── 5251552.bin │ ├── 5251600.bin │ ├── 5251616.bin │ ├── 5253024.bin │ ├── 5253040.bin │ ├── 5253520.bin │ ├── 5253696.bin │ ├── 5254480.bin │ ├── 5254496.bin │ ├── 5254848.bin │ ├── 5254960.bin │ ├── 5255056.bin │ ├── 5255072.bin │ ├── 5255088.bin │ ├── 5255280.bin │ ├── 5255376.bin │ ├── 5255424.bin │ ├── 5256160.bin │ ├── 5256544.bin │ ├── 5257712.bin │ ├── 5257968.bin │ ├── 5258048.bin │ ├── 5259344.bin │ ├── 5259536.bin │ ├── 5259712.bin │ ├── 5259824.bin │ ├── 5259936.bin │ ├── 5260016.bin │ ├── 5260112.bin │ ├── 5260208.bin │ ├── 5260320.bin │ ├── 5260880.bin │ ├── 5260896.bin │ ├── 5260992.bin │ ├── 5261008.bin │ ├── 5261040.bin │ ├── 5261072.bin │ ├── 5261264.bin │ ├── 5261456.bin │ ├── 5261648.bin │ ├── 5261712.bin │ ├── 5262176.bin │ ├── 5262400.bin │ ├── 5262512.bin │ ├── 5263616.bin │ ├── 5263728.bin │ ├── 5263824.bin │ ├── 5264368.bin │ ├── 5264384.bin │ ├── 5264496.bin │ ├── 5264608.bin │ ├── 5265184.bin │ ├── 5265680.bin │ ├── 5265712.bin │ ├── 5265776.bin │ ├── 5265808.bin │ ├── 5266256.bin │ ├── 5266272.bin │ ├── 5266288.bin │ ├── 5266304.bin │ ├── 5266320.bin │ ├── 5266368.bin │ ├── 5266432.bin │ ├── 5266608.bin │ ├── 5266816.bin │ ├── 5266864.bin │ ├── 5266944.bin │ ├── 5267808.bin │ ├── 5267888.bin │ ├── 5268160.bin │ ├── 5268544.bin │ ├── 5268640.bin │ ├── 5269888.bin │ ├── 5270896.bin │ ├── 5271104.bin │ ├── 5271440.bin │ ├── 5271984.bin │ ├── 5272688.bin │ ├── 5273872.bin │ ├── 5275040.bin │ ├── 5276144.bin │ ├── 5277008.bin │ ├── 5278528.bin │ ├── 5278624.bin │ ├── 5278912.bin │ ├── 5279632.bin │ ├── 5279744.bin │ ├── 5280768.bin │ ├── 5281136.bin │ ├── 5281152.bin │ ├── 5281600.bin │ ├── 5281632.bin │ ├── 5282832.bin │ ├── 5283104.bin │ ├── 5284240.bin │ ├── 5284864.bin │ ├── 5284944.bin │ ├── 5285024.bin │ ├── 5285088.bin │ ├── 5285152.bin │ ├── 5285184.bin │ ├── 5285216.bin │ ├── 5285376.bin │ ├── 5285456.bin │ ├── 5285504.bin │ ├── 5285552.bin │ ├── 5285600.bin │ ├── 5285632.bin │ ├── 5285712.bin │ ├── 5285744.bin │ ├── 5285840.bin │ ├── 5285888.bin │ ├── 5285920.bin │ ├── 5286048.bin │ ├── 5286288.bin │ ├── 5286320.bin │ ├── 5286352.bin │ ├── 5286496.bin │ ├── 5286544.bin │ ├── 5286576.bin │ ├── 5287056.bin │ ├── 5287728.bin │ ├── 5288064.bin │ ├── 5288176.bin │ ├── 5288224.bin │ ├── 5288288.bin │ ├── 5289376.bin │ ├── 5289872.bin │ ├── 5290384.bin │ ├── 5290464.bin │ ├── 5290560.bin │ ├── 5291040.bin │ ├── 5291280.bin │ ├── 5291392.bin │ ├── 5291472.bin │ ├── 5292048.bin │ ├── 5292384.bin │ ├── 5292416.bin │ ├── 5293168.bin │ ├── 5293232.bin │ ├── 5293520.bin │ ├── 5293552.bin │ ├── 5293760.bin │ ├── 5294096.bin │ ├── 5294240.bin │ ├── 5295728.bin │ ├── 5296368.bin │ ├── 5296880.bin │ ├── 5298304.bin │ ├── 5298608.bin │ ├── 5300096.bin │ ├── 5300592.bin │ ├── 5300640.bin │ ├── 5301888.bin │ ├── 5302400.bin │ ├── 5303520.bin │ ├── 5303792.bin │ ├── 5304048.bin │ ├── 5304128.bin │ ├── 5304384.bin │ ├── 5304480.bin │ ├── 5304512.bin │ ├── 5304544.bin │ ├── 5304592.bin │ ├── 5304704.bin │ ├── 5304752.bin │ ├── 5304784.bin │ ├── 5304816.bin │ ├── 5304848.bin │ ├── 5304880.bin │ ├── 5305280.bin │ ├── 5305312.bin │ ├── 5305504.bin │ ├── 5306064.bin │ ├── 5308784.bin │ ├── 5308816.bin │ ├── 5308848.bin │ ├── 5309680.bin │ ├── 5309744.bin │ ├── 5310192.bin │ ├── 5310320.bin │ ├── 5310592.bin │ ├── 5310784.bin │ ├── 5311904.bin │ ├── 5311984.bin │ ├── 5312448.bin │ ├── 5312480.bin │ ├── 5312816.bin │ ├── 5312976.bin │ ├── 5313424.bin │ ├── 5313536.bin │ ├── 5314000.bin │ ├── 5314656.bin │ ├── 5315888.bin │ ├── 5316848.bin │ ├── 5317440.bin │ ├── 5317872.bin │ ├── 5318192.bin │ ├── 5318432.bin │ ├── 5318704.bin │ ├── 5319616.bin │ ├── 5319968.bin │ ├── 5320224.bin │ ├── 5320336.bin │ ├── 5320528.bin │ ├── 5320576.bin │ ├── 5320608.bin │ ├── 5320704.bin │ ├── 5320752.bin │ ├── 5321952.bin │ ├── 5322048.bin │ ├── 5322240.bin │ ├── 5323312.bin │ ├── 5324352.bin │ ├── 5324400.bin │ ├── 5324512.bin │ ├── 5324784.bin │ ├── 5327632.bin │ ├── 5327968.bin │ ├── 5328288.bin │ ├── 5328304.bin │ ├── 5328592.bin │ ├── 5329488.bin │ ├── 5329520.bin │ ├── 5329584.bin │ ├── 5330048.bin │ ├── 5330208.bin │ ├── 5330560.bin │ ├── 5331024.bin │ ├── 5331328.bin │ ├── 5332352.bin │ ├── 5333008.bin │ ├── 5333024.bin │ ├── 5333072.bin │ ├── 5333104.bin │ ├── 5333120.bin │ ├── 5333136.bin │ ├── 5333584.bin │ ├── 5333984.bin │ ├── 5334128.bin │ ├── 5340043.bin │ ├── 5341110.bin │ ├── 5341161.bin │ ├── 5342102.bin │ ├── 5342421.bin │ ├── 5342933.bin │ ├── 5343067.bin │ ├── 5343191.bin │ ├── 5343363.bin │ ├── 5343444.bin │ ├── 5344392.bin │ ├── 5345601.bin │ ├── 5345684.bin │ ├── 5348517.bin │ ├── 5348684.bin │ ├── 5348962.bin │ ├── 5349473.bin │ ├── 5349688.bin │ ├── 5349992.bin │ ├── 5350012.bin │ ├── 5350061.bin │ ├── 5350112.bin │ ├── 5350501.bin │ ├── 5350873.bin │ ├── 5351116.bin │ ├── 5351451.bin │ ├── 5351655.bin │ ├── 5351860.bin │ ├── 5352050.bin │ ├── 5352355.bin │ ├── 5352545.bin │ ├── 5352716.bin │ ├── 5352816.bin │ ├── 5353136.bin │ ├── 5353256.bin │ ├── 5353269.bin │ ├── 5353436.bin │ ├── 5353452.bin │ ├── 5353595.bin │ ├── 5353728.bin │ ├── 5353904.bin │ ├── 5353936.bin │ ├── 5353984.bin │ ├── 5354448.bin │ ├── 5354464.bin │ ├── 5354496.bin │ ├── 5354512.bin │ ├── 5354576.bin │ ├── 5354608.bin │ ├── 5354992.bin │ ├── 5355024.bin │ ├── 5355296.bin │ ├── 5355344.bin │ ├── 5355616.bin │ ├── 5356112.bin │ ├── 5356208.bin │ ├── 5356352.bin │ ├── 5356576.bin │ ├── 5356624.bin │ ├── 5357008.bin │ ├── 5358304.bin │ ├── 5360048.bin │ ├── 5360192.bin │ ├── 5360496.bin │ ├── 5360800.bin │ ├── 5360816.bin │ ├── 5360976.bin │ ├── 5361024.bin │ ├── 5361536.bin │ ├── 5361664.bin │ ├── 5362352.bin │ ├── 5362400.bin │ ├── 5362528.bin │ ├── 5362704.bin │ ├── 5362864.bin │ ├── 5363216.bin │ ├── 5363520.bin │ ├── 5364464.bin │ ├── 5365904.bin │ ├── 5365936.bin │ ├── 5366352.bin │ ├── 5366448.bin │ ├── 5366592.bin │ ├── 5366672.bin │ ├── 5366704.bin │ ├── 5367184.bin │ ├── 5367232.bin │ ├── 5374832.bin │ ├── 5384304.bin │ ├── 5384368.bin │ ├── 5384448.bin │ ├── 5384528.bin │ ├── 5384800.bin │ ├── 5384832.bin │ ├── 5385904.bin │ ├── 5385936.bin │ ├── 5385952.bin │ ├── 5386256.bin │ ├── 5386368.bin │ ├── 5386480.bin │ ├── 5386640.bin │ ├── 5387248.bin │ ├── 5387744.bin │ ├── 5388320.bin │ ├── 5388544.bin │ ├── 5389104.bin │ ├── 5389232.bin │ ├── 5389344.bin │ ├── 5389584.bin │ ├── 5390208.bin │ ├── 5391616.bin │ ├── 5392704.bin │ ├── 5392832.bin │ ├── 5392864.bin │ ├── 5393008.bin │ ├── 5393136.bin │ ├── 5393296.bin │ ├── 5393648.bin │ ├── 5394752.bin │ ├── 5395536.bin │ ├── 5395760.bin │ ├── 5397568.bin │ ├── 5398656.bin │ ├── 5399408.bin │ ├── 5400112.bin │ ├── 5400160.bin │ ├── 5400944.bin │ ├── 5401024.bin │ ├── 5401280.bin │ ├── 5401408.bin │ ├── 5401568.bin │ ├── 5404896.bin │ ├── 5404960.bin │ ├── 5405024.bin │ ├── 5406992.bin │ ├── 5407024.bin │ ├── 5407200.bin │ ├── 5408432.bin │ ├── 5408832.bin │ ├── 5408880.bin │ ├── 5409200.bin │ ├── 5411094.bin │ ├── 5411117.bin │ ├── 5411421.bin │ ├── 5411760.bin │ ├── 5412525.bin │ ├── 5413645.bin │ ├── 5417081.bin │ ├── 5417462.bin │ ├── 5419408.bin │ ├── 5453836.bin │ ├── 5455023.bin │ ├── 5455045.bin │ ├── 5455067.bin │ └── 5455112.bin ├── name_replacer.py ├── name_spitter.py ├── names.json ├── out │ ├── DXinit.cpp │ ├── DXinit.h │ ├── DXsound.cpp │ ├── DXsound.h │ ├── Image.cpp │ ├── Image.h │ ├── LThread.cpp │ ├── LThread.h │ ├── PCGfx.cpp │ ├── PCGfx.h │ ├── PCInput.cpp │ ├── PCInput.h │ ├── PCMovie.cpp │ ├── PCMovie.h │ ├── PCMusic.cpp │ ├── PCMusic.h │ ├── PCShell.cpp │ ├── PCShell.h │ ├── PCTex.cpp │ ├── PCTex.h │ ├── PCTimer.cpp │ ├── PCTimer.h │ ├── PRE.cpp │ ├── PRE.h │ ├── Sbinit.cpp │ ├── Sbinit.h │ ├── SpideyDX.cpp │ ├── SpideyDX.h │ ├── SwapTriggerData.cpp │ ├── SwapTriggerData.h │ ├── ai.cpp │ ├── ai.h │ ├── algebra.cpp │ ├── algebra.h │ ├── backgrnd.cpp │ ├── backgrnd.h │ ├── bitmap256.cpp │ ├── bitmap256.h │ ├── bmr.cpp │ ├── bmr.h │ ├── chain.cpp │ ├── chain.h │ ├── chunk.cpp │ ├── chunk.h │ ├── cinema.cpp │ ├── cinema.h │ ├── crate.cpp │ ├── crate.h │ ├── db.cpp │ ├── db.h │ ├── dcfileio.cpp │ ├── dcfileio.h │ ├── dcmemcard.cpp │ ├── dcmemcard.h │ ├── dcmodel.cpp │ ├── dcmodel.h │ ├── dcshellutils.cpp │ ├── dcshellutils.h │ ├── decomp.cpp │ ├── decomp.h │ ├── flash.cpp │ ├── flash.h │ ├── init.cpp │ ├── init.h │ ├── l1a3bomb.cpp │ ├── l1a3bomb.h │ ├── l2a1lsc.cpp │ ├── l2a1lsc.h │ ├── l5a5lsc.cpp │ ├── l5a5lsc.h │ ├── l5a6lsc.cpp │ ├── l5a6lsc.h │ ├── l5a7lsc.cpp │ ├── l5a7lsc.h │ ├── l6a1lsc.cpp │ ├── l6a1lsc.h │ ├── l6a2lsc.cpp │ ├── l6a2lsc.h │ ├── l6a3lsc.cpp │ ├── l6a3lsc.h │ ├── localtxt.cpp │ ├── localtxt.h │ ├── manipob.cpp │ ├── manipob.h │ ├── music.cpp │ ├── music.h │ ├── pack.cpp │ ├── pack.h │ ├── pal.cpp │ ├── pal.h │ ├── pcdcBkup.cpp │ ├── pcdcBkup.h │ ├── pcdcFile.cpp │ ├── pcdcFile.h │ ├── pcdcMem.cpp │ ├── pcdcMem.h │ ├── pcdcPad.cpp │ ├── pcdcPad.h │ ├── physics.cpp │ ├── physics.h │ ├── post.cpp │ ├── post.h │ ├── powerup.cpp │ ├── powerup.h │ ├── ps2card.cpp │ ├── ps2card.h │ ├── ps2pad.cpp │ ├── ps2pad.h │ ├── reloc.cpp │ ├── reloc.h │ ├── reloc_g.cpp │ ├── reloc_g.h │ ├── rfront.cpp │ ├── rfront.h │ ├── shatter.cpp │ ├── shatter.h │ ├── smoke.cpp │ ├── smoke.h │ ├── spid_ai0.cpp │ ├── spid_ai0.h │ ├── stubs.cpp │ ├── stubs.h │ ├── switch.cpp │ ├── switch.h │ ├── training.cpp │ ├── training.h │ ├── tweak.cpp │ ├── tweak.h │ ├── vram.cpp │ ├── vram.h │ ├── weapons.cpp │ ├── weapons.h │ ├── zrhinog.cpp │ └── zrhinog.h ├── overrides.json ├── prototype_spitter.py ├── prototypes.json ├── requirements.txt ├── result.txt ├── struct.txt ├── struct_exporter.py └── struct_to_code.py ├── torch.cpp ├── torch.h ├── training.cpp ├── training.h ├── trig.cpp ├── trig.h ├── try_linux.sh ├── turret.cpp ├── turret.h ├── tweak.cpp ├── tweak.h ├── utils.cpp ├── utils.h ├── validate.cpp ├── validate.h ├── vector.cpp ├── vector.h ├── venom.cpp ├── venom.h ├── vram.cpp ├── vram.h ├── weapons.cpp ├── weapons.h ├── web.cpp ├── web.h ├── wire.cpp ├── wire.h ├── zconf.h ├── zlib.h ├── zrhinog.cpp └── zrhinog.h /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/workflows/c-cpp.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/.github/workflows/c-cpp.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/.gitignore -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /DEFECTS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/DEFECTS.txt -------------------------------------------------------------------------------- /DXinit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/DXinit.cpp -------------------------------------------------------------------------------- /DXinit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/DXinit.h -------------------------------------------------------------------------------- /DXsound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/DXsound.cpp -------------------------------------------------------------------------------- /DXsound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/DXsound.h -------------------------------------------------------------------------------- /FontTools.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/FontTools.cpp -------------------------------------------------------------------------------- /FontTools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/FontTools.h -------------------------------------------------------------------------------- /Image.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/Image.cpp -------------------------------------------------------------------------------- /Image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/Image.h -------------------------------------------------------------------------------- /LThread.cpp: -------------------------------------------------------------------------------- 1 | #include "LThread.h" -------------------------------------------------------------------------------- /LThread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/LThread.h -------------------------------------------------------------------------------- /PCGfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/PCGfx.cpp -------------------------------------------------------------------------------- /PCGfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/PCGfx.h -------------------------------------------------------------------------------- /PCInput.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/PCInput.cpp -------------------------------------------------------------------------------- /PCInput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/PCInput.h -------------------------------------------------------------------------------- /PCMovie.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/PCMovie.cpp -------------------------------------------------------------------------------- /PCMovie.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/PCMovie.h -------------------------------------------------------------------------------- /PCMusic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/PCMusic.cpp -------------------------------------------------------------------------------- /PCMusic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/PCMusic.h -------------------------------------------------------------------------------- /PCShell.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/PCShell.cpp -------------------------------------------------------------------------------- /PCShell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/PCShell.h -------------------------------------------------------------------------------- /PCTex.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/PCTex.cpp -------------------------------------------------------------------------------- /PCTex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/PCTex.h -------------------------------------------------------------------------------- /PCTimer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/PCTimer.cpp -------------------------------------------------------------------------------- /PCTimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/PCTimer.h -------------------------------------------------------------------------------- /PRE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/PRE.cpp -------------------------------------------------------------------------------- /PRE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/PRE.h -------------------------------------------------------------------------------- /Sbinit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/Sbinit.cpp -------------------------------------------------------------------------------- /Sbinit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/Sbinit.h -------------------------------------------------------------------------------- /SpideyDX.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/SpideyDX.cpp -------------------------------------------------------------------------------- /SpideyDX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/SpideyDX.h -------------------------------------------------------------------------------- /SwapTriggerData.cpp: -------------------------------------------------------------------------------- 1 | #include "SwapTriggerData.h" -------------------------------------------------------------------------------- /SwapTriggerData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/SwapTriggerData.h -------------------------------------------------------------------------------- /ai.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/ai.cpp -------------------------------------------------------------------------------- /ai.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/ai.h -------------------------------------------------------------------------------- /algebra.cpp: -------------------------------------------------------------------------------- 1 | #include "algebra.h" -------------------------------------------------------------------------------- /algebra.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/algebra.h -------------------------------------------------------------------------------- /backgrnd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/backgrnd.cpp -------------------------------------------------------------------------------- /backgrnd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/backgrnd.h -------------------------------------------------------------------------------- /baddy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/baddy.cpp -------------------------------------------------------------------------------- /baddy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/baddy.h -------------------------------------------------------------------------------- /bit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/bit.cpp -------------------------------------------------------------------------------- /bit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/bit.h -------------------------------------------------------------------------------- /bit2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/bit2.cpp -------------------------------------------------------------------------------- /bit2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/bit2.h -------------------------------------------------------------------------------- /bitmap256.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/bitmap256.cpp -------------------------------------------------------------------------------- /bitmap256.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/bitmap256.h -------------------------------------------------------------------------------- /blackcat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/blackcat.cpp -------------------------------------------------------------------------------- /blackcat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/blackcat.h -------------------------------------------------------------------------------- /bmr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/bmr.cpp -------------------------------------------------------------------------------- /bmr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/bmr.h -------------------------------------------------------------------------------- /bullet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/bullet.cpp -------------------------------------------------------------------------------- /bullet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/bullet.h -------------------------------------------------------------------------------- /camera.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/camera.cpp -------------------------------------------------------------------------------- /camera.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/camera.h -------------------------------------------------------------------------------- /carnage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/carnage.cpp -------------------------------------------------------------------------------- /carnage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/carnage.h -------------------------------------------------------------------------------- /chain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/chain.cpp -------------------------------------------------------------------------------- /chain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/chain.h -------------------------------------------------------------------------------- /chopper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/chopper.cpp -------------------------------------------------------------------------------- /chopper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/chopper.h -------------------------------------------------------------------------------- /chunk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/chunk.cpp -------------------------------------------------------------------------------- /chunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/chunk.h -------------------------------------------------------------------------------- /cinema.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/cinema.cpp -------------------------------------------------------------------------------- /cinema.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/cinema.h -------------------------------------------------------------------------------- /clean.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/clean.bat -------------------------------------------------------------------------------- /cop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/cop.cpp -------------------------------------------------------------------------------- /cop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/cop.h -------------------------------------------------------------------------------- /crate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/crate.cpp -------------------------------------------------------------------------------- /crate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/crate.h -------------------------------------------------------------------------------- /db.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/db.cpp -------------------------------------------------------------------------------- /db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/db.h -------------------------------------------------------------------------------- /dcfileio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/dcfileio.cpp -------------------------------------------------------------------------------- /dcfileio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/dcfileio.h -------------------------------------------------------------------------------- /dcmemcard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/dcmemcard.cpp -------------------------------------------------------------------------------- /dcmemcard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/dcmemcard.h -------------------------------------------------------------------------------- /dcmodel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/dcmodel.cpp -------------------------------------------------------------------------------- /dcmodel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/dcmodel.h -------------------------------------------------------------------------------- /dcshellutils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/dcshellutils.cpp -------------------------------------------------------------------------------- /dcshellutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/dcshellutils.h -------------------------------------------------------------------------------- /decomp.cpp: -------------------------------------------------------------------------------- 1 | #include "decomp.h" -------------------------------------------------------------------------------- /decomp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/decomp.h -------------------------------------------------------------------------------- /dest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/dest.sh -------------------------------------------------------------------------------- /directx/include/activecf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/activecf.h -------------------------------------------------------------------------------- /directx/include/amaudio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/amaudio.h -------------------------------------------------------------------------------- /directx/include/amparse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/amparse.h -------------------------------------------------------------------------------- /directx/include/amstream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/amstream.h -------------------------------------------------------------------------------- /directx/include/amva.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/amva.h -------------------------------------------------------------------------------- /directx/include/amvideo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/amvideo.h -------------------------------------------------------------------------------- /directx/include/atsmedia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/atsmedia.h -------------------------------------------------------------------------------- /directx/include/audevcod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/audevcod.h -------------------------------------------------------------------------------- /directx/include/austream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/austream.h -------------------------------------------------------------------------------- /directx/include/aviriff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/aviriff.h -------------------------------------------------------------------------------- /directx/include/basetsd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/basetsd.h -------------------------------------------------------------------------------- /directx/include/bdaiface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/bdaiface.h -------------------------------------------------------------------------------- /directx/include/bdamedia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/bdamedia.h -------------------------------------------------------------------------------- /directx/include/bdatypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/bdatypes.h -------------------------------------------------------------------------------- /directx/include/comlite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/comlite.h -------------------------------------------------------------------------------- /directx/include/control.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/control.h -------------------------------------------------------------------------------- /directx/include/d3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/d3d.h -------------------------------------------------------------------------------- /directx/include/d3d8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/d3d8.h -------------------------------------------------------------------------------- /directx/include/d3d8caps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/d3d8caps.h -------------------------------------------------------------------------------- /directx/include/d3d8types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/d3d8types.h -------------------------------------------------------------------------------- /directx/include/d3dcaps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/d3dcaps.h -------------------------------------------------------------------------------- /directx/include/d3drm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/d3drm.h -------------------------------------------------------------------------------- /directx/include/d3drmdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/d3drmdef.h -------------------------------------------------------------------------------- /directx/include/d3drmobj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/d3drmobj.h -------------------------------------------------------------------------------- /directx/include/d3drmwin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/d3drmwin.h -------------------------------------------------------------------------------- /directx/include/d3dtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/d3dtypes.h -------------------------------------------------------------------------------- /directx/include/d3dvec.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/d3dvec.inl -------------------------------------------------------------------------------- /directx/include/d3dx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/d3dx.h -------------------------------------------------------------------------------- /directx/include/d3dx8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/d3dx8.h -------------------------------------------------------------------------------- /directx/include/d3dx8core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/d3dx8core.h -------------------------------------------------------------------------------- /directx/include/d3dx8math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/d3dx8math.h -------------------------------------------------------------------------------- /directx/include/d3dx8mesh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/d3dx8mesh.h -------------------------------------------------------------------------------- /directx/include/d3dx8shape.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/d3dx8shape.h -------------------------------------------------------------------------------- /directx/include/d3dx8tex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/d3dx8tex.h -------------------------------------------------------------------------------- /directx/include/d3dxcore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/d3dxcore.h -------------------------------------------------------------------------------- /directx/include/d3dxerr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/d3dxerr.h -------------------------------------------------------------------------------- /directx/include/d3dxmath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/d3dxmath.h -------------------------------------------------------------------------------- /directx/include/d3dxmath.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/d3dxmath.inl -------------------------------------------------------------------------------- /directx/include/d3dxshapes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/d3dxshapes.h -------------------------------------------------------------------------------- /directx/include/d3dxsprite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/d3dxsprite.h -------------------------------------------------------------------------------- /directx/include/ddraw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/ddraw.h -------------------------------------------------------------------------------- /directx/include/ddrawex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/ddrawex.h -------------------------------------------------------------------------------- /directx/include/ddstream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/ddstream.h -------------------------------------------------------------------------------- /directx/include/dinput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dinput.h -------------------------------------------------------------------------------- /directx/include/dinputd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dinputd.h -------------------------------------------------------------------------------- /directx/include/dls1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dls1.h -------------------------------------------------------------------------------- /directx/include/dls2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dls2.h -------------------------------------------------------------------------------- /directx/include/dmdls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dmdls.h -------------------------------------------------------------------------------- /directx/include/dmerror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dmerror.h -------------------------------------------------------------------------------- /directx/include/dmksctrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dmksctrl.h -------------------------------------------------------------------------------- /directx/include/dmo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dmo.h -------------------------------------------------------------------------------- /directx/include/dmodshow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dmodshow.h -------------------------------------------------------------------------------- /directx/include/dmoimpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dmoimpl.h -------------------------------------------------------------------------------- /directx/include/dmoreg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dmoreg.h -------------------------------------------------------------------------------- /directx/include/dmort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dmort.h -------------------------------------------------------------------------------- /directx/include/dmplugin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dmplugin.h -------------------------------------------------------------------------------- /directx/include/dmusbuff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dmusbuff.h -------------------------------------------------------------------------------- /directx/include/dmusicc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dmusicc.h -------------------------------------------------------------------------------- /directx/include/dmusicf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dmusicf.h -------------------------------------------------------------------------------- /directx/include/dmusici.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dmusici.h -------------------------------------------------------------------------------- /directx/include/dmusics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dmusics.h -------------------------------------------------------------------------------- /directx/include/dpaddr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dpaddr.h -------------------------------------------------------------------------------- /directx/include/dplay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dplay.h -------------------------------------------------------------------------------- /directx/include/dplay8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dplay8.h -------------------------------------------------------------------------------- /directx/include/dplobby.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dplobby.h -------------------------------------------------------------------------------- /directx/include/dplobby8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dplobby8.h -------------------------------------------------------------------------------- /directx/include/dsetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dsetup.h -------------------------------------------------------------------------------- /directx/include/dshow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dshow.h -------------------------------------------------------------------------------- /directx/include/dshowasf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dshowasf.h -------------------------------------------------------------------------------- /directx/include/dsound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dsound.h -------------------------------------------------------------------------------- /directx/include/dv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dv.h -------------------------------------------------------------------------------- /directx/include/dvdevcod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dvdevcod.h -------------------------------------------------------------------------------- /directx/include/dvdmedia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dvdmedia.h -------------------------------------------------------------------------------- /directx/include/dvoice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dvoice.h -------------------------------------------------------------------------------- /directx/include/dvp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dvp.h -------------------------------------------------------------------------------- /directx/include/dx7todx8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dx7todx8.h -------------------------------------------------------------------------------- /directx/include/dxerr8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dxerr8.h -------------------------------------------------------------------------------- /directx/include/dxfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dxfile.h -------------------------------------------------------------------------------- /directx/include/dxsdk.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dxsdk.inc -------------------------------------------------------------------------------- /directx/include/dxtrans.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dxtrans.h -------------------------------------------------------------------------------- /directx/include/dxva.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/dxva.h -------------------------------------------------------------------------------- /directx/include/edevdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/edevdefs.h -------------------------------------------------------------------------------- /directx/include/errors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/errors.h -------------------------------------------------------------------------------- /directx/include/evcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/evcode.h -------------------------------------------------------------------------------- /directx/include/il21dec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/il21dec.h -------------------------------------------------------------------------------- /directx/include/ks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/ks.h -------------------------------------------------------------------------------- /directx/include/ksguid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/ksguid.h -------------------------------------------------------------------------------- /directx/include/ksmedia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/ksmedia.h -------------------------------------------------------------------------------- /directx/include/ksproxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/ksproxy.h -------------------------------------------------------------------------------- /directx/include/ksuuids.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/ksuuids.h -------------------------------------------------------------------------------- /directx/include/mediaerr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/mediaerr.h -------------------------------------------------------------------------------- /directx/include/mediaobj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/mediaobj.h -------------------------------------------------------------------------------- /directx/include/medparam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/medparam.h -------------------------------------------------------------------------------- /directx/include/mmstream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/mmstream.h -------------------------------------------------------------------------------- /directx/include/mpconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/mpconfig.h -------------------------------------------------------------------------------- /directx/include/mpegtype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/mpegtype.h -------------------------------------------------------------------------------- /directx/include/multimon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/multimon.h -------------------------------------------------------------------------------- /directx/include/playlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/playlist.h -------------------------------------------------------------------------------- /directx/include/qedit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/qedit.h -------------------------------------------------------------------------------- /directx/include/qnetwork.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/qnetwork.h -------------------------------------------------------------------------------- /directx/include/regbag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/regbag.h -------------------------------------------------------------------------------- /directx/include/rmxfguid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/rmxfguid.h -------------------------------------------------------------------------------- /directx/include/rmxftmpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/rmxftmpl.h -------------------------------------------------------------------------------- /directx/include/rmxftmpl.x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/rmxftmpl.x -------------------------------------------------------------------------------- /directx/include/strmif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/strmif.h -------------------------------------------------------------------------------- /directx/include/tune.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/tune.h -------------------------------------------------------------------------------- /directx/include/tuner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/tuner.h -------------------------------------------------------------------------------- /directx/include/uuids.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/uuids.h -------------------------------------------------------------------------------- /directx/include/vfwmsgs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/vfwmsgs.h -------------------------------------------------------------------------------- /directx/include/videoacc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/videoacc.h -------------------------------------------------------------------------------- /directx/include/vpconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/vpconfig.h -------------------------------------------------------------------------------- /directx/include/vpnotify.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/vpnotify.h -------------------------------------------------------------------------------- /directx/include/vptype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/vptype.h -------------------------------------------------------------------------------- /directx/include/xprtdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/include/xprtdefs.h -------------------------------------------------------------------------------- /directx/lib/amstrmid.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/lib/amstrmid.lib -------------------------------------------------------------------------------- /directx/lib/d3d8.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/lib/d3d8.lib -------------------------------------------------------------------------------- /directx/lib/d3dx.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/lib/d3dx.lib -------------------------------------------------------------------------------- /directx/lib/d3dx8.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/lib/d3dx8.lib -------------------------------------------------------------------------------- /directx/lib/d3dx8d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/lib/d3dx8d.lib -------------------------------------------------------------------------------- /directx/lib/d3dx8dt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/lib/d3dx8dt.lib -------------------------------------------------------------------------------- /directx/lib/d3dxd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/lib/d3dxd.lib -------------------------------------------------------------------------------- /directx/lib/d3dxof.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/lib/d3dxof.lib -------------------------------------------------------------------------------- /directx/lib/ddraw.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/lib/ddraw.lib -------------------------------------------------------------------------------- /directx/lib/dinput.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/lib/dinput.lib -------------------------------------------------------------------------------- /directx/lib/dinput8.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/lib/dinput8.lib -------------------------------------------------------------------------------- /directx/lib/dmoguids.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/lib/dmoguids.lib -------------------------------------------------------------------------------- /directx/lib/dplayx.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/lib/dplayx.lib -------------------------------------------------------------------------------- /directx/lib/dpnaddr.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/lib/dpnaddr.lib -------------------------------------------------------------------------------- /directx/lib/dpnet.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/lib/dpnet.lib -------------------------------------------------------------------------------- /directx/lib/dpnlobby.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/lib/dpnlobby.lib -------------------------------------------------------------------------------- /directx/lib/dpvoice.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/lib/dpvoice.lib -------------------------------------------------------------------------------- /directx/lib/dsetup.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/lib/dsetup.lib -------------------------------------------------------------------------------- /directx/lib/dsound.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/lib/dsound.lib -------------------------------------------------------------------------------- /directx/lib/dxerr8.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/lib/dxerr8.lib -------------------------------------------------------------------------------- /directx/lib/dxguid.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/lib/dxguid.lib -------------------------------------------------------------------------------- /directx/lib/dxtrans.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/lib/dxtrans.lib -------------------------------------------------------------------------------- /directx/lib/ksproxy.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/lib/ksproxy.lib -------------------------------------------------------------------------------- /directx/lib/ksuser.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/lib/ksuser.lib -------------------------------------------------------------------------------- /directx/lib/msdmo.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/lib/msdmo.lib -------------------------------------------------------------------------------- /directx/lib/qedit.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/lib/qedit.lib -------------------------------------------------------------------------------- /directx/lib/quartz.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/lib/quartz.lib -------------------------------------------------------------------------------- /directx/lib/strmiids.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/directx/lib/strmiids.lib -------------------------------------------------------------------------------- /docock.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/docock.cpp -------------------------------------------------------------------------------- /docock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/docock.h -------------------------------------------------------------------------------- /effects.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/effects.cpp -------------------------------------------------------------------------------- /effects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/effects.h -------------------------------------------------------------------------------- /example.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/example.asm -------------------------------------------------------------------------------- /exp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/exp.cpp -------------------------------------------------------------------------------- /exp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/exp.h -------------------------------------------------------------------------------- /export.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/export.h -------------------------------------------------------------------------------- /flash.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/flash.cpp -------------------------------------------------------------------------------- /flash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/flash.h -------------------------------------------------------------------------------- /font_draw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/font_draw.asm -------------------------------------------------------------------------------- /font_draw.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/font_draw.obj -------------------------------------------------------------------------------- /friction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/friction.cpp -------------------------------------------------------------------------------- /friction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/friction.h -------------------------------------------------------------------------------- /front.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/front.cpp -------------------------------------------------------------------------------- /front.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/front.h -------------------------------------------------------------------------------- /hostage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/hostage.cpp -------------------------------------------------------------------------------- /hostage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/hostage.h -------------------------------------------------------------------------------- /init.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/init.cpp -------------------------------------------------------------------------------- /init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/init.h -------------------------------------------------------------------------------- /jonah.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/jonah.cpp -------------------------------------------------------------------------------- /jonah.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/jonah.h -------------------------------------------------------------------------------- /known_sizes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/known_sizes.txt -------------------------------------------------------------------------------- /l1a3bomb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/l1a3bomb.cpp -------------------------------------------------------------------------------- /l1a3bomb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/l1a3bomb.h -------------------------------------------------------------------------------- /l2a1lsc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/l2a1lsc.cpp -------------------------------------------------------------------------------- /l2a1lsc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/l2a1lsc.h -------------------------------------------------------------------------------- /l5a5lsc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/l5a5lsc.cpp -------------------------------------------------------------------------------- /l5a5lsc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/l5a5lsc.h -------------------------------------------------------------------------------- /l5a6lsc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/l5a6lsc.cpp -------------------------------------------------------------------------------- /l5a6lsc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/l5a6lsc.h -------------------------------------------------------------------------------- /l5a7lsc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/l5a7lsc.cpp -------------------------------------------------------------------------------- /l5a7lsc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/l5a7lsc.h -------------------------------------------------------------------------------- /l6a1lsc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/l6a1lsc.cpp -------------------------------------------------------------------------------- /l6a1lsc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/l6a1lsc.h -------------------------------------------------------------------------------- /l6a2lsc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/l6a2lsc.cpp -------------------------------------------------------------------------------- /l6a2lsc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/l6a2lsc.h -------------------------------------------------------------------------------- /l6a3lsc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/l6a3lsc.cpp -------------------------------------------------------------------------------- /l6a3lsc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/l6a3lsc.h -------------------------------------------------------------------------------- /lib/libz_aarch64.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/lib/libz_aarch64.a -------------------------------------------------------------------------------- /lib/libz_x86.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/lib/libz_x86.a -------------------------------------------------------------------------------- /lib/safesehzlib.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/lib/safesehzlib.lib -------------------------------------------------------------------------------- /lib/zlib.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/lib/zlib.lib -------------------------------------------------------------------------------- /lizard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/lizard.cpp -------------------------------------------------------------------------------- /lizard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/lizard.h -------------------------------------------------------------------------------- /lizman.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/lizman.cpp -------------------------------------------------------------------------------- /lizman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/lizman.h -------------------------------------------------------------------------------- /localtxt.cpp: -------------------------------------------------------------------------------- 1 | #include "localtxt.h" -------------------------------------------------------------------------------- /localtxt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/localtxt.h -------------------------------------------------------------------------------- /logger.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/logger.sh -------------------------------------------------------------------------------- /m3d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/m3d.cpp -------------------------------------------------------------------------------- /m3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/m3d.h -------------------------------------------------------------------------------- /m3dcolij.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/m3dcolij.cpp -------------------------------------------------------------------------------- /m3dcolij.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/m3dcolij.h -------------------------------------------------------------------------------- /m3dinit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/m3dinit.cpp -------------------------------------------------------------------------------- /m3dinit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/m3dinit.h -------------------------------------------------------------------------------- /m3dutils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/m3dutils.cpp -------------------------------------------------------------------------------- /m3dutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/m3dutils.h -------------------------------------------------------------------------------- /m3dzone.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/m3dzone.cpp -------------------------------------------------------------------------------- /m3dzone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/m3dzone.h -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/main.cpp -------------------------------------------------------------------------------- /main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/main.h -------------------------------------------------------------------------------- /manipob.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/manipob.cpp -------------------------------------------------------------------------------- /manipob.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/manipob.h -------------------------------------------------------------------------------- /mem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/mem.cpp -------------------------------------------------------------------------------- /mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/mem.h -------------------------------------------------------------------------------- /mess.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/mess.cpp -------------------------------------------------------------------------------- /mess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/mess.h -------------------------------------------------------------------------------- /message.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/message.cpp -------------------------------------------------------------------------------- /message.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/message.h -------------------------------------------------------------------------------- /mj.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/mj.cpp -------------------------------------------------------------------------------- /mj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/mj.h -------------------------------------------------------------------------------- /music.cpp: -------------------------------------------------------------------------------- 1 | #include "music.h" -------------------------------------------------------------------------------- /music.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/music.h -------------------------------------------------------------------------------- /my_assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/my_assert.h -------------------------------------------------------------------------------- /my_bink.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/my_bink.cpp -------------------------------------------------------------------------------- /my_bink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/my_bink.h -------------------------------------------------------------------------------- /my_debug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/my_debug.cpp -------------------------------------------------------------------------------- /my_debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/my_debug.h -------------------------------------------------------------------------------- /my_dx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/my_dx.h -------------------------------------------------------------------------------- /my_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/my_types.h -------------------------------------------------------------------------------- /mysterio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/mysterio.cpp -------------------------------------------------------------------------------- /mysterio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/mysterio.h -------------------------------------------------------------------------------- /non_win32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/non_win32.cpp -------------------------------------------------------------------------------- /non_win32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/non_win32.h -------------------------------------------------------------------------------- /ob.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/ob.cpp -------------------------------------------------------------------------------- /ob.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/ob.h -------------------------------------------------------------------------------- /pack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/pack.cpp -------------------------------------------------------------------------------- /pack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/pack.h -------------------------------------------------------------------------------- /pal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/pal.cpp -------------------------------------------------------------------------------- /pal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/pal.h -------------------------------------------------------------------------------- /panel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/panel.cpp -------------------------------------------------------------------------------- /panel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/panel.h -------------------------------------------------------------------------------- /pcdcBkup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/pcdcBkup.cpp -------------------------------------------------------------------------------- /pcdcBkup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/pcdcBkup.h -------------------------------------------------------------------------------- /pcdcFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/pcdcFile.cpp -------------------------------------------------------------------------------- /pcdcFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/pcdcFile.h -------------------------------------------------------------------------------- /pcdcMem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/pcdcMem.cpp -------------------------------------------------------------------------------- /pcdcMem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/pcdcMem.h -------------------------------------------------------------------------------- /pcdcPad.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/pcdcPad.cpp -------------------------------------------------------------------------------- /pcdcPad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/pcdcPad.h -------------------------------------------------------------------------------- /physics.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/physics.cpp -------------------------------------------------------------------------------- /physics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/physics.h -------------------------------------------------------------------------------- /pkr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/pkr.cpp -------------------------------------------------------------------------------- /pkr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/pkr.h -------------------------------------------------------------------------------- /place.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | git commit -am "$1 placeholders" 4 | -------------------------------------------------------------------------------- /platform.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/platform.cpp -------------------------------------------------------------------------------- /platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/platform.h -------------------------------------------------------------------------------- /post.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/post.cpp -------------------------------------------------------------------------------- /post.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/post.h -------------------------------------------------------------------------------- /powerup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/powerup.cpp -------------------------------------------------------------------------------- /powerup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/powerup.h -------------------------------------------------------------------------------- /ps2card.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/ps2card.cpp -------------------------------------------------------------------------------- /ps2card.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/ps2card.h -------------------------------------------------------------------------------- /ps2funcs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/ps2funcs.cpp -------------------------------------------------------------------------------- /ps2funcs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/ps2funcs.h -------------------------------------------------------------------------------- /ps2gamefmv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/ps2gamefmv.cpp -------------------------------------------------------------------------------- /ps2gamefmv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/ps2gamefmv.h -------------------------------------------------------------------------------- /ps2lowsfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/ps2lowsfx.cpp -------------------------------------------------------------------------------- /ps2lowsfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/ps2lowsfx.h -------------------------------------------------------------------------------- /ps2m3d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/ps2m3d.cpp -------------------------------------------------------------------------------- /ps2m3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/ps2m3d.h -------------------------------------------------------------------------------- /ps2pad.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/ps2pad.cpp -------------------------------------------------------------------------------- /ps2pad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/ps2pad.h -------------------------------------------------------------------------------- /ps2redbook.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/ps2redbook.cpp -------------------------------------------------------------------------------- /ps2redbook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/ps2redbook.h -------------------------------------------------------------------------------- /pshell.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/pshell.cpp -------------------------------------------------------------------------------- /pshell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/pshell.h -------------------------------------------------------------------------------- /psx_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/psx_types.h -------------------------------------------------------------------------------- /quat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/quat.cpp -------------------------------------------------------------------------------- /quat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/quat.h -------------------------------------------------------------------------------- /reloc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/reloc.cpp -------------------------------------------------------------------------------- /reloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/reloc.h -------------------------------------------------------------------------------- /reloc_g.cpp: -------------------------------------------------------------------------------- 1 | #include "reloc_g.h" -------------------------------------------------------------------------------- /reloc_g.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/reloc_g.h -------------------------------------------------------------------------------- /rfront.cpp: -------------------------------------------------------------------------------- 1 | #include "rfront.h" -------------------------------------------------------------------------------- /rfront.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/rfront.h -------------------------------------------------------------------------------- /rhino.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/rhino.cpp -------------------------------------------------------------------------------- /rhino.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/rhino.h -------------------------------------------------------------------------------- /scorpion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/scorpion.cpp -------------------------------------------------------------------------------- /scorpion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/scorpion.h -------------------------------------------------------------------------------- /screen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/screen.cpp -------------------------------------------------------------------------------- /screen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/screen.h -------------------------------------------------------------------------------- /shatter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/shatter.cpp -------------------------------------------------------------------------------- /shatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/shatter.h -------------------------------------------------------------------------------- /shell.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/shell.cpp -------------------------------------------------------------------------------- /shell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/shell.h -------------------------------------------------------------------------------- /simby.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/simby.cpp -------------------------------------------------------------------------------- /simby.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/simby.h -------------------------------------------------------------------------------- /smoke.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/smoke.cpp -------------------------------------------------------------------------------- /smoke.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/smoke.h -------------------------------------------------------------------------------- /spclone.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/spclone.cpp -------------------------------------------------------------------------------- /spclone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/spclone.h -------------------------------------------------------------------------------- /spid_ai0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/spid_ai0.cpp -------------------------------------------------------------------------------- /spid_ai0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/spid_ai0.h -------------------------------------------------------------------------------- /spider.dep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/spider.dep -------------------------------------------------------------------------------- /spider.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/spider.dsp -------------------------------------------------------------------------------- /spider.dsw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/spider.dsw -------------------------------------------------------------------------------- /spider.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/spider.mak -------------------------------------------------------------------------------- /spidey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/spidey.cpp -------------------------------------------------------------------------------- /spidey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/spidey.h -------------------------------------------------------------------------------- /spool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/spool.cpp -------------------------------------------------------------------------------- /spool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/spool.h -------------------------------------------------------------------------------- /stateflags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/stateflags.h -------------------------------------------------------------------------------- /stubs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/stubs.cpp -------------------------------------------------------------------------------- /stubs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/stubs.h -------------------------------------------------------------------------------- /submarin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/submarin.cpp -------------------------------------------------------------------------------- /submarin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/submarin.h -------------------------------------------------------------------------------- /superock.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/superock.cpp -------------------------------------------------------------------------------- /superock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/superock.h -------------------------------------------------------------------------------- /switch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/switch.cpp -------------------------------------------------------------------------------- /switch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/switch.h -------------------------------------------------------------------------------- /tests/bmp/LegalPC.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/bmp/LegalPC.bmp -------------------------------------------------------------------------------- /tests/bmp/legalbmpdata.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/bmp/legalbmpdata.bin -------------------------------------------------------------------------------- /tests/palettes/pal_0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_0.bin -------------------------------------------------------------------------------- /tests/palettes/pal_1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_1.bin -------------------------------------------------------------------------------- /tests/palettes/pal_10.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_10.bin -------------------------------------------------------------------------------- /tests/palettes/pal_100.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_100.bin -------------------------------------------------------------------------------- /tests/palettes/pal_101.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_101.bin -------------------------------------------------------------------------------- /tests/palettes/pal_102.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_102.bin -------------------------------------------------------------------------------- /tests/palettes/pal_103.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_103.bin -------------------------------------------------------------------------------- /tests/palettes/pal_104.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_104.bin -------------------------------------------------------------------------------- /tests/palettes/pal_105.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_105.bin -------------------------------------------------------------------------------- /tests/palettes/pal_106.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_106.bin -------------------------------------------------------------------------------- /tests/palettes/pal_107.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_107.bin -------------------------------------------------------------------------------- /tests/palettes/pal_108.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_108.bin -------------------------------------------------------------------------------- /tests/palettes/pal_109.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_109.bin -------------------------------------------------------------------------------- /tests/palettes/pal_11.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_11.bin -------------------------------------------------------------------------------- /tests/palettes/pal_110.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_110.bin -------------------------------------------------------------------------------- /tests/palettes/pal_111.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_111.bin -------------------------------------------------------------------------------- /tests/palettes/pal_112.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_112.bin -------------------------------------------------------------------------------- /tests/palettes/pal_113.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_113.bin -------------------------------------------------------------------------------- /tests/palettes/pal_114.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_114.bin -------------------------------------------------------------------------------- /tests/palettes/pal_115.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_115.bin -------------------------------------------------------------------------------- /tests/palettes/pal_116.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_116.bin -------------------------------------------------------------------------------- /tests/palettes/pal_117.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_117.bin -------------------------------------------------------------------------------- /tests/palettes/pal_118.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_118.bin -------------------------------------------------------------------------------- /tests/palettes/pal_119.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_119.bin -------------------------------------------------------------------------------- /tests/palettes/pal_12.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_12.bin -------------------------------------------------------------------------------- /tests/palettes/pal_120.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_120.bin -------------------------------------------------------------------------------- /tests/palettes/pal_121.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_121.bin -------------------------------------------------------------------------------- /tests/palettes/pal_122.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_122.bin -------------------------------------------------------------------------------- /tests/palettes/pal_123.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_123.bin -------------------------------------------------------------------------------- /tests/palettes/pal_124.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_124.bin -------------------------------------------------------------------------------- /tests/palettes/pal_125.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_125.bin -------------------------------------------------------------------------------- /tests/palettes/pal_126.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_126.bin -------------------------------------------------------------------------------- /tests/palettes/pal_127.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_127.bin -------------------------------------------------------------------------------- /tests/palettes/pal_128.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_128.bin -------------------------------------------------------------------------------- /tests/palettes/pal_129.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_129.bin -------------------------------------------------------------------------------- /tests/palettes/pal_13.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_13.bin -------------------------------------------------------------------------------- /tests/palettes/pal_130.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_130.bin -------------------------------------------------------------------------------- /tests/palettes/pal_131.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_131.bin -------------------------------------------------------------------------------- /tests/palettes/pal_132.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_132.bin -------------------------------------------------------------------------------- /tests/palettes/pal_133.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_133.bin -------------------------------------------------------------------------------- /tests/palettes/pal_134.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_134.bin -------------------------------------------------------------------------------- /tests/palettes/pal_135.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_135.bin -------------------------------------------------------------------------------- /tests/palettes/pal_136.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_136.bin -------------------------------------------------------------------------------- /tests/palettes/pal_137.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_137.bin -------------------------------------------------------------------------------- /tests/palettes/pal_138.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_138.bin -------------------------------------------------------------------------------- /tests/palettes/pal_139.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_139.bin -------------------------------------------------------------------------------- /tests/palettes/pal_14.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_14.bin -------------------------------------------------------------------------------- /tests/palettes/pal_140.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_140.bin -------------------------------------------------------------------------------- /tests/palettes/pal_141.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_141.bin -------------------------------------------------------------------------------- /tests/palettes/pal_142.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_142.bin -------------------------------------------------------------------------------- /tests/palettes/pal_143.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_143.bin -------------------------------------------------------------------------------- /tests/palettes/pal_144.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_144.bin -------------------------------------------------------------------------------- /tests/palettes/pal_145.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_145.bin -------------------------------------------------------------------------------- /tests/palettes/pal_146.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_146.bin -------------------------------------------------------------------------------- /tests/palettes/pal_147.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_147.bin -------------------------------------------------------------------------------- /tests/palettes/pal_148.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_148.bin -------------------------------------------------------------------------------- /tests/palettes/pal_149.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_149.bin -------------------------------------------------------------------------------- /tests/palettes/pal_15.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_15.bin -------------------------------------------------------------------------------- /tests/palettes/pal_150.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_150.bin -------------------------------------------------------------------------------- /tests/palettes/pal_151.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_151.bin -------------------------------------------------------------------------------- /tests/palettes/pal_152.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_152.bin -------------------------------------------------------------------------------- /tests/palettes/pal_153.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_153.bin -------------------------------------------------------------------------------- /tests/palettes/pal_154.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_154.bin -------------------------------------------------------------------------------- /tests/palettes/pal_155.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_155.bin -------------------------------------------------------------------------------- /tests/palettes/pal_156.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_156.bin -------------------------------------------------------------------------------- /tests/palettes/pal_157.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_157.bin -------------------------------------------------------------------------------- /tests/palettes/pal_158.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_158.bin -------------------------------------------------------------------------------- /tests/palettes/pal_159.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_159.bin -------------------------------------------------------------------------------- /tests/palettes/pal_16.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_16.bin -------------------------------------------------------------------------------- /tests/palettes/pal_160.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_160.bin -------------------------------------------------------------------------------- /tests/palettes/pal_161.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_161.bin -------------------------------------------------------------------------------- /tests/palettes/pal_162.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_162.bin -------------------------------------------------------------------------------- /tests/palettes/pal_163.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_163.bin -------------------------------------------------------------------------------- /tests/palettes/pal_164.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_164.bin -------------------------------------------------------------------------------- /tests/palettes/pal_165.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_165.bin -------------------------------------------------------------------------------- /tests/palettes/pal_166.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_166.bin -------------------------------------------------------------------------------- /tests/palettes/pal_167.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_167.bin -------------------------------------------------------------------------------- /tests/palettes/pal_168.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_168.bin -------------------------------------------------------------------------------- /tests/palettes/pal_169.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_169.bin -------------------------------------------------------------------------------- /tests/palettes/pal_17.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_17.bin -------------------------------------------------------------------------------- /tests/palettes/pal_170.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_170.bin -------------------------------------------------------------------------------- /tests/palettes/pal_171.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_171.bin -------------------------------------------------------------------------------- /tests/palettes/pal_172.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_172.bin -------------------------------------------------------------------------------- /tests/palettes/pal_173.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_173.bin -------------------------------------------------------------------------------- /tests/palettes/pal_174.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_174.bin -------------------------------------------------------------------------------- /tests/palettes/pal_175.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_175.bin -------------------------------------------------------------------------------- /tests/palettes/pal_176.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_176.bin -------------------------------------------------------------------------------- /tests/palettes/pal_177.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_177.bin -------------------------------------------------------------------------------- /tests/palettes/pal_178.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_178.bin -------------------------------------------------------------------------------- /tests/palettes/pal_179.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_179.bin -------------------------------------------------------------------------------- /tests/palettes/pal_18.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_18.bin -------------------------------------------------------------------------------- /tests/palettes/pal_180.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_180.bin -------------------------------------------------------------------------------- /tests/palettes/pal_181.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_181.bin -------------------------------------------------------------------------------- /tests/palettes/pal_182.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_182.bin -------------------------------------------------------------------------------- /tests/palettes/pal_183.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_183.bin -------------------------------------------------------------------------------- /tests/palettes/pal_184.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_184.bin -------------------------------------------------------------------------------- /tests/palettes/pal_185.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_185.bin -------------------------------------------------------------------------------- /tests/palettes/pal_186.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_186.bin -------------------------------------------------------------------------------- /tests/palettes/pal_187.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_187.bin -------------------------------------------------------------------------------- /tests/palettes/pal_188.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_188.bin -------------------------------------------------------------------------------- /tests/palettes/pal_189.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_189.bin -------------------------------------------------------------------------------- /tests/palettes/pal_19.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_19.bin -------------------------------------------------------------------------------- /tests/palettes/pal_190.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_190.bin -------------------------------------------------------------------------------- /tests/palettes/pal_191.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_191.bin -------------------------------------------------------------------------------- /tests/palettes/pal_192.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_192.bin -------------------------------------------------------------------------------- /tests/palettes/pal_193.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_193.bin -------------------------------------------------------------------------------- /tests/palettes/pal_194.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_194.bin -------------------------------------------------------------------------------- /tests/palettes/pal_195.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_195.bin -------------------------------------------------------------------------------- /tests/palettes/pal_196.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_196.bin -------------------------------------------------------------------------------- /tests/palettes/pal_197.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_197.bin -------------------------------------------------------------------------------- /tests/palettes/pal_198.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_198.bin -------------------------------------------------------------------------------- /tests/palettes/pal_199.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_199.bin -------------------------------------------------------------------------------- /tests/palettes/pal_2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_2.bin -------------------------------------------------------------------------------- /tests/palettes/pal_20.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_20.bin -------------------------------------------------------------------------------- /tests/palettes/pal_200.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_200.bin -------------------------------------------------------------------------------- /tests/palettes/pal_201.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_201.bin -------------------------------------------------------------------------------- /tests/palettes/pal_202.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_202.bin -------------------------------------------------------------------------------- /tests/palettes/pal_203.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_203.bin -------------------------------------------------------------------------------- /tests/palettes/pal_204.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_204.bin -------------------------------------------------------------------------------- /tests/palettes/pal_205.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_205.bin -------------------------------------------------------------------------------- /tests/palettes/pal_206.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_206.bin -------------------------------------------------------------------------------- /tests/palettes/pal_207.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_207.bin -------------------------------------------------------------------------------- /tests/palettes/pal_208.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_208.bin -------------------------------------------------------------------------------- /tests/palettes/pal_209.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_209.bin -------------------------------------------------------------------------------- /tests/palettes/pal_21.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_21.bin -------------------------------------------------------------------------------- /tests/palettes/pal_210.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_210.bin -------------------------------------------------------------------------------- /tests/palettes/pal_211.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_211.bin -------------------------------------------------------------------------------- /tests/palettes/pal_212.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_212.bin -------------------------------------------------------------------------------- /tests/palettes/pal_213.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_213.bin -------------------------------------------------------------------------------- /tests/palettes/pal_214.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_214.bin -------------------------------------------------------------------------------- /tests/palettes/pal_215.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_215.bin -------------------------------------------------------------------------------- /tests/palettes/pal_216.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_216.bin -------------------------------------------------------------------------------- /tests/palettes/pal_217.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_217.bin -------------------------------------------------------------------------------- /tests/palettes/pal_218.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_218.bin -------------------------------------------------------------------------------- /tests/palettes/pal_219.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_219.bin -------------------------------------------------------------------------------- /tests/palettes/pal_22.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_22.bin -------------------------------------------------------------------------------- /tests/palettes/pal_220.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_220.bin -------------------------------------------------------------------------------- /tests/palettes/pal_221.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_221.bin -------------------------------------------------------------------------------- /tests/palettes/pal_222.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_222.bin -------------------------------------------------------------------------------- /tests/palettes/pal_223.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_223.bin -------------------------------------------------------------------------------- /tests/palettes/pal_224.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_224.bin -------------------------------------------------------------------------------- /tests/palettes/pal_225.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_225.bin -------------------------------------------------------------------------------- /tests/palettes/pal_226.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_226.bin -------------------------------------------------------------------------------- /tests/palettes/pal_227.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_227.bin -------------------------------------------------------------------------------- /tests/palettes/pal_228.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_228.bin -------------------------------------------------------------------------------- /tests/palettes/pal_229.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_229.bin -------------------------------------------------------------------------------- /tests/palettes/pal_23.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_23.bin -------------------------------------------------------------------------------- /tests/palettes/pal_230.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_230.bin -------------------------------------------------------------------------------- /tests/palettes/pal_231.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_231.bin -------------------------------------------------------------------------------- /tests/palettes/pal_232.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_232.bin -------------------------------------------------------------------------------- /tests/palettes/pal_233.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_233.bin -------------------------------------------------------------------------------- /tests/palettes/pal_234.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_234.bin -------------------------------------------------------------------------------- /tests/palettes/pal_235.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_235.bin -------------------------------------------------------------------------------- /tests/palettes/pal_236.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_236.bin -------------------------------------------------------------------------------- /tests/palettes/pal_237.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_237.bin -------------------------------------------------------------------------------- /tests/palettes/pal_238.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_238.bin -------------------------------------------------------------------------------- /tests/palettes/pal_239.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_239.bin -------------------------------------------------------------------------------- /tests/palettes/pal_24.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_24.bin -------------------------------------------------------------------------------- /tests/palettes/pal_240.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_240.bin -------------------------------------------------------------------------------- /tests/palettes/pal_241.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_241.bin -------------------------------------------------------------------------------- /tests/palettes/pal_242.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_242.bin -------------------------------------------------------------------------------- /tests/palettes/pal_243.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_243.bin -------------------------------------------------------------------------------- /tests/palettes/pal_244.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_244.bin -------------------------------------------------------------------------------- /tests/palettes/pal_245.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_245.bin -------------------------------------------------------------------------------- /tests/palettes/pal_246.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_246.bin -------------------------------------------------------------------------------- /tests/palettes/pal_247.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_247.bin -------------------------------------------------------------------------------- /tests/palettes/pal_248.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_248.bin -------------------------------------------------------------------------------- /tests/palettes/pal_249.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_249.bin -------------------------------------------------------------------------------- /tests/palettes/pal_25.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_25.bin -------------------------------------------------------------------------------- /tests/palettes/pal_250.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_250.bin -------------------------------------------------------------------------------- /tests/palettes/pal_251.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_251.bin -------------------------------------------------------------------------------- /tests/palettes/pal_252.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_252.bin -------------------------------------------------------------------------------- /tests/palettes/pal_253.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_253.bin -------------------------------------------------------------------------------- /tests/palettes/pal_254.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_254.bin -------------------------------------------------------------------------------- /tests/palettes/pal_255.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_255.bin -------------------------------------------------------------------------------- /tests/palettes/pal_256.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_256.bin -------------------------------------------------------------------------------- /tests/palettes/pal_257.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_257.bin -------------------------------------------------------------------------------- /tests/palettes/pal_258.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_258.bin -------------------------------------------------------------------------------- /tests/palettes/pal_259.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_259.bin -------------------------------------------------------------------------------- /tests/palettes/pal_26.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_26.bin -------------------------------------------------------------------------------- /tests/palettes/pal_260.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_260.bin -------------------------------------------------------------------------------- /tests/palettes/pal_261.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_261.bin -------------------------------------------------------------------------------- /tests/palettes/pal_262.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_262.bin -------------------------------------------------------------------------------- /tests/palettes/pal_263.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_263.bin -------------------------------------------------------------------------------- /tests/palettes/pal_264.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_264.bin -------------------------------------------------------------------------------- /tests/palettes/pal_265.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_265.bin -------------------------------------------------------------------------------- /tests/palettes/pal_266.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_266.bin -------------------------------------------------------------------------------- /tests/palettes/pal_267.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_267.bin -------------------------------------------------------------------------------- /tests/palettes/pal_268.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_268.bin -------------------------------------------------------------------------------- /tests/palettes/pal_269.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_269.bin -------------------------------------------------------------------------------- /tests/palettes/pal_27.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_27.bin -------------------------------------------------------------------------------- /tests/palettes/pal_270.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_270.bin -------------------------------------------------------------------------------- /tests/palettes/pal_271.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_271.bin -------------------------------------------------------------------------------- /tests/palettes/pal_272.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_272.bin -------------------------------------------------------------------------------- /tests/palettes/pal_273.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_273.bin -------------------------------------------------------------------------------- /tests/palettes/pal_274.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_274.bin -------------------------------------------------------------------------------- /tests/palettes/pal_275.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_275.bin -------------------------------------------------------------------------------- /tests/palettes/pal_276.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_276.bin -------------------------------------------------------------------------------- /tests/palettes/pal_28.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_28.bin -------------------------------------------------------------------------------- /tests/palettes/pal_29.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_29.bin -------------------------------------------------------------------------------- /tests/palettes/pal_3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_3.bin -------------------------------------------------------------------------------- /tests/palettes/pal_30.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_30.bin -------------------------------------------------------------------------------- /tests/palettes/pal_31.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_31.bin -------------------------------------------------------------------------------- /tests/palettes/pal_32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_32.bin -------------------------------------------------------------------------------- /tests/palettes/pal_33.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_33.bin -------------------------------------------------------------------------------- /tests/palettes/pal_34.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_34.bin -------------------------------------------------------------------------------- /tests/palettes/pal_35.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_35.bin -------------------------------------------------------------------------------- /tests/palettes/pal_36.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_36.bin -------------------------------------------------------------------------------- /tests/palettes/pal_37.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_37.bin -------------------------------------------------------------------------------- /tests/palettes/pal_38.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_38.bin -------------------------------------------------------------------------------- /tests/palettes/pal_39.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_39.bin -------------------------------------------------------------------------------- /tests/palettes/pal_4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_4.bin -------------------------------------------------------------------------------- /tests/palettes/pal_40.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_40.bin -------------------------------------------------------------------------------- /tests/palettes/pal_41.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_41.bin -------------------------------------------------------------------------------- /tests/palettes/pal_42.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_42.bin -------------------------------------------------------------------------------- /tests/palettes/pal_43.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_43.bin -------------------------------------------------------------------------------- /tests/palettes/pal_44.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_44.bin -------------------------------------------------------------------------------- /tests/palettes/pal_45.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_45.bin -------------------------------------------------------------------------------- /tests/palettes/pal_46.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_46.bin -------------------------------------------------------------------------------- /tests/palettes/pal_47.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_47.bin -------------------------------------------------------------------------------- /tests/palettes/pal_48.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_48.bin -------------------------------------------------------------------------------- /tests/palettes/pal_49.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_49.bin -------------------------------------------------------------------------------- /tests/palettes/pal_5.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_5.bin -------------------------------------------------------------------------------- /tests/palettes/pal_50.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_50.bin -------------------------------------------------------------------------------- /tests/palettes/pal_51.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_51.bin -------------------------------------------------------------------------------- /tests/palettes/pal_52.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_52.bin -------------------------------------------------------------------------------- /tests/palettes/pal_53.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_53.bin -------------------------------------------------------------------------------- /tests/palettes/pal_54.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_54.bin -------------------------------------------------------------------------------- /tests/palettes/pal_55.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_55.bin -------------------------------------------------------------------------------- /tests/palettes/pal_56.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_56.bin -------------------------------------------------------------------------------- /tests/palettes/pal_57.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_57.bin -------------------------------------------------------------------------------- /tests/palettes/pal_58.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_58.bin -------------------------------------------------------------------------------- /tests/palettes/pal_59.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_59.bin -------------------------------------------------------------------------------- /tests/palettes/pal_6.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_6.bin -------------------------------------------------------------------------------- /tests/palettes/pal_60.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_60.bin -------------------------------------------------------------------------------- /tests/palettes/pal_61.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_61.bin -------------------------------------------------------------------------------- /tests/palettes/pal_62.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_62.bin -------------------------------------------------------------------------------- /tests/palettes/pal_63.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_63.bin -------------------------------------------------------------------------------- /tests/palettes/pal_64.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_64.bin -------------------------------------------------------------------------------- /tests/palettes/pal_65.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_65.bin -------------------------------------------------------------------------------- /tests/palettes/pal_66.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_66.bin -------------------------------------------------------------------------------- /tests/palettes/pal_67.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_67.bin -------------------------------------------------------------------------------- /tests/palettes/pal_68.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_68.bin -------------------------------------------------------------------------------- /tests/palettes/pal_69.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_69.bin -------------------------------------------------------------------------------- /tests/palettes/pal_7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_7.bin -------------------------------------------------------------------------------- /tests/palettes/pal_70.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_70.bin -------------------------------------------------------------------------------- /tests/palettes/pal_71.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_71.bin -------------------------------------------------------------------------------- /tests/palettes/pal_72.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_72.bin -------------------------------------------------------------------------------- /tests/palettes/pal_73.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_73.bin -------------------------------------------------------------------------------- /tests/palettes/pal_74.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_74.bin -------------------------------------------------------------------------------- /tests/palettes/pal_75.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_75.bin -------------------------------------------------------------------------------- /tests/palettes/pal_76.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_76.bin -------------------------------------------------------------------------------- /tests/palettes/pal_77.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_77.bin -------------------------------------------------------------------------------- /tests/palettes/pal_78.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_78.bin -------------------------------------------------------------------------------- /tests/palettes/pal_79.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_79.bin -------------------------------------------------------------------------------- /tests/palettes/pal_8.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_8.bin -------------------------------------------------------------------------------- /tests/palettes/pal_80.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_80.bin -------------------------------------------------------------------------------- /tests/palettes/pal_81.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_81.bin -------------------------------------------------------------------------------- /tests/palettes/pal_82.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_82.bin -------------------------------------------------------------------------------- /tests/palettes/pal_83.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_83.bin -------------------------------------------------------------------------------- /tests/palettes/pal_84.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_84.bin -------------------------------------------------------------------------------- /tests/palettes/pal_85.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_85.bin -------------------------------------------------------------------------------- /tests/palettes/pal_86.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_86.bin -------------------------------------------------------------------------------- /tests/palettes/pal_87.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_87.bin -------------------------------------------------------------------------------- /tests/palettes/pal_88.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_88.bin -------------------------------------------------------------------------------- /tests/palettes/pal_89.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_89.bin -------------------------------------------------------------------------------- /tests/palettes/pal_9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_9.bin -------------------------------------------------------------------------------- /tests/palettes/pal_90.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_90.bin -------------------------------------------------------------------------------- /tests/palettes/pal_91.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_91.bin -------------------------------------------------------------------------------- /tests/palettes/pal_92.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_92.bin -------------------------------------------------------------------------------- /tests/palettes/pal_93.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_93.bin -------------------------------------------------------------------------------- /tests/palettes/pal_94.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_94.bin -------------------------------------------------------------------------------- /tests/palettes/pal_95.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_95.bin -------------------------------------------------------------------------------- /tests/palettes/pal_96.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_96.bin -------------------------------------------------------------------------------- /tests/palettes/pal_97.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_97.bin -------------------------------------------------------------------------------- /tests/palettes/pal_98.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_98.bin -------------------------------------------------------------------------------- /tests/palettes/pal_99.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/palettes/pal_99.bin -------------------------------------------------------------------------------- /tests/sfx/dem1.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/dem1.sfx -------------------------------------------------------------------------------- /tests/sfx/dem2.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/dem2.sfx -------------------------------------------------------------------------------- /tests/sfx/dem3.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/dem3.sfx -------------------------------------------------------------------------------- /tests/sfx/dem4.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/dem4.sfx -------------------------------------------------------------------------------- /tests/sfx/l1a1.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l1a1.sfx -------------------------------------------------------------------------------- /tests/sfx/l1a2.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l1a2.sfx -------------------------------------------------------------------------------- /tests/sfx/l1a3.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l1a3.sfx -------------------------------------------------------------------------------- /tests/sfx/l1a4.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l1a4.sfx -------------------------------------------------------------------------------- /tests/sfx/l2a1.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l2a1.sfx -------------------------------------------------------------------------------- /tests/sfx/l2a2.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l2a2.sfx -------------------------------------------------------------------------------- /tests/sfx/l3a1.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l3a1.sfx -------------------------------------------------------------------------------- /tests/sfx/l3a2.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l3a2.sfx -------------------------------------------------------------------------------- /tests/sfx/l3a3.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l3a3.sfx -------------------------------------------------------------------------------- /tests/sfx/l3a4.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l3a4.sfx -------------------------------------------------------------------------------- /tests/sfx/l3a5.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l3a5.sfx -------------------------------------------------------------------------------- /tests/sfx/l4a1.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l4a1.sfx -------------------------------------------------------------------------------- /tests/sfx/l5a1.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l5a1.sfx -------------------------------------------------------------------------------- /tests/sfx/l5a2.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l5a2.sfx -------------------------------------------------------------------------------- /tests/sfx/l5a3.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l5a3.sfx -------------------------------------------------------------------------------- /tests/sfx/l5a4.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l5a4.sfx -------------------------------------------------------------------------------- /tests/sfx/l5a5.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l5a5.sfx -------------------------------------------------------------------------------- /tests/sfx/l5a6.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l5a6.sfx -------------------------------------------------------------------------------- /tests/sfx/l5a7.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l5a7.sfx -------------------------------------------------------------------------------- /tests/sfx/l6a1.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l6a1.sfx -------------------------------------------------------------------------------- /tests/sfx/l6a2.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l6a2.sfx -------------------------------------------------------------------------------- /tests/sfx/l6a3.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l6a3.sfx -------------------------------------------------------------------------------- /tests/sfx/l6a4.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l6a4.sfx -------------------------------------------------------------------------------- /tests/sfx/l7a1.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l7a1.sfx -------------------------------------------------------------------------------- /tests/sfx/l7a2.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l7a2.sfx -------------------------------------------------------------------------------- /tests/sfx/l7a3.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l7a3.sfx -------------------------------------------------------------------------------- /tests/sfx/l7a4.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l7a4.sfx -------------------------------------------------------------------------------- /tests/sfx/l7a5.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l7a5.sfx -------------------------------------------------------------------------------- /tests/sfx/l8a1.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l8a1.sfx -------------------------------------------------------------------------------- /tests/sfx/l8a2.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l8a2.sfx -------------------------------------------------------------------------------- /tests/sfx/l8a3.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l8a3.sfx -------------------------------------------------------------------------------- /tests/sfx/l8a4.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l8a4.sfx -------------------------------------------------------------------------------- /tests/sfx/l8a5.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l8a5.sfx -------------------------------------------------------------------------------- /tests/sfx/l8a6.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l8a6.sfx -------------------------------------------------------------------------------- /tests/sfx/l9a1.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l9a1.sfx -------------------------------------------------------------------------------- /tests/sfx/l9a2.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l9a2.sfx -------------------------------------------------------------------------------- /tests/sfx/l9a3.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l9a3.sfx -------------------------------------------------------------------------------- /tests/sfx/l9a4.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/l9a4.sfx -------------------------------------------------------------------------------- /tests/sfx/laa1.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/laa1.sfx -------------------------------------------------------------------------------- /tests/sfx/laa2.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/laa2.sfx -------------------------------------------------------------------------------- /tests/sfx/laa3.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/laa3.sfx -------------------------------------------------------------------------------- /tests/sfx/laa4.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/laa4.sfx -------------------------------------------------------------------------------- /tests/sfx/lba1.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/lba1.sfx -------------------------------------------------------------------------------- /tests/sfx/lba2.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/lba2.sfx -------------------------------------------------------------------------------- /tests/sfx/lba3.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/lba3.sfx -------------------------------------------------------------------------------- /tests/sfx/lba4.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/lba4.sfx -------------------------------------------------------------------------------- /tests/sfx/lca1.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/lca1.sfx -------------------------------------------------------------------------------- /tests/sfx/lca2.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/lca2.sfx -------------------------------------------------------------------------------- /tests/sfx/lca3.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/lca3.sfx -------------------------------------------------------------------------------- /tests/sfx/lca4.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/lca4.sfx -------------------------------------------------------------------------------- /tests/sfx/lda1.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/lda1.sfx -------------------------------------------------------------------------------- /tests/sfx/lda2.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/lda2.sfx -------------------------------------------------------------------------------- /tests/sfx/lda3.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/lda3.sfx -------------------------------------------------------------------------------- /tests/sfx/lfa1.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/lfa1.sfx -------------------------------------------------------------------------------- /tests/sfx/lga1.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/lga1.sfx -------------------------------------------------------------------------------- /tests/sfx/lha1.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/lha1.sfx -------------------------------------------------------------------------------- /tests/sfx/menu.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/menu.sfx -------------------------------------------------------------------------------- /tests/sfx/spidey.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/spidey.sfx -------------------------------------------------------------------------------- /tests/sfx/zArt.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tests/sfx/zArt.sfx -------------------------------------------------------------------------------- /texture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/texture.h -------------------------------------------------------------------------------- /thps2-stuff/decls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/thps2-stuff/decls.h -------------------------------------------------------------------------------- /thps2-stuff/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/thps2-stuff/types.h -------------------------------------------------------------------------------- /thug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/thug.cpp -------------------------------------------------------------------------------- /thug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/thug.h -------------------------------------------------------------------------------- /tips.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tips.txt -------------------------------------------------------------------------------- /tools/New Text Document.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tools/SpideyPC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/SpideyPC.h -------------------------------------------------------------------------------- /tools/data_spitter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/data_spitter.py -------------------------------------------------------------------------------- /tools/differ.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/differ.py -------------------------------------------------------------------------------- /tools/dunno.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/dunno.py -------------------------------------------------------------------------------- /tools/file_names.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/file_names.txt -------------------------------------------------------------------------------- /tools/func_exporter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/func_exporter.py -------------------------------------------------------------------------------- /tools/name_replacer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/name_replacer.py -------------------------------------------------------------------------------- /tools/name_spitter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/name_spitter.py -------------------------------------------------------------------------------- /tools/names.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/names.json -------------------------------------------------------------------------------- /tools/out/DXinit.cpp: -------------------------------------------------------------------------------- 1 | #include "DXinit.h" -------------------------------------------------------------------------------- /tools/out/DXinit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/DXinit.h -------------------------------------------------------------------------------- /tools/out/DXsound.cpp: -------------------------------------------------------------------------------- 1 | #include "DXsound.h" -------------------------------------------------------------------------------- /tools/out/DXsound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/DXsound.h -------------------------------------------------------------------------------- /tools/out/Image.cpp: -------------------------------------------------------------------------------- 1 | #include "Image.h" -------------------------------------------------------------------------------- /tools/out/Image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/Image.h -------------------------------------------------------------------------------- /tools/out/LThread.cpp: -------------------------------------------------------------------------------- 1 | #include "LThread.h" -------------------------------------------------------------------------------- /tools/out/LThread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/LThread.h -------------------------------------------------------------------------------- /tools/out/PCGfx.cpp: -------------------------------------------------------------------------------- 1 | #include "PCGfx.h" -------------------------------------------------------------------------------- /tools/out/PCGfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/PCGfx.h -------------------------------------------------------------------------------- /tools/out/PCInput.cpp: -------------------------------------------------------------------------------- 1 | #include "PCInput.h" -------------------------------------------------------------------------------- /tools/out/PCInput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/PCInput.h -------------------------------------------------------------------------------- /tools/out/PCMovie.cpp: -------------------------------------------------------------------------------- 1 | #include "PCMovie.h" -------------------------------------------------------------------------------- /tools/out/PCMovie.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/PCMovie.h -------------------------------------------------------------------------------- /tools/out/PCMusic.cpp: -------------------------------------------------------------------------------- 1 | #include "PCMusic.h" -------------------------------------------------------------------------------- /tools/out/PCMusic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/PCMusic.h -------------------------------------------------------------------------------- /tools/out/PCShell.cpp: -------------------------------------------------------------------------------- 1 | #include "PCShell.h" -------------------------------------------------------------------------------- /tools/out/PCShell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/PCShell.h -------------------------------------------------------------------------------- /tools/out/PCTex.cpp: -------------------------------------------------------------------------------- 1 | #include "PCTex.h" -------------------------------------------------------------------------------- /tools/out/PCTex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/PCTex.h -------------------------------------------------------------------------------- /tools/out/PCTimer.cpp: -------------------------------------------------------------------------------- 1 | #include "PCTimer.h" -------------------------------------------------------------------------------- /tools/out/PCTimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/PCTimer.h -------------------------------------------------------------------------------- /tools/out/PRE.cpp: -------------------------------------------------------------------------------- 1 | #include "PRE.h" -------------------------------------------------------------------------------- /tools/out/PRE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/PRE.h -------------------------------------------------------------------------------- /tools/out/Sbinit.cpp: -------------------------------------------------------------------------------- 1 | #include "Sbinit.h" -------------------------------------------------------------------------------- /tools/out/Sbinit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/Sbinit.h -------------------------------------------------------------------------------- /tools/out/SpideyDX.cpp: -------------------------------------------------------------------------------- 1 | #include "SpideyDX.h" -------------------------------------------------------------------------------- /tools/out/SpideyDX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/SpideyDX.h -------------------------------------------------------------------------------- /tools/out/SwapTriggerData.cpp: -------------------------------------------------------------------------------- 1 | #include "SwapTriggerData.h" -------------------------------------------------------------------------------- /tools/out/ai.cpp: -------------------------------------------------------------------------------- 1 | #include "ai.h" -------------------------------------------------------------------------------- /tools/out/ai.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/ai.h -------------------------------------------------------------------------------- /tools/out/algebra.cpp: -------------------------------------------------------------------------------- 1 | #include "algebra.h" -------------------------------------------------------------------------------- /tools/out/algebra.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/algebra.h -------------------------------------------------------------------------------- /tools/out/backgrnd.cpp: -------------------------------------------------------------------------------- 1 | #include "backgrnd.h" -------------------------------------------------------------------------------- /tools/out/backgrnd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/backgrnd.h -------------------------------------------------------------------------------- /tools/out/bitmap256.cpp: -------------------------------------------------------------------------------- 1 | #include "bitmap256.h" -------------------------------------------------------------------------------- /tools/out/bitmap256.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/bitmap256.h -------------------------------------------------------------------------------- /tools/out/bmr.cpp: -------------------------------------------------------------------------------- 1 | #include "bmr.h" -------------------------------------------------------------------------------- /tools/out/bmr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/bmr.h -------------------------------------------------------------------------------- /tools/out/chain.cpp: -------------------------------------------------------------------------------- 1 | #include "chain.h" -------------------------------------------------------------------------------- /tools/out/chain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/chain.h -------------------------------------------------------------------------------- /tools/out/chunk.cpp: -------------------------------------------------------------------------------- 1 | #include "chunk.h" -------------------------------------------------------------------------------- /tools/out/chunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/chunk.h -------------------------------------------------------------------------------- /tools/out/cinema.cpp: -------------------------------------------------------------------------------- 1 | #include "cinema.h" -------------------------------------------------------------------------------- /tools/out/cinema.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/cinema.h -------------------------------------------------------------------------------- /tools/out/crate.cpp: -------------------------------------------------------------------------------- 1 | #include "crate.h" -------------------------------------------------------------------------------- /tools/out/crate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/crate.h -------------------------------------------------------------------------------- /tools/out/db.cpp: -------------------------------------------------------------------------------- 1 | #include "db.h" -------------------------------------------------------------------------------- /tools/out/db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/db.h -------------------------------------------------------------------------------- /tools/out/dcfileio.cpp: -------------------------------------------------------------------------------- 1 | #include "dcfileio.h" -------------------------------------------------------------------------------- /tools/out/dcfileio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/dcfileio.h -------------------------------------------------------------------------------- /tools/out/dcmemcard.cpp: -------------------------------------------------------------------------------- 1 | #include "dcmemcard.h" -------------------------------------------------------------------------------- /tools/out/dcmemcard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/dcmemcard.h -------------------------------------------------------------------------------- /tools/out/dcmodel.cpp: -------------------------------------------------------------------------------- 1 | #include "dcmodel.h" -------------------------------------------------------------------------------- /tools/out/dcmodel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/dcmodel.h -------------------------------------------------------------------------------- /tools/out/dcshellutils.cpp: -------------------------------------------------------------------------------- 1 | #include "dcshellutils.h" -------------------------------------------------------------------------------- /tools/out/dcshellutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/dcshellutils.h -------------------------------------------------------------------------------- /tools/out/decomp.cpp: -------------------------------------------------------------------------------- 1 | #include "decomp.h" -------------------------------------------------------------------------------- /tools/out/decomp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/decomp.h -------------------------------------------------------------------------------- /tools/out/flash.cpp: -------------------------------------------------------------------------------- 1 | #include "flash.h" -------------------------------------------------------------------------------- /tools/out/flash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/flash.h -------------------------------------------------------------------------------- /tools/out/init.cpp: -------------------------------------------------------------------------------- 1 | #include "init.h" -------------------------------------------------------------------------------- /tools/out/init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/init.h -------------------------------------------------------------------------------- /tools/out/l1a3bomb.cpp: -------------------------------------------------------------------------------- 1 | #include "l1a3bomb.h" -------------------------------------------------------------------------------- /tools/out/l1a3bomb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/l1a3bomb.h -------------------------------------------------------------------------------- /tools/out/l2a1lsc.cpp: -------------------------------------------------------------------------------- 1 | #include "l2a1lsc.h" -------------------------------------------------------------------------------- /tools/out/l2a1lsc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/l2a1lsc.h -------------------------------------------------------------------------------- /tools/out/l5a5lsc.cpp: -------------------------------------------------------------------------------- 1 | #include "l5a5lsc.h" -------------------------------------------------------------------------------- /tools/out/l5a5lsc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/l5a5lsc.h -------------------------------------------------------------------------------- /tools/out/l5a6lsc.cpp: -------------------------------------------------------------------------------- 1 | #include "l5a6lsc.h" -------------------------------------------------------------------------------- /tools/out/l5a6lsc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/l5a6lsc.h -------------------------------------------------------------------------------- /tools/out/l5a7lsc.cpp: -------------------------------------------------------------------------------- 1 | #include "l5a7lsc.h" -------------------------------------------------------------------------------- /tools/out/l5a7lsc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/l5a7lsc.h -------------------------------------------------------------------------------- /tools/out/l6a1lsc.cpp: -------------------------------------------------------------------------------- 1 | #include "l6a1lsc.h" -------------------------------------------------------------------------------- /tools/out/l6a1lsc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/l6a1lsc.h -------------------------------------------------------------------------------- /tools/out/l6a2lsc.cpp: -------------------------------------------------------------------------------- 1 | #include "l6a2lsc.h" -------------------------------------------------------------------------------- /tools/out/l6a2lsc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/l6a2lsc.h -------------------------------------------------------------------------------- /tools/out/l6a3lsc.cpp: -------------------------------------------------------------------------------- 1 | #include "l6a3lsc.h" -------------------------------------------------------------------------------- /tools/out/l6a3lsc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/l6a3lsc.h -------------------------------------------------------------------------------- /tools/out/localtxt.cpp: -------------------------------------------------------------------------------- 1 | #include "localtxt.h" -------------------------------------------------------------------------------- /tools/out/localtxt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/localtxt.h -------------------------------------------------------------------------------- /tools/out/manipob.cpp: -------------------------------------------------------------------------------- 1 | #include "manipob.h" -------------------------------------------------------------------------------- /tools/out/manipob.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/manipob.h -------------------------------------------------------------------------------- /tools/out/music.cpp: -------------------------------------------------------------------------------- 1 | #include "music.h" -------------------------------------------------------------------------------- /tools/out/music.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/music.h -------------------------------------------------------------------------------- /tools/out/pack.cpp: -------------------------------------------------------------------------------- 1 | #include "pack.h" -------------------------------------------------------------------------------- /tools/out/pack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/pack.h -------------------------------------------------------------------------------- /tools/out/pal.cpp: -------------------------------------------------------------------------------- 1 | #include "pal.h" -------------------------------------------------------------------------------- /tools/out/pal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/pal.h -------------------------------------------------------------------------------- /tools/out/pcdcBkup.cpp: -------------------------------------------------------------------------------- 1 | #include "pcdcBkup.h" -------------------------------------------------------------------------------- /tools/out/pcdcBkup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/pcdcBkup.h -------------------------------------------------------------------------------- /tools/out/pcdcFile.cpp: -------------------------------------------------------------------------------- 1 | #include "pcdcFile.h" -------------------------------------------------------------------------------- /tools/out/pcdcFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/pcdcFile.h -------------------------------------------------------------------------------- /tools/out/pcdcMem.cpp: -------------------------------------------------------------------------------- 1 | #include "pcdcMem.h" -------------------------------------------------------------------------------- /tools/out/pcdcMem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/pcdcMem.h -------------------------------------------------------------------------------- /tools/out/pcdcPad.cpp: -------------------------------------------------------------------------------- 1 | #include "pcdcPad.h" -------------------------------------------------------------------------------- /tools/out/pcdcPad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/pcdcPad.h -------------------------------------------------------------------------------- /tools/out/physics.cpp: -------------------------------------------------------------------------------- 1 | #include "physics.h" -------------------------------------------------------------------------------- /tools/out/physics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/physics.h -------------------------------------------------------------------------------- /tools/out/post.cpp: -------------------------------------------------------------------------------- 1 | #include "post.h" -------------------------------------------------------------------------------- /tools/out/post.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/post.h -------------------------------------------------------------------------------- /tools/out/powerup.cpp: -------------------------------------------------------------------------------- 1 | #include "powerup.h" -------------------------------------------------------------------------------- /tools/out/powerup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/powerup.h -------------------------------------------------------------------------------- /tools/out/ps2card.cpp: -------------------------------------------------------------------------------- 1 | #include "ps2card.h" -------------------------------------------------------------------------------- /tools/out/ps2card.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/ps2card.h -------------------------------------------------------------------------------- /tools/out/ps2pad.cpp: -------------------------------------------------------------------------------- 1 | #include "ps2pad.h" -------------------------------------------------------------------------------- /tools/out/ps2pad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/ps2pad.h -------------------------------------------------------------------------------- /tools/out/reloc.cpp: -------------------------------------------------------------------------------- 1 | #include "reloc.h" -------------------------------------------------------------------------------- /tools/out/reloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/reloc.h -------------------------------------------------------------------------------- /tools/out/reloc_g.cpp: -------------------------------------------------------------------------------- 1 | #include "reloc_g.h" -------------------------------------------------------------------------------- /tools/out/reloc_g.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/reloc_g.h -------------------------------------------------------------------------------- /tools/out/rfront.cpp: -------------------------------------------------------------------------------- 1 | #include "rfront.h" -------------------------------------------------------------------------------- /tools/out/rfront.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/rfront.h -------------------------------------------------------------------------------- /tools/out/shatter.cpp: -------------------------------------------------------------------------------- 1 | #include "shatter.h" -------------------------------------------------------------------------------- /tools/out/shatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/shatter.h -------------------------------------------------------------------------------- /tools/out/smoke.cpp: -------------------------------------------------------------------------------- 1 | #include "smoke.h" -------------------------------------------------------------------------------- /tools/out/smoke.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/smoke.h -------------------------------------------------------------------------------- /tools/out/spid_ai0.cpp: -------------------------------------------------------------------------------- 1 | #include "spid_ai0.h" -------------------------------------------------------------------------------- /tools/out/spid_ai0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/spid_ai0.h -------------------------------------------------------------------------------- /tools/out/stubs.cpp: -------------------------------------------------------------------------------- 1 | #include "stubs.h" -------------------------------------------------------------------------------- /tools/out/stubs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/stubs.h -------------------------------------------------------------------------------- /tools/out/switch.cpp: -------------------------------------------------------------------------------- 1 | #include "switch.h" -------------------------------------------------------------------------------- /tools/out/switch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/switch.h -------------------------------------------------------------------------------- /tools/out/training.cpp: -------------------------------------------------------------------------------- 1 | #include "training.h" -------------------------------------------------------------------------------- /tools/out/training.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/training.h -------------------------------------------------------------------------------- /tools/out/tweak.cpp: -------------------------------------------------------------------------------- 1 | #include "tweak.h" -------------------------------------------------------------------------------- /tools/out/tweak.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/tweak.h -------------------------------------------------------------------------------- /tools/out/vram.cpp: -------------------------------------------------------------------------------- 1 | #include "vram.h" -------------------------------------------------------------------------------- /tools/out/vram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/vram.h -------------------------------------------------------------------------------- /tools/out/weapons.cpp: -------------------------------------------------------------------------------- 1 | #include "weapons.h" -------------------------------------------------------------------------------- /tools/out/weapons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/weapons.h -------------------------------------------------------------------------------- /tools/out/zrhinog.cpp: -------------------------------------------------------------------------------- 1 | #include "zrhinog.h" -------------------------------------------------------------------------------- /tools/out/zrhinog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/out/zrhinog.h -------------------------------------------------------------------------------- /tools/overrides.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/overrides.json -------------------------------------------------------------------------------- /tools/prototypes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/prototypes.json -------------------------------------------------------------------------------- /tools/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/requirements.txt -------------------------------------------------------------------------------- /tools/result.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/result.txt -------------------------------------------------------------------------------- /tools/struct.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/struct.txt -------------------------------------------------------------------------------- /tools/struct_exporter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/struct_exporter.py -------------------------------------------------------------------------------- /tools/struct_to_code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tools/struct_to_code.py -------------------------------------------------------------------------------- /torch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/torch.cpp -------------------------------------------------------------------------------- /torch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/torch.h -------------------------------------------------------------------------------- /training.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/training.cpp -------------------------------------------------------------------------------- /training.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/training.h -------------------------------------------------------------------------------- /trig.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/trig.cpp -------------------------------------------------------------------------------- /trig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/trig.h -------------------------------------------------------------------------------- /try_linux.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/try_linux.sh -------------------------------------------------------------------------------- /turret.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/turret.cpp -------------------------------------------------------------------------------- /turret.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/turret.h -------------------------------------------------------------------------------- /tweak.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tweak.cpp -------------------------------------------------------------------------------- /tweak.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/tweak.h -------------------------------------------------------------------------------- /utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/utils.cpp -------------------------------------------------------------------------------- /utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/utils.h -------------------------------------------------------------------------------- /validate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/validate.cpp -------------------------------------------------------------------------------- /validate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/validate.h -------------------------------------------------------------------------------- /vector.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/vector.cpp -------------------------------------------------------------------------------- /vector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/vector.h -------------------------------------------------------------------------------- /venom.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/venom.cpp -------------------------------------------------------------------------------- /venom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/venom.h -------------------------------------------------------------------------------- /vram.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/vram.cpp -------------------------------------------------------------------------------- /vram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/vram.h -------------------------------------------------------------------------------- /weapons.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/weapons.cpp -------------------------------------------------------------------------------- /weapons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/weapons.h -------------------------------------------------------------------------------- /web.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/web.cpp -------------------------------------------------------------------------------- /web.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/web.h -------------------------------------------------------------------------------- /wire.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/wire.cpp -------------------------------------------------------------------------------- /wire.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/wire.h -------------------------------------------------------------------------------- /zconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/zconf.h -------------------------------------------------------------------------------- /zlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/zlib.h -------------------------------------------------------------------------------- /zrhinog.cpp: -------------------------------------------------------------------------------- 1 | #include "zrhinog.h" -------------------------------------------------------------------------------- /zrhinog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krystalgamer/spidey-decomp/HEAD/zrhinog.h --------------------------------------------------------------------------------