├── Decompiled ├── GameState.d ├── GameplayFrontEnd.d ├── GameplayInside.d ├── GameplayOutside.d ├── Level.d ├── Level1Greece.d ├── Level2America.d ├── Level2Java.d ├── Level4Siberia.d ├── Level5Comet.d ├── N64.d ├── Os.d ├── Program.d ├── RAM.d ├── bh_dis_Greece_U_GameplayInside.txt ├── bh_dis_Greece_U_Gameplayoutside.txt ├── bh_dis_Greece_U_Level.txt ├── bh_dis_Greece_U_N64.txt └── bh_dis_U_StartMenu.txt ├── Dockerfile ├── Makefile ├── Makefile.split ├── README.md ├── body_harvest.u.ld ├── body_harvest.u.s ├── body_harvest.u.yaml ├── geo_commands.inc ├── globals.inc ├── include ├── PR │ ├── abi.h │ ├── gbi.h │ ├── gbi.inc │ ├── gbi_old.h │ ├── gs2dex.h │ ├── gu.h │ ├── libaudio.h │ ├── libultra.h │ ├── mbi.h │ ├── os_ai.h │ ├── os_cache.h │ ├── os_cont.h │ ├── os_eeprom.h │ ├── os_exception.h │ ├── os_internal.h │ ├── os_libc.h │ ├── os_message.h │ ├── os_misc.h │ ├── os_pi.h │ ├── os_rdp.h │ ├── os_thread.h │ ├── os_time.h │ ├── os_tlb.h │ ├── os_vi.h │ ├── sptask.h │ ├── ucode.h │ └── ultratypes.h ├── math.h └── ultra64.h ├── macros.inc ├── src └── base │ ├── EF98.c │ ├── EF98.h │ ├── F618.c │ └── F618.h ├── tools ├── .gitignore ├── Makefile ├── asm_processor │ ├── asm-processor.py │ ├── build.py │ └── prelude.inc ├── calc_bss.sh ├── hashtable.c ├── hashtable.h ├── ido5.3_compiler │ ├── lib │ │ ├── libmalloc.so │ │ ├── libmalloc_old.so │ │ └── rld │ └── usr │ │ ├── bin │ │ └── cc │ │ └── lib │ │ ├── as0 │ │ ├── as1 │ │ ├── cfe │ │ ├── crt1.o │ │ ├── err.english.cc │ │ ├── libc.so.1 │ │ ├── libexc.so │ │ ├── libgen.so │ │ ├── libm.so │ │ ├── ugen │ │ ├── ujoin │ │ ├── uld │ │ ├── umerge │ │ ├── uopt │ │ └── usplit ├── iplfontutil.c ├── libmio0.c ├── libmio0.h ├── libsm64.c ├── libsm64.h ├── n64cksum.c ├── n64graphics.c ├── n64graphics.h ├── n64graphics_ci_dir │ ├── LICENSE │ ├── README.md │ ├── exoquant │ │ ├── exoquant.c │ │ └── exoquant.h │ ├── n64graphics_ci.c │ ├── n64graphics_ci.h │ ├── utils.c │ └── utils.h ├── patch_libultra_math.c ├── sm64tools.LICENSE ├── stb │ ├── stb_image.h │ └── stb_image_write.h ├── textconv.c ├── utf8.c ├── utf8.h ├── utils.c └── utils.h └── undefined_syms.txt /Decompiled/GameState.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/Decompiled/GameState.d -------------------------------------------------------------------------------- /Decompiled/GameplayFrontEnd.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/Decompiled/GameplayFrontEnd.d -------------------------------------------------------------------------------- /Decompiled/GameplayInside.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/Decompiled/GameplayInside.d -------------------------------------------------------------------------------- /Decompiled/GameplayOutside.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/Decompiled/GameplayOutside.d -------------------------------------------------------------------------------- /Decompiled/Level.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/Decompiled/Level.d -------------------------------------------------------------------------------- /Decompiled/Level1Greece.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/Decompiled/Level1Greece.d -------------------------------------------------------------------------------- /Decompiled/Level2America.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/Decompiled/Level2America.d -------------------------------------------------------------------------------- /Decompiled/Level2Java.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/Decompiled/Level2Java.d -------------------------------------------------------------------------------- /Decompiled/Level4Siberia.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/Decompiled/Level4Siberia.d -------------------------------------------------------------------------------- /Decompiled/Level5Comet.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/Decompiled/Level5Comet.d -------------------------------------------------------------------------------- /Decompiled/N64.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/Decompiled/N64.d -------------------------------------------------------------------------------- /Decompiled/Os.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/Decompiled/Os.d -------------------------------------------------------------------------------- /Decompiled/Program.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/Decompiled/Program.d -------------------------------------------------------------------------------- /Decompiled/RAM.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/Decompiled/RAM.d -------------------------------------------------------------------------------- /Decompiled/bh_dis_Greece_U_GameplayInside.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/Decompiled/bh_dis_Greece_U_GameplayInside.txt -------------------------------------------------------------------------------- /Decompiled/bh_dis_Greece_U_Gameplayoutside.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/Decompiled/bh_dis_Greece_U_Gameplayoutside.txt -------------------------------------------------------------------------------- /Decompiled/bh_dis_Greece_U_Level.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/Decompiled/bh_dis_Greece_U_Level.txt -------------------------------------------------------------------------------- /Decompiled/bh_dis_Greece_U_N64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/Decompiled/bh_dis_Greece_U_N64.txt -------------------------------------------------------------------------------- /Decompiled/bh_dis_U_StartMenu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/Decompiled/bh_dis_U_StartMenu.txt -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/Dockerfile -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/Makefile -------------------------------------------------------------------------------- /Makefile.split: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/Makefile.split -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/README.md -------------------------------------------------------------------------------- /body_harvest.u.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/body_harvest.u.ld -------------------------------------------------------------------------------- /body_harvest.u.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/body_harvest.u.s -------------------------------------------------------------------------------- /body_harvest.u.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/body_harvest.u.yaml -------------------------------------------------------------------------------- /geo_commands.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/geo_commands.inc -------------------------------------------------------------------------------- /globals.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/globals.inc -------------------------------------------------------------------------------- /include/PR/abi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/PR/abi.h -------------------------------------------------------------------------------- /include/PR/gbi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/PR/gbi.h -------------------------------------------------------------------------------- /include/PR/gbi.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/PR/gbi.inc -------------------------------------------------------------------------------- /include/PR/gbi_old.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/PR/gbi_old.h -------------------------------------------------------------------------------- /include/PR/gs2dex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/PR/gs2dex.h -------------------------------------------------------------------------------- /include/PR/gu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/PR/gu.h -------------------------------------------------------------------------------- /include/PR/libaudio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/PR/libaudio.h -------------------------------------------------------------------------------- /include/PR/libultra.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/PR/libultra.h -------------------------------------------------------------------------------- /include/PR/mbi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/PR/mbi.h -------------------------------------------------------------------------------- /include/PR/os_ai.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/PR/os_ai.h -------------------------------------------------------------------------------- /include/PR/os_cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/PR/os_cache.h -------------------------------------------------------------------------------- /include/PR/os_cont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/PR/os_cont.h -------------------------------------------------------------------------------- /include/PR/os_eeprom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/PR/os_eeprom.h -------------------------------------------------------------------------------- /include/PR/os_exception.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/PR/os_exception.h -------------------------------------------------------------------------------- /include/PR/os_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/PR/os_internal.h -------------------------------------------------------------------------------- /include/PR/os_libc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/PR/os_libc.h -------------------------------------------------------------------------------- /include/PR/os_message.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/PR/os_message.h -------------------------------------------------------------------------------- /include/PR/os_misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/PR/os_misc.h -------------------------------------------------------------------------------- /include/PR/os_pi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/PR/os_pi.h -------------------------------------------------------------------------------- /include/PR/os_rdp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/PR/os_rdp.h -------------------------------------------------------------------------------- /include/PR/os_thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/PR/os_thread.h -------------------------------------------------------------------------------- /include/PR/os_time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/PR/os_time.h -------------------------------------------------------------------------------- /include/PR/os_tlb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/PR/os_tlb.h -------------------------------------------------------------------------------- /include/PR/os_vi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/PR/os_vi.h -------------------------------------------------------------------------------- /include/PR/sptask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/PR/sptask.h -------------------------------------------------------------------------------- /include/PR/ucode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/PR/ucode.h -------------------------------------------------------------------------------- /include/PR/ultratypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/PR/ultratypes.h -------------------------------------------------------------------------------- /include/math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/math.h -------------------------------------------------------------------------------- /include/ultra64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/include/ultra64.h -------------------------------------------------------------------------------- /macros.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/macros.inc -------------------------------------------------------------------------------- /src/base/EF98.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/src/base/EF98.c -------------------------------------------------------------------------------- /src/base/EF98.h: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | void ModifyPalViMode() 4 | -------------------------------------------------------------------------------- /src/base/F618.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/src/base/F618.c -------------------------------------------------------------------------------- /src/base/F618.h: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | void func_8000F618() 4 | -------------------------------------------------------------------------------- /tools/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/.gitignore -------------------------------------------------------------------------------- /tools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/Makefile -------------------------------------------------------------------------------- /tools/asm_processor/asm-processor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/asm_processor/asm-processor.py -------------------------------------------------------------------------------- /tools/asm_processor/build.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/asm_processor/build.py -------------------------------------------------------------------------------- /tools/asm_processor/prelude.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/asm_processor/prelude.inc -------------------------------------------------------------------------------- /tools/calc_bss.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/calc_bss.sh -------------------------------------------------------------------------------- /tools/hashtable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/hashtable.c -------------------------------------------------------------------------------- /tools/hashtable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/hashtable.h -------------------------------------------------------------------------------- /tools/ido5.3_compiler/lib/libmalloc.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/ido5.3_compiler/lib/libmalloc.so -------------------------------------------------------------------------------- /tools/ido5.3_compiler/lib/libmalloc_old.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/ido5.3_compiler/lib/libmalloc_old.so -------------------------------------------------------------------------------- /tools/ido5.3_compiler/lib/rld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/ido5.3_compiler/lib/rld -------------------------------------------------------------------------------- /tools/ido5.3_compiler/usr/bin/cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/ido5.3_compiler/usr/bin/cc -------------------------------------------------------------------------------- /tools/ido5.3_compiler/usr/lib/as0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/ido5.3_compiler/usr/lib/as0 -------------------------------------------------------------------------------- /tools/ido5.3_compiler/usr/lib/as1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/ido5.3_compiler/usr/lib/as1 -------------------------------------------------------------------------------- /tools/ido5.3_compiler/usr/lib/cfe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/ido5.3_compiler/usr/lib/cfe -------------------------------------------------------------------------------- /tools/ido5.3_compiler/usr/lib/crt1.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/ido5.3_compiler/usr/lib/crt1.o -------------------------------------------------------------------------------- /tools/ido5.3_compiler/usr/lib/err.english.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/ido5.3_compiler/usr/lib/err.english.cc -------------------------------------------------------------------------------- /tools/ido5.3_compiler/usr/lib/libc.so.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/ido5.3_compiler/usr/lib/libc.so.1 -------------------------------------------------------------------------------- /tools/ido5.3_compiler/usr/lib/libexc.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/ido5.3_compiler/usr/lib/libexc.so -------------------------------------------------------------------------------- /tools/ido5.3_compiler/usr/lib/libgen.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/ido5.3_compiler/usr/lib/libgen.so -------------------------------------------------------------------------------- /tools/ido5.3_compiler/usr/lib/libm.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/ido5.3_compiler/usr/lib/libm.so -------------------------------------------------------------------------------- /tools/ido5.3_compiler/usr/lib/ugen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/ido5.3_compiler/usr/lib/ugen -------------------------------------------------------------------------------- /tools/ido5.3_compiler/usr/lib/ujoin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/ido5.3_compiler/usr/lib/ujoin -------------------------------------------------------------------------------- /tools/ido5.3_compiler/usr/lib/uld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/ido5.3_compiler/usr/lib/uld -------------------------------------------------------------------------------- /tools/ido5.3_compiler/usr/lib/umerge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/ido5.3_compiler/usr/lib/umerge -------------------------------------------------------------------------------- /tools/ido5.3_compiler/usr/lib/uopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/ido5.3_compiler/usr/lib/uopt -------------------------------------------------------------------------------- /tools/ido5.3_compiler/usr/lib/usplit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/ido5.3_compiler/usr/lib/usplit -------------------------------------------------------------------------------- /tools/iplfontutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/iplfontutil.c -------------------------------------------------------------------------------- /tools/libmio0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/libmio0.c -------------------------------------------------------------------------------- /tools/libmio0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/libmio0.h -------------------------------------------------------------------------------- /tools/libsm64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/libsm64.c -------------------------------------------------------------------------------- /tools/libsm64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/libsm64.h -------------------------------------------------------------------------------- /tools/n64cksum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/n64cksum.c -------------------------------------------------------------------------------- /tools/n64graphics.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/n64graphics.c -------------------------------------------------------------------------------- /tools/n64graphics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/n64graphics.h -------------------------------------------------------------------------------- /tools/n64graphics_ci_dir/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/n64graphics_ci_dir/LICENSE -------------------------------------------------------------------------------- /tools/n64graphics_ci_dir/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/n64graphics_ci_dir/README.md -------------------------------------------------------------------------------- /tools/n64graphics_ci_dir/exoquant/exoquant.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/n64graphics_ci_dir/exoquant/exoquant.c -------------------------------------------------------------------------------- /tools/n64graphics_ci_dir/exoquant/exoquant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/n64graphics_ci_dir/exoquant/exoquant.h -------------------------------------------------------------------------------- /tools/n64graphics_ci_dir/n64graphics_ci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/n64graphics_ci_dir/n64graphics_ci.c -------------------------------------------------------------------------------- /tools/n64graphics_ci_dir/n64graphics_ci.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/n64graphics_ci_dir/n64graphics_ci.h -------------------------------------------------------------------------------- /tools/n64graphics_ci_dir/utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/n64graphics_ci_dir/utils.c -------------------------------------------------------------------------------- /tools/n64graphics_ci_dir/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/n64graphics_ci_dir/utils.h -------------------------------------------------------------------------------- /tools/patch_libultra_math.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/patch_libultra_math.c -------------------------------------------------------------------------------- /tools/sm64tools.LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/sm64tools.LICENSE -------------------------------------------------------------------------------- /tools/stb/stb_image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/stb/stb_image.h -------------------------------------------------------------------------------- /tools/stb/stb_image_write.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/stb/stb_image_write.h -------------------------------------------------------------------------------- /tools/textconv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/textconv.c -------------------------------------------------------------------------------- /tools/utf8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/utf8.c -------------------------------------------------------------------------------- /tools/utf8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/utf8.h -------------------------------------------------------------------------------- /tools/utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/utils.c -------------------------------------------------------------------------------- /tools/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/tools/utils.h -------------------------------------------------------------------------------- /undefined_syms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaytheham/body-harvest-decompilation/HEAD/undefined_syms.txt --------------------------------------------------------------------------------