├── .gitignore ├── .gitmodules ├── Makefile ├── README.md ├── __pycache__ └── diff_settings.cpython-313.pyc ├── asm-differ ├── .github │ └── workflows │ │ ├── black.yml │ │ ├── check-poetry-lock.yml │ │ ├── mypy.yml │ │ └── unit-tests.yml ├── .gitignore ├── .pre-commit-config.yaml ├── LICENSE ├── README.md ├── diff-stylesheet.css ├── diff.py ├── diff_settings.py ├── mypy.ini ├── poetry.lock ├── pyproject.toml ├── screenshot.png └── test.py ├── charmap.py ├── ctx.c ├── diff.py ├── diff_settings.py ├── eva.ld ├── evangelion.ld ├── evangelion.sha1 ├── evangelion.yaml ├── first-diff.py ├── include ├── DebugMenu.h ├── PR │ ├── R4300.h │ ├── abi.h │ ├── gbi.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 │ ├── rcp.h │ ├── sptask.h │ ├── ucode.h │ └── ultratypes.h ├── common.h ├── evangelion_types.h ├── functions.h ├── include_asm.h ├── labels.inc ├── libc │ ├── math.h │ ├── stdarg.h │ ├── stddef.h │ ├── stdio.h │ ├── stdlib.h │ └── string.h ├── macro.inc ├── macros.h ├── macros.inc ├── overlays.h ├── ovl7_textparms.h ├── prevent_bss_reordering.h ├── segments.h ├── structs.h ├── ultra64.h └── variables.h ├── macro.inc ├── notes ├── filetable.txt ├── ovl7_textparms.txt └── struct.txt ├── ovltable_.bin ├── potential_vram_misses.txt ├── reloc_addrs.txt ├── rename_sym.sh ├── src ├── code_10160.c ├── code_1050.c ├── code_1060.c ├── code_11720.c ├── code_132F0.c ├── code_13610.c ├── code_1500.c ├── code_15150.c ├── code_162C0.c ├── code_17D80.c ├── code_17E80.c ├── code_184F0.c ├── code_18770.c ├── code_187A0.c ├── code_187F0.c ├── code_18830.c ├── code_18870.c ├── code_188E0.c ├── code_18960.c ├── code_18A40.c ├── code_198A0.c ├── code_1A630.c ├── code_1CF70.c ├── code_1D3E0.c ├── code_1D650.c ├── code_1D90.c ├── code_1E5E0.c ├── code_1ED00.c ├── code_1EFA0.c ├── code_1F8D0.c ├── code_1FB80.c ├── code_1FC30.c ├── code_1FCC0.c ├── code_1FD50.c ├── code_1FE00.c ├── code_1FE90.c ├── code_1FF10.c ├── code_20470.c ├── code_20590.c ├── code_20E70.c ├── code_20FA0.c ├── code_21460.c ├── code_214A0.c ├── code_21520.c ├── code_21630.c ├── code_21660.c ├── code_216C0.c ├── code_21700.c ├── code_21740.c ├── code_21780.c ├── code_21850.c ├── code_218C0.c ├── code_21B40.c ├── code_21F80.c ├── code_22290.c ├── code_2270.c ├── code_22880.c ├── code_22900.c ├── code_22B40.c ├── code_22BE0.c ├── code_22FE0.c ├── code_23320.c ├── code_23610.c ├── code_23700.c ├── code_2380.c ├── code_23C30.c ├── code_23DB0.c ├── code_23EB0.c ├── code_23F00.c ├── code_23F60.c ├── code_24170.c ├── code_24260.c ├── code_24310.c ├── code_24450.c ├── code_244F0.c ├── code_25830.c ├── code_275D0.c ├── code_27750.c ├── code_27790.c ├── code_277E0.c ├── code_27820.c ├── code_27E70.c ├── code_27F10.c ├── code_28040.c ├── code_28070.c ├── code_28660.c ├── code_28670.c ├── code_28B90.c ├── code_292A0.c ├── code_29430.c ├── code_29860.c ├── code_29E60.c ├── code_2A220.c ├── code_2A8C0.c ├── code_2ABA0.c ├── code_2AC70.c ├── code_2ADB0.c ├── code_2B170.c ├── code_2B2C0.c ├── code_2B400.c ├── code_2B510.c ├── code_2B530.c ├── code_2B670.c ├── code_2B6E0.c ├── code_2B910.c ├── code_2B950.c ├── code_2B990.c ├── code_2BB60.c ├── code_2C480.c ├── code_2C570.c ├── code_2C660.c ├── code_2C850.c ├── code_2C910.c ├── code_2C950.c ├── code_2C9A0.c ├── code_2CA30.c ├── code_2CAD0.c ├── code_2CDD0.c ├── code_2CE90.c ├── code_2CED0.c ├── code_2CF10.c ├── code_2D290.c ├── code_2D2F0.c ├── code_2D4B0.c ├── code_2D500.c ├── code_2D550.c ├── code_2D590.c ├── code_2D5B0.c ├── code_2D860.c ├── code_2D960.c ├── code_2D9A0.c ├── code_2DA20.c ├── code_2DB00.c ├── code_2DB40.c ├── code_2DC70.c ├── code_2DCA0.c ├── code_2DD20.c ├── code_2DD80.c ├── code_2DE50.c ├── code_2DEF0.c ├── code_2E040.c ├── code_2E080.c ├── code_2E240.c ├── code_2E2A0.c ├── code_2E790.c ├── code_2E880.c ├── code_2E8A0.c ├── code_2EA40.c ├── code_2EF20.c ├── code_2EF80.c ├── code_2F190.c ├── code_2F200.c ├── code_2F470.c ├── code_2F50.c ├── code_2F550.c ├── code_2FC90.c ├── code_2FE80.c ├── code_300F0.c ├── code_30400.c ├── code_30410.c ├── code_307E0.c ├── code_30930.c ├── code_30B10.c ├── code_30BA0.c ├── code_30C20.c ├── code_30CA0.c ├── code_30F30.c ├── code_30FF0.c ├── code_31010.c ├── code_310E0.c ├── code_31190.c ├── code_311E0.c ├── code_31340.c ├── code_313D0.c ├── code_31460.c ├── code_316C0.c ├── code_31710.c ├── code_31830.c ├── code_31850.c ├── code_318D0.c ├── code_31980.c ├── code_319F0.c ├── code_31E70.c ├── code_32010.c ├── code_320D0.c ├── code_320E0.c ├── code_324D0.c ├── code_324E0.c ├── code_324F0.c ├── code_32500.c ├── code_32510.c ├── code_32560.c ├── code_326E0.c ├── code_327D0.c ├── code_328B0.c ├── code_32910.c ├── code_32960.c ├── code_32A70.c ├── code_32C60.c ├── code_32E80.c ├── code_33140.c ├── code_33480.c ├── code_33720.c ├── code_33730.c ├── code_33800.c ├── code_34180.c ├── code_341A0.c ├── code_34360.c ├── code_343A0.c ├── code_343F0.c ├── code_34430.c ├── code_344C0.c ├── code_345A0.c ├── code_34640.c ├── code_346E0.c ├── code_34710.c ├── code_34790.c ├── code_34840.c ├── code_34930.c ├── code_34960.c ├── code_34990.c ├── code_34B80.c ├── code_34BE0.c ├── code_34E10.c ├── code_34E40.c ├── code_35070.c ├── code_350B0.c ├── code_350C0.c ├── code_350D0.c ├── code_35210.c ├── code_352A0.c ├── code_356F0.c ├── code_358E0.c ├── code_358F0.c ├── code_35900.c ├── code_35C10.c ├── code_35C90.c ├── code_35CF0.c ├── code_35F60.c ├── code_35FA0.c ├── code_360E0.c ├── code_363E0.c ├── code_36410.c ├── code_36580.c ├── code_365B0.c ├── code_36620.c ├── code_36720.c ├── code_368A0.c ├── code_36920.c ├── code_36D50.c ├── code_37A0.c ├── code_37BD0.c ├── code_37C30.c ├── code_37C80.c ├── code_37F20.c ├── code_38150.c ├── code_382C0.c ├── code_38530.c ├── code_39000.c ├── code_39190.c ├── code_39430.c ├── code_39480.c ├── code_39530.c ├── code_39560.c ├── code_39570.c ├── code_39580.c ├── code_39890.c ├── code_398A0.c ├── code_398D0.c ├── code_39A80.c ├── code_39B30.c ├── code_3A60.c ├── code_49C0.c ├── code_5A40.c ├── code_5F50.c ├── code_6B40.c ├── code_7570.c ├── code_8430.c ├── code_8800.c ├── code_8B60.c ├── code_8C50.c ├── code_9840.c ├── code_A140.c ├── code_A2B0.c ├── code_CA90.c ├── code_D270.c ├── code_D4E0.c ├── main.c ├── os │ └── startthread.c ├── ovl1 │ ├── code_43790.c │ ├── code_4AB10.c │ ├── code_4EE10.c │ ├── code_50510.c │ ├── code_536E0.c │ ├── code_538D0.c │ ├── code_56340.c │ ├── code_56F10.c │ ├── code_5B840.c │ ├── code_60950.c │ ├── code_629F0.c │ ├── code_637D0.c │ ├── code_63DF0.c │ └── code_64230.c ├── ovl2 │ ├── code_7EC10.c │ ├── code_7F6B0.c │ ├── code_81310.c │ ├── code_85DA0.c │ ├── code_864B0.c │ ├── code_88050.c │ ├── code_89E70.c │ ├── code_97020.c │ ├── code_98BC0.c │ ├── code_9A980.c │ └── code_A4480.c ├── ovl3 │ ├── code_000DF470.c │ ├── code_000E1BE0.c │ ├── code_000ECA30.c │ ├── code_000F6680.c │ ├── code_000F7730.c │ ├── code_000F9170.c │ └── code_B1B40.c └── ovl7 │ └── code_175860.c ├── start.sh ├── suggested_splits.yaml ├── tools ├── Makefile ├── asm_processor │ ├── __pycache__ │ │ └── asm_processor.cpython-38.pyc │ ├── asm_processor.py │ ├── asm_processor │ │ ├── asm-processor.py │ │ ├── build.py │ │ └── prelude.inc │ ├── build.py │ └── prelude.inc ├── build_filetable.py ├── built_ovl7_text_table.py ├── charmap.py ├── codefiles.txt ├── find_yay0.py ├── findromaddr.py ├── gcc2_8 │ ├── cc1 │ └── xgcc ├── gen_ld_script.py ├── gen_overlay_table.py ├── gfxdis │ ├── gfxdis.c │ ├── gfxdis.h │ ├── include │ │ ├── grc.c │ │ ├── grc.h │ │ ├── list │ │ │ ├── list.c │ │ │ └── list.h │ │ ├── memory │ │ │ ├── memory.c │ │ │ └── memory.h │ │ ├── mips.h │ │ ├── n64.h │ │ ├── n64 │ │ │ ├── gbi.h │ │ │ ├── message.h │ │ │ ├── pi.h │ │ │ ├── task.h │ │ │ ├── thread.h │ │ │ └── vr4300.h │ │ ├── set │ │ │ ├── set.c │ │ │ └── set.h │ │ ├── startup.c │ │ ├── startup.h │ │ ├── vector │ │ │ ├── vector.c │ │ │ └── vector.h │ │ ├── vr4300.c │ │ └── vr4300.h │ ├── main.c │ ├── swap.h │ └── vector │ │ ├── vector.c │ │ └── vector.h ├── hex2str.py ├── ido7 │ ├── as1 │ ├── cc │ ├── cfe │ ├── err.english.cc │ ├── ugen │ └── uopt ├── ido_as │ ├── Makefile │ ├── acpp │ ├── as │ ├── as1 │ ├── cc │ ├── cc_c.c │ ├── cfe │ ├── copt │ ├── elf.h │ ├── err.english.cc │ ├── header.h │ ├── helpers.h │ ├── libc_impl.c │ ├── libc_impl.h │ ├── recomp │ ├── recomp.cpp │ ├── ugen │ ├── ugen_c.c │ ├── ujoin │ ├── uld │ ├── umerge │ ├── uopt │ └── usplit ├── kmc.mk ├── kmc_helper.py ├── ld.txt ├── m2ctx.py ├── massRename.py ├── n64_gcc2.7 │ └── cc1 ├── n64_gcc2 │ ├── cc1 │ └── mips-nintendo-nu64-as ├── n64crc.c ├── permuter_settings.toml ├── postprocess_asm.py ├── qemu_ido7 │ ├── lib │ │ ├── cpp │ │ ├── libc.so.1 │ │ ├── libmalloc.so │ │ └── rld │ └── usr │ │ ├── bin │ │ ├── cc │ │ └── yacc │ │ └── lib │ │ ├── as1 │ │ ├── c++ │ │ ├── c++filt │ │ ├── c++filt.z │ │ ├── c++patch │ │ ├── c++patch.z │ │ ├── cfront │ │ ├── cfront.z │ │ ├── markc++ │ │ ├── markc++.z │ │ ├── ptcomp │ │ ├── ptcomp.z │ │ ├── ptlink │ │ └── ptlink.z │ │ ├── cfe │ │ ├── err.english.cc │ │ ├── libC.a │ │ ├── libC.so │ │ ├── libCadmin.so │ │ ├── libc.so.1 │ │ ├── libexc.so │ │ ├── libm.so │ │ ├── libw.a │ │ ├── libw.so │ │ ├── ugen │ │ ├── umerge │ │ ├── uopt │ │ └── yaccpar ├── qemu_ido_as │ ├── lib │ │ ├── libmalloc.so │ │ └── rld │ └── usr │ │ ├── bin │ │ ├── ar │ │ ├── as │ │ └── cc │ │ └── lib │ │ ├── ar │ │ ├── as │ │ ├── as0 │ │ ├── as1 │ │ ├── cc │ │ ├── cfe │ │ ├── err.english.cc │ │ ├── ld │ │ ├── libc.so.1 │ │ ├── libexc.so │ │ ├── libgen.so │ │ ├── libm.so │ │ ├── ugen │ │ ├── ujoin │ │ ├── uld │ │ ├── umerge │ │ ├── uopt │ │ └── usplit ├── requirements.txt ├── rom_resolver.py ├── shrink_elf.py ├── sjis.py ├── slienc.c ├── sn_cc1 │ └── cc1 ├── splat_ext │ ├── Yay0decompress.c │ ├── Yay0decompress.py │ ├── __init__.py │ ├── filetable.py │ ├── npalette.py │ └── yay0_image.py ├── str2hex.py ├── switch_analysis.py ├── symbol_addrs.txt ├── tmp.yaml └── yo.txt ├── undefined_funcs_auto.txt ├── undefined_syms_all.txt ├── undefined_syms_auto.txt └── 😂 /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/.gitmodules -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/README.md -------------------------------------------------------------------------------- /__pycache__/diff_settings.cpython-313.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/__pycache__/diff_settings.cpython-313.pyc -------------------------------------------------------------------------------- /asm-differ/.github/workflows/black.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/asm-differ/.github/workflows/black.yml -------------------------------------------------------------------------------- /asm-differ/.github/workflows/check-poetry-lock.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/asm-differ/.github/workflows/check-poetry-lock.yml -------------------------------------------------------------------------------- /asm-differ/.github/workflows/mypy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/asm-differ/.github/workflows/mypy.yml -------------------------------------------------------------------------------- /asm-differ/.github/workflows/unit-tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/asm-differ/.github/workflows/unit-tests.yml -------------------------------------------------------------------------------- /asm-differ/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/asm-differ/.gitignore -------------------------------------------------------------------------------- /asm-differ/.pre-commit-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/asm-differ/.pre-commit-config.yaml -------------------------------------------------------------------------------- /asm-differ/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/asm-differ/LICENSE -------------------------------------------------------------------------------- /asm-differ/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/asm-differ/README.md -------------------------------------------------------------------------------- /asm-differ/diff-stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/asm-differ/diff-stylesheet.css -------------------------------------------------------------------------------- /asm-differ/diff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/asm-differ/diff.py -------------------------------------------------------------------------------- /asm-differ/diff_settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/asm-differ/diff_settings.py -------------------------------------------------------------------------------- /asm-differ/mypy.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/asm-differ/mypy.ini -------------------------------------------------------------------------------- /asm-differ/poetry.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/asm-differ/poetry.lock -------------------------------------------------------------------------------- /asm-differ/pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/asm-differ/pyproject.toml -------------------------------------------------------------------------------- /asm-differ/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/asm-differ/screenshot.png -------------------------------------------------------------------------------- /asm-differ/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/asm-differ/test.py -------------------------------------------------------------------------------- /charmap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/charmap.py -------------------------------------------------------------------------------- /ctx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/ctx.c -------------------------------------------------------------------------------- /diff.py: -------------------------------------------------------------------------------- 1 | asm-differ/diff.py -------------------------------------------------------------------------------- /diff_settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/diff_settings.py -------------------------------------------------------------------------------- /eva.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/eva.ld -------------------------------------------------------------------------------- /evangelion.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/evangelion.ld -------------------------------------------------------------------------------- /evangelion.sha1: -------------------------------------------------------------------------------- 1 | a9ba0a4afeed48080f54aa237850f3676b3d9980 build/eva.z64 2 | -------------------------------------------------------------------------------- /evangelion.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/evangelion.yaml -------------------------------------------------------------------------------- /first-diff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/first-diff.py -------------------------------------------------------------------------------- /include/DebugMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/DebugMenu.h -------------------------------------------------------------------------------- /include/PR/R4300.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/PR/R4300.h -------------------------------------------------------------------------------- /include/PR/abi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/PR/abi.h -------------------------------------------------------------------------------- /include/PR/gbi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/PR/gbi.h -------------------------------------------------------------------------------- /include/PR/gs2dex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/PR/gs2dex.h -------------------------------------------------------------------------------- /include/PR/gu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/PR/gu.h -------------------------------------------------------------------------------- /include/PR/libaudio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/PR/libaudio.h -------------------------------------------------------------------------------- /include/PR/libultra.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/PR/libultra.h -------------------------------------------------------------------------------- /include/PR/mbi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/PR/mbi.h -------------------------------------------------------------------------------- /include/PR/os_ai.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/PR/os_ai.h -------------------------------------------------------------------------------- /include/PR/os_cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/PR/os_cache.h -------------------------------------------------------------------------------- /include/PR/os_cont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/PR/os_cont.h -------------------------------------------------------------------------------- /include/PR/os_eeprom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/PR/os_eeprom.h -------------------------------------------------------------------------------- /include/PR/os_exception.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/PR/os_exception.h -------------------------------------------------------------------------------- /include/PR/os_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/PR/os_internal.h -------------------------------------------------------------------------------- /include/PR/os_libc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/PR/os_libc.h -------------------------------------------------------------------------------- /include/PR/os_message.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/PR/os_message.h -------------------------------------------------------------------------------- /include/PR/os_misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/PR/os_misc.h -------------------------------------------------------------------------------- /include/PR/os_pi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/PR/os_pi.h -------------------------------------------------------------------------------- /include/PR/os_rdp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/PR/os_rdp.h -------------------------------------------------------------------------------- /include/PR/os_thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/PR/os_thread.h -------------------------------------------------------------------------------- /include/PR/os_time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/PR/os_time.h -------------------------------------------------------------------------------- /include/PR/os_tlb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/PR/os_tlb.h -------------------------------------------------------------------------------- /include/PR/os_vi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/PR/os_vi.h -------------------------------------------------------------------------------- /include/PR/rcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/PR/rcp.h -------------------------------------------------------------------------------- /include/PR/sptask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/PR/sptask.h -------------------------------------------------------------------------------- /include/PR/ucode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/PR/ucode.h -------------------------------------------------------------------------------- /include/PR/ultratypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/PR/ultratypes.h -------------------------------------------------------------------------------- /include/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/common.h -------------------------------------------------------------------------------- /include/evangelion_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/evangelion_types.h -------------------------------------------------------------------------------- /include/functions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/functions.h -------------------------------------------------------------------------------- /include/include_asm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/include_asm.h -------------------------------------------------------------------------------- /include/labels.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/labels.inc -------------------------------------------------------------------------------- /include/libc/math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/libc/math.h -------------------------------------------------------------------------------- /include/libc/stdarg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/libc/stdarg.h -------------------------------------------------------------------------------- /include/libc/stddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/libc/stddef.h -------------------------------------------------------------------------------- /include/libc/stdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/libc/stdio.h -------------------------------------------------------------------------------- /include/libc/stdlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/libc/stdlib.h -------------------------------------------------------------------------------- /include/libc/string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/libc/string.h -------------------------------------------------------------------------------- /include/macro.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/macro.inc -------------------------------------------------------------------------------- /include/macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/macros.h -------------------------------------------------------------------------------- /include/macros.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/macros.inc -------------------------------------------------------------------------------- /include/overlays.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/overlays.h -------------------------------------------------------------------------------- /include/ovl7_textparms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/ovl7_textparms.h -------------------------------------------------------------------------------- /include/prevent_bss_reordering.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/prevent_bss_reordering.h -------------------------------------------------------------------------------- /include/segments.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/segments.h -------------------------------------------------------------------------------- /include/structs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/structs.h -------------------------------------------------------------------------------- /include/ultra64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/ultra64.h -------------------------------------------------------------------------------- /include/variables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/include/variables.h -------------------------------------------------------------------------------- /macro.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/macro.inc -------------------------------------------------------------------------------- /notes/filetable.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/notes/filetable.txt -------------------------------------------------------------------------------- /notes/ovl7_textparms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/notes/ovl7_textparms.txt -------------------------------------------------------------------------------- /notes/struct.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/notes/struct.txt -------------------------------------------------------------------------------- /ovltable_.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/ovltable_.bin -------------------------------------------------------------------------------- /potential_vram_misses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/potential_vram_misses.txt -------------------------------------------------------------------------------- /reloc_addrs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/reloc_addrs.txt -------------------------------------------------------------------------------- /rename_sym.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/rename_sym.sh -------------------------------------------------------------------------------- /src/code_10160.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_10160.c -------------------------------------------------------------------------------- /src/code_1050.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_1050.c -------------------------------------------------------------------------------- /src/code_1060.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_1060.c -------------------------------------------------------------------------------- /src/code_11720.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_11720.c -------------------------------------------------------------------------------- /src/code_132F0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_132F0.c -------------------------------------------------------------------------------- /src/code_13610.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_13610.c -------------------------------------------------------------------------------- /src/code_1500.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_1500.c -------------------------------------------------------------------------------- /src/code_15150.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_15150.c -------------------------------------------------------------------------------- /src/code_162C0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_162C0.c -------------------------------------------------------------------------------- /src/code_17D80.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_17D80", func_800AD180); 4 | -------------------------------------------------------------------------------- /src/code_17E80.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_17E80.c -------------------------------------------------------------------------------- /src/code_184F0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_184F0.c -------------------------------------------------------------------------------- /src/code_18770.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_18770", func_800ADB70); 4 | -------------------------------------------------------------------------------- /src/code_187A0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_187A0", func_800ADBA0); 4 | -------------------------------------------------------------------------------- /src/code_187F0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_187F0", func_800ADBF0); 4 | -------------------------------------------------------------------------------- /src/code_18830.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_18830", func_800ADC30); 4 | -------------------------------------------------------------------------------- /src/code_18870.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_18870.c -------------------------------------------------------------------------------- /src/code_188E0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_188E0.c -------------------------------------------------------------------------------- /src/code_18960.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_18960.c -------------------------------------------------------------------------------- /src/code_18A40.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_18A40.c -------------------------------------------------------------------------------- /src/code_198A0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_198A0.c -------------------------------------------------------------------------------- /src/code_1A630.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_1A630.c -------------------------------------------------------------------------------- /src/code_1CF70.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_1CF70.c -------------------------------------------------------------------------------- /src/code_1D3E0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_1D3E0.c -------------------------------------------------------------------------------- /src/code_1D650.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_1D650.c -------------------------------------------------------------------------------- /src/code_1D90.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_1D90.c -------------------------------------------------------------------------------- /src/code_1E5E0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_1E5E0.c -------------------------------------------------------------------------------- /src/code_1ED00.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_1ED00.c -------------------------------------------------------------------------------- /src/code_1EFA0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_1EFA0.c -------------------------------------------------------------------------------- /src/code_1F8D0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_1F8D0.c -------------------------------------------------------------------------------- /src/code_1FB80.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_1FB80.c -------------------------------------------------------------------------------- /src/code_1FC30.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_1FC30", func_800B5030); 4 | -------------------------------------------------------------------------------- /src/code_1FCC0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_1FCC0", func_800B50C0); 4 | -------------------------------------------------------------------------------- /src/code_1FD50.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_1FD50", func_800B5150); 4 | -------------------------------------------------------------------------------- /src/code_1FE00.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_1FE00", func_800B5200); 4 | -------------------------------------------------------------------------------- /src/code_1FE90.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_1FE90", func_800B5290); 4 | -------------------------------------------------------------------------------- /src/code_1FF10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_1FF10.c -------------------------------------------------------------------------------- /src/code_20470.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_20470.c -------------------------------------------------------------------------------- /src/code_20590.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_20590.c -------------------------------------------------------------------------------- /src/code_20E70.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_20E70.c -------------------------------------------------------------------------------- /src/code_20FA0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_20FA0.c -------------------------------------------------------------------------------- /src/code_21460.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_21460.c -------------------------------------------------------------------------------- /src/code_214A0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_214A0", func_800B68A0); 4 | -------------------------------------------------------------------------------- /src/code_21520.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_21520", func_800B6920); 4 | -------------------------------------------------------------------------------- /src/code_21630.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_21630", func_800B6A30); 4 | -------------------------------------------------------------------------------- /src/code_21660.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_21660.c -------------------------------------------------------------------------------- /src/code_216C0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_216C0", func_800B6AC0); 4 | -------------------------------------------------------------------------------- /src/code_21700.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_21700", func_800B6B00); 4 | -------------------------------------------------------------------------------- /src/code_21740.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_21740", func_800B6B40); 4 | -------------------------------------------------------------------------------- /src/code_21780.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_21780", func_800B6B80); 4 | -------------------------------------------------------------------------------- /src/code_21850.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_21850", func_800B6C50); 4 | -------------------------------------------------------------------------------- /src/code_218C0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_218C0.c -------------------------------------------------------------------------------- /src/code_21B40.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_21B40.c -------------------------------------------------------------------------------- /src/code_21F80.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_21F80.c -------------------------------------------------------------------------------- /src/code_22290.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_22290.c -------------------------------------------------------------------------------- /src/code_2270.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2270.c -------------------------------------------------------------------------------- /src/code_22880.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_22880", func_800B7C80); 4 | -------------------------------------------------------------------------------- /src/code_22900.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_22900.c -------------------------------------------------------------------------------- /src/code_22B40.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_22B40", func_800B7F40); 4 | -------------------------------------------------------------------------------- /src/code_22BE0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_22BE0.c -------------------------------------------------------------------------------- /src/code_22FE0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_22FE0.c -------------------------------------------------------------------------------- /src/code_23320.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_23320.c -------------------------------------------------------------------------------- /src/code_23610.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_23610", func_800B8A10); 4 | -------------------------------------------------------------------------------- /src/code_23700.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_23700.c -------------------------------------------------------------------------------- /src/code_2380.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2380.c -------------------------------------------------------------------------------- /src/code_23C30.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_23C30", func_800B9030); 4 | -------------------------------------------------------------------------------- /src/code_23DB0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_23DB0", func_800B91B0); 4 | -------------------------------------------------------------------------------- /src/code_23EB0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_23EB0/func_800232B0.s") 4 | -------------------------------------------------------------------------------- /src/code_23F00.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_23F00/func_80023300.s") 4 | -------------------------------------------------------------------------------- /src/code_23F60.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_23F60.c -------------------------------------------------------------------------------- /src/code_24170.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_24170.c -------------------------------------------------------------------------------- /src/code_24260.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_24260", func_800B9660); 4 | -------------------------------------------------------------------------------- /src/code_24310.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_24310.c -------------------------------------------------------------------------------- /src/code_24450.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_24450", func_800B9850); 4 | -------------------------------------------------------------------------------- /src/code_244F0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_244F0.c -------------------------------------------------------------------------------- /src/code_25830.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_25830.c -------------------------------------------------------------------------------- /src/code_275D0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_275D0.c -------------------------------------------------------------------------------- /src/code_27750.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_27750", func_800BCB50); 4 | -------------------------------------------------------------------------------- /src/code_27790.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_27790", func_800BCB90); 4 | -------------------------------------------------------------------------------- /src/code_277E0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_277E0", func_800BCBE0); 4 | -------------------------------------------------------------------------------- /src/code_27820.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_27820.c -------------------------------------------------------------------------------- /src/code_27E70.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_27E70", func_800BD270); 4 | -------------------------------------------------------------------------------- /src/code_27F10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_27F10.c -------------------------------------------------------------------------------- /src/code_28040.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_28040", func_800BD440); 4 | -------------------------------------------------------------------------------- /src/code_28070.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_28070.c -------------------------------------------------------------------------------- /src/code_28660.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_28660", func_800BDA60); 4 | -------------------------------------------------------------------------------- /src/code_28670.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_28670.c -------------------------------------------------------------------------------- /src/code_28B90.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_28B90.c -------------------------------------------------------------------------------- /src/code_292A0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_292A0.c -------------------------------------------------------------------------------- /src/code_29430.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_29430.c -------------------------------------------------------------------------------- /src/code_29860.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_29860.c -------------------------------------------------------------------------------- /src/code_29E60.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_29E60.c -------------------------------------------------------------------------------- /src/code_2A220.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2A220.c -------------------------------------------------------------------------------- /src/code_2A8C0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2A8C0.c -------------------------------------------------------------------------------- /src/code_2ABA0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2ABA0.c -------------------------------------------------------------------------------- /src/code_2AC70.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_2AC70", func_800C0070); 4 | -------------------------------------------------------------------------------- /src/code_2ADB0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_2ADB0", func_800C01B0); 4 | -------------------------------------------------------------------------------- /src/code_2B170.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2B170.c -------------------------------------------------------------------------------- /src/code_2B2C0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_2B2C0", func_800C06C0); 4 | -------------------------------------------------------------------------------- /src/code_2B400.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_2B400", func_800C0800); 4 | -------------------------------------------------------------------------------- /src/code_2B510.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2B510.c -------------------------------------------------------------------------------- /src/code_2B530.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2B530.c -------------------------------------------------------------------------------- /src/code_2B670.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_2B670/func_8002AA70.s") 4 | -------------------------------------------------------------------------------- /src/code_2B6E0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2B6E0.c -------------------------------------------------------------------------------- /src/code_2B910.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_2B910/func_8002AD10.s") 4 | -------------------------------------------------------------------------------- /src/code_2B950.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2B950.c -------------------------------------------------------------------------------- /src/code_2B990.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2B990.c -------------------------------------------------------------------------------- /src/code_2BB60.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2BB60.c -------------------------------------------------------------------------------- /src/code_2C480.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2C480.c -------------------------------------------------------------------------------- /src/code_2C570.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2C570.c -------------------------------------------------------------------------------- /src/code_2C660.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_2C660", func_800C1A60); 4 | -------------------------------------------------------------------------------- /src/code_2C850.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_2C850", func_800C1C50); 4 | -------------------------------------------------------------------------------- /src/code_2C910.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_2C910", func_800C1D10); 4 | -------------------------------------------------------------------------------- /src/code_2C950.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_2C950", func_800C1D50); 4 | -------------------------------------------------------------------------------- /src/code_2C9A0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_2C9A0", func_800C1DA0); 4 | -------------------------------------------------------------------------------- /src/code_2CA30.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_2CA30", func_800C1E30); 4 | -------------------------------------------------------------------------------- /src/code_2CAD0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2CAD0.c -------------------------------------------------------------------------------- /src/code_2CDD0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_2CDD0", func_800C21D0); 4 | -------------------------------------------------------------------------------- /src/code_2CE90.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_2CE90", func_800C2290); 4 | -------------------------------------------------------------------------------- /src/code_2CED0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_2CED0", func_800C22D0); 4 | -------------------------------------------------------------------------------- /src/code_2CF10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2CF10.c -------------------------------------------------------------------------------- /src/code_2D290.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_2D290", func_800C2690); 4 | -------------------------------------------------------------------------------- /src/code_2D2F0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2D2F0.c -------------------------------------------------------------------------------- /src/code_2D4B0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_2D4B0", func_800C28B0); 4 | -------------------------------------------------------------------------------- /src/code_2D500.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_2D500", osViSwapBuffer); 4 | -------------------------------------------------------------------------------- /src/code_2D550.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_2D550", func_800C2950); 4 | -------------------------------------------------------------------------------- /src/code_2D590.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_2D590/func_8002C990.s") 4 | -------------------------------------------------------------------------------- /src/code_2D5B0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2D5B0.c -------------------------------------------------------------------------------- /src/code_2D860.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2D860.c -------------------------------------------------------------------------------- /src/code_2D960.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_2D960/func_8002CD60.s") 4 | -------------------------------------------------------------------------------- /src/code_2D9A0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_2D9A0/func_8002CDA0.s") 4 | -------------------------------------------------------------------------------- /src/code_2DA20.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2DA20.c -------------------------------------------------------------------------------- /src/code_2DB00.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_2DB00/func_8002CF00.s") 4 | -------------------------------------------------------------------------------- /src/code_2DB40.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2DB40.c -------------------------------------------------------------------------------- /src/code_2DC70.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_2DC70/func_8002D070.s") 4 | -------------------------------------------------------------------------------- /src/code_2DCA0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2DCA0.c -------------------------------------------------------------------------------- /src/code_2DD20.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_2DD20/func_8002D120.s") 4 | -------------------------------------------------------------------------------- /src/code_2DD80.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2DD80.c -------------------------------------------------------------------------------- /src/code_2DE50.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_2DE50/func_8002D250.s") 4 | -------------------------------------------------------------------------------- /src/code_2DEF0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_2DEF0/func_8002D2F0.s") 4 | -------------------------------------------------------------------------------- /src/code_2E040.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2E040.c -------------------------------------------------------------------------------- /src/code_2E080.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2E080.c -------------------------------------------------------------------------------- /src/code_2E240.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2E240.c -------------------------------------------------------------------------------- /src/code_2E2A0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2E2A0.c -------------------------------------------------------------------------------- /src/code_2E790.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_2E790/func_8002DB90.s") 4 | -------------------------------------------------------------------------------- /src/code_2E880.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_2E880", func_800C3C80); 4 | -------------------------------------------------------------------------------- /src/code_2E8A0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2E8A0.c -------------------------------------------------------------------------------- /src/code_2EA40.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2EA40.c -------------------------------------------------------------------------------- /src/code_2EF20.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_2EF20", func_800C4320); 4 | -------------------------------------------------------------------------------- /src/code_2EF80.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2EF80.c -------------------------------------------------------------------------------- /src/code_2F190.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_2F190", func_800C4590); 4 | -------------------------------------------------------------------------------- /src/code_2F200.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2F200.c -------------------------------------------------------------------------------- /src/code_2F470.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2F470.c -------------------------------------------------------------------------------- /src/code_2F50.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2F50.c -------------------------------------------------------------------------------- /src/code_2F550.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_2F550.c -------------------------------------------------------------------------------- /src/code_2FC90.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_2FC90", func_800C5090); 4 | -------------------------------------------------------------------------------- /src/code_2FE80.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_2FE80", func_800C5280); 4 | -------------------------------------------------------------------------------- /src/code_300F0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_300F0.c -------------------------------------------------------------------------------- /src/code_30400.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_30400.c -------------------------------------------------------------------------------- /src/code_30410.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_30410.c -------------------------------------------------------------------------------- /src/code_307E0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_307E0/func_8002FBE0.s") 4 | -------------------------------------------------------------------------------- /src/code_30930.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_30930.c -------------------------------------------------------------------------------- /src/code_30B10.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_30B10/func_8002FF10.s") 4 | -------------------------------------------------------------------------------- /src/code_30BA0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_30BA0/func_8002FFA0.s") 4 | -------------------------------------------------------------------------------- /src/code_30C20.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_30C20/func_80030020.s") 4 | -------------------------------------------------------------------------------- /src/code_30CA0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_30CA0/func_800300A0.s") 4 | -------------------------------------------------------------------------------- /src/code_30F30.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_30F30/func_80030330.s") 4 | -------------------------------------------------------------------------------- /src/code_30FF0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_30FF0.c -------------------------------------------------------------------------------- /src/code_31010.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_31010.c -------------------------------------------------------------------------------- /src/code_310E0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_310E0/func_800304E0.s") 4 | -------------------------------------------------------------------------------- /src/code_31190.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_31190/func_80030590.s") 4 | -------------------------------------------------------------------------------- /src/code_311E0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_311E0.c -------------------------------------------------------------------------------- /src/code_31340.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_31340.c -------------------------------------------------------------------------------- /src/code_313D0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_313D0.c -------------------------------------------------------------------------------- /src/code_31460.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_31460.c -------------------------------------------------------------------------------- /src/code_316C0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_316C0", func_800C6AC0); 4 | -------------------------------------------------------------------------------- /src/code_31710.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_31710.c -------------------------------------------------------------------------------- /src/code_31830.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_31830", func_800C6C30); 4 | -------------------------------------------------------------------------------- /src/code_31850.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_31850", func_800C6C50); 4 | -------------------------------------------------------------------------------- /src/code_318D0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_318D0.c -------------------------------------------------------------------------------- /src/code_31980.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_31980/func_80030D80.s") 4 | -------------------------------------------------------------------------------- /src/code_319F0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_319F0.c -------------------------------------------------------------------------------- /src/code_31E70.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_31E70/func_80031270.s") 4 | -------------------------------------------------------------------------------- /src/code_32010.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_32010/func_80031410.s") 4 | -------------------------------------------------------------------------------- /src/code_320D0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_320D0/func_800314D0.s") 4 | -------------------------------------------------------------------------------- /src/code_320E0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_320E0.c -------------------------------------------------------------------------------- /src/code_324D0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_324D0", func_800C78D0); 4 | -------------------------------------------------------------------------------- /src/code_324E0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_324E0", func_800C78E0); 4 | -------------------------------------------------------------------------------- /src/code_324F0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_324F0", func_800C78F0); 4 | -------------------------------------------------------------------------------- /src/code_32500.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_32500", func_800C7900); 4 | -------------------------------------------------------------------------------- /src/code_32510.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_32510.c -------------------------------------------------------------------------------- /src/code_32560.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_32560.c -------------------------------------------------------------------------------- /src/code_326E0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_326E0.c -------------------------------------------------------------------------------- /src/code_327D0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_327D0", func_800C7BD0); 4 | -------------------------------------------------------------------------------- /src/code_328B0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_328B0", func_800C7CB0); 4 | -------------------------------------------------------------------------------- /src/code_32910.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_32910", func_800C7D10); 4 | -------------------------------------------------------------------------------- /src/code_32960.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_32960", func_800C7D60); 4 | -------------------------------------------------------------------------------- /src/code_32A70.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_32A70.c -------------------------------------------------------------------------------- /src/code_32C60.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_32C60.c -------------------------------------------------------------------------------- /src/code_32E80.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_32E80.c -------------------------------------------------------------------------------- /src/code_33140.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_33140.c -------------------------------------------------------------------------------- /src/code_33480.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_33480.c -------------------------------------------------------------------------------- /src/code_33720.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_33720/func_80032B20.s") 4 | -------------------------------------------------------------------------------- /src/code_33730.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_33730.c -------------------------------------------------------------------------------- /src/code_33800.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_33800.c -------------------------------------------------------------------------------- /src/code_34180.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_34180", func_800C9580); 4 | -------------------------------------------------------------------------------- /src/code_341A0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_341A0.c -------------------------------------------------------------------------------- /src/code_34360.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_34360", func_800C9760); 4 | -------------------------------------------------------------------------------- /src/code_343A0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_343A0", func_800C97A0); 4 | -------------------------------------------------------------------------------- /src/code_343F0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_343F0", func_800C97F0); 4 | -------------------------------------------------------------------------------- /src/code_34430.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_34430.c -------------------------------------------------------------------------------- /src/code_344C0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_344C0/func_800338C0.s") 4 | -------------------------------------------------------------------------------- /src/code_345A0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_345A0/func_800339A0.s") 4 | -------------------------------------------------------------------------------- /src/code_34640.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_34640.c -------------------------------------------------------------------------------- /src/code_346E0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_346E0/func_80033AE0.s") 4 | -------------------------------------------------------------------------------- /src/code_34710.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_34710/func_80033B10.s") 4 | -------------------------------------------------------------------------------- /src/code_34790.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_34790/func_80033B90.s") 4 | -------------------------------------------------------------------------------- /src/code_34840.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_34840/func_80033C40.s") 4 | -------------------------------------------------------------------------------- /src/code_34930.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_34930/func_80033D30.s") 4 | -------------------------------------------------------------------------------- /src/code_34960.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_34960/func_80033D60.s") 4 | -------------------------------------------------------------------------------- /src/code_34990.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_34990.c -------------------------------------------------------------------------------- /src/code_34B80.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_34B80", func_800C9F80); 4 | -------------------------------------------------------------------------------- /src/code_34BE0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_34BE0.c -------------------------------------------------------------------------------- /src/code_34E10.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_34E10", func_800CA210); 4 | -------------------------------------------------------------------------------- /src/code_34E40.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_34E40/func_80034240.s") 4 | -------------------------------------------------------------------------------- /src/code_35070.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_35070.c -------------------------------------------------------------------------------- /src/code_350B0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_350B0", func_800CA4B0); 4 | -------------------------------------------------------------------------------- /src/code_350C0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | INCLUDE_ASM("asm/nonmatchings/code_350C0", func_800CA4C0); 4 | -------------------------------------------------------------------------------- /src/code_350D0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_350D0.c -------------------------------------------------------------------------------- /src/code_35210.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_35210/func_80034610.s") 4 | -------------------------------------------------------------------------------- /src/code_352A0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_352A0.c -------------------------------------------------------------------------------- /src/code_356F0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_356F0.c -------------------------------------------------------------------------------- /src/code_358E0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_358E0/func_80034CE0.s") 4 | -------------------------------------------------------------------------------- /src/code_358F0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_358F0/func_80034CF0.s") 4 | -------------------------------------------------------------------------------- /src/code_35900.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_35900/func_80034D00.s") 4 | -------------------------------------------------------------------------------- /src/code_35C10.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_35C10/func_80035010.s") 4 | -------------------------------------------------------------------------------- /src/code_35C90.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_35C90/func_80035090.s") 4 | -------------------------------------------------------------------------------- /src/code_35CF0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_35CF0.c -------------------------------------------------------------------------------- /src/code_35F60.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_35F60.c -------------------------------------------------------------------------------- /src/code_35FA0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_35FA0/func_800353A0.s") 4 | -------------------------------------------------------------------------------- /src/code_360E0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_360E0/func_800354E0.s") 4 | -------------------------------------------------------------------------------- /src/code_363E0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_363E0/func_800357E0.s") 4 | -------------------------------------------------------------------------------- /src/code_36410.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_36410/func_80035810.s") 4 | -------------------------------------------------------------------------------- /src/code_36580.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_36580/func_80035980.s") 4 | -------------------------------------------------------------------------------- /src/code_365B0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_365B0/func_800359B0.s") 4 | -------------------------------------------------------------------------------- /src/code_36620.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_36620/func_80035A20.s") 4 | -------------------------------------------------------------------------------- /src/code_36720.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_36720/func_80035B20.s") 4 | -------------------------------------------------------------------------------- /src/code_368A0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_368A0/func_80035CA0.s") 4 | -------------------------------------------------------------------------------- /src/code_36920.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_36920.c -------------------------------------------------------------------------------- /src/code_36D50.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_36D50.c -------------------------------------------------------------------------------- /src/code_37A0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_37A0.c -------------------------------------------------------------------------------- /src/code_37BD0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_37BD0/func_80036FD0.s") 4 | -------------------------------------------------------------------------------- /src/code_37C30.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_37C30/func_80037030.s") 4 | -------------------------------------------------------------------------------- /src/code_37C80.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_37C80.c -------------------------------------------------------------------------------- /src/code_37F20.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_37F20/func_80037320.s") 4 | -------------------------------------------------------------------------------- /src/code_38150.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_38150.c -------------------------------------------------------------------------------- /src/code_382C0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_382C0.c -------------------------------------------------------------------------------- /src/code_38530.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_38530.c -------------------------------------------------------------------------------- /src/code_39000.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_39000.c -------------------------------------------------------------------------------- /src/code_39190.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_39190/func_80038590.s") 4 | -------------------------------------------------------------------------------- /src/code_39430.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_39430/func_80038830.s") 4 | -------------------------------------------------------------------------------- /src/code_39480.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_39480/func_80038880.s") 4 | -------------------------------------------------------------------------------- /src/code_39530.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_39530/func_80038930.s") 4 | -------------------------------------------------------------------------------- /src/code_39560.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_39560/func_80038960.s") 4 | -------------------------------------------------------------------------------- /src/code_39570.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_39570/func_80038970.s") 4 | -------------------------------------------------------------------------------- /src/code_39580.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_39580.c -------------------------------------------------------------------------------- /src/code_39890.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_39890/func_80038C90.s") 4 | -------------------------------------------------------------------------------- /src/code_398A0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_398A0/func_80038CA0.s") 4 | -------------------------------------------------------------------------------- /src/code_398D0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_398D0.c -------------------------------------------------------------------------------- /src/code_39A80.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/main/code_39A80/func_80038E80.s") 4 | -------------------------------------------------------------------------------- /src/code_39B30.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_39B30.c -------------------------------------------------------------------------------- /src/code_3A60.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_3A60.c -------------------------------------------------------------------------------- /src/code_49C0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_49C0.c -------------------------------------------------------------------------------- /src/code_5A40.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_5A40.c -------------------------------------------------------------------------------- /src/code_5F50.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_5F50.c -------------------------------------------------------------------------------- /src/code_6B40.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_6B40.c -------------------------------------------------------------------------------- /src/code_7570.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_7570.c -------------------------------------------------------------------------------- /src/code_8430.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_8430.c -------------------------------------------------------------------------------- /src/code_8800.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_8800.c -------------------------------------------------------------------------------- /src/code_8B60.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_8B60.c -------------------------------------------------------------------------------- /src/code_8C50.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_8C50.c -------------------------------------------------------------------------------- /src/code_9840.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_9840.c -------------------------------------------------------------------------------- /src/code_A140.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_A140.c -------------------------------------------------------------------------------- /src/code_A2B0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_A2B0.c -------------------------------------------------------------------------------- /src/code_CA90.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_CA90.c -------------------------------------------------------------------------------- /src/code_D270.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_D270.c -------------------------------------------------------------------------------- /src/code_D4E0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/code_D4E0.c -------------------------------------------------------------------------------- /src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/main.c -------------------------------------------------------------------------------- /src/os/startthread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/os/startthread.c -------------------------------------------------------------------------------- /src/ovl1/code_43790.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl1/code_43790.c -------------------------------------------------------------------------------- /src/ovl1/code_4AB10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl1/code_4AB10.c -------------------------------------------------------------------------------- /src/ovl1/code_4EE10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl1/code_4EE10.c -------------------------------------------------------------------------------- /src/ovl1/code_50510.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl1/code_50510.c -------------------------------------------------------------------------------- /src/ovl1/code_536E0.c: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | 3 | #pragma GLOBAL_ASM("asm/nonmatchings/ovl1/code_536E0/func_800AB490.s") 4 | -------------------------------------------------------------------------------- /src/ovl1/code_538D0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl1/code_538D0.c -------------------------------------------------------------------------------- /src/ovl1/code_56340.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl1/code_56340.c -------------------------------------------------------------------------------- /src/ovl1/code_56F10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl1/code_56F10.c -------------------------------------------------------------------------------- /src/ovl1/code_5B840.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl1/code_5B840.c -------------------------------------------------------------------------------- /src/ovl1/code_60950.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl1/code_60950.c -------------------------------------------------------------------------------- /src/ovl1/code_629F0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl1/code_629F0.c -------------------------------------------------------------------------------- /src/ovl1/code_637D0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl1/code_637D0.c -------------------------------------------------------------------------------- /src/ovl1/code_63DF0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl1/code_63DF0.c -------------------------------------------------------------------------------- /src/ovl1/code_64230.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl1/code_64230.c -------------------------------------------------------------------------------- /src/ovl2/code_7EC10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl2/code_7EC10.c -------------------------------------------------------------------------------- /src/ovl2/code_7F6B0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl2/code_7F6B0.c -------------------------------------------------------------------------------- /src/ovl2/code_81310.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl2/code_81310.c -------------------------------------------------------------------------------- /src/ovl2/code_85DA0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl2/code_85DA0.c -------------------------------------------------------------------------------- /src/ovl2/code_864B0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl2/code_864B0.c -------------------------------------------------------------------------------- /src/ovl2/code_88050.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl2/code_88050.c -------------------------------------------------------------------------------- /src/ovl2/code_89E70.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl2/code_89E70.c -------------------------------------------------------------------------------- /src/ovl2/code_97020.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl2/code_97020.c -------------------------------------------------------------------------------- /src/ovl2/code_98BC0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl2/code_98BC0.c -------------------------------------------------------------------------------- /src/ovl2/code_9A980.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl2/code_9A980.c -------------------------------------------------------------------------------- /src/ovl2/code_A4480.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl2/code_A4480.c -------------------------------------------------------------------------------- /src/ovl3/code_000DF470.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl3/code_000DF470.c -------------------------------------------------------------------------------- /src/ovl3/code_000E1BE0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl3/code_000E1BE0.c -------------------------------------------------------------------------------- /src/ovl3/code_000ECA30.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl3/code_000ECA30.c -------------------------------------------------------------------------------- /src/ovl3/code_000F6680.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl3/code_000F6680.c -------------------------------------------------------------------------------- /src/ovl3/code_000F7730.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl3/code_000F7730.c -------------------------------------------------------------------------------- /src/ovl3/code_000F9170.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl3/code_000F9170.c -------------------------------------------------------------------------------- /src/ovl3/code_B1B40.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl3/code_B1B40.c -------------------------------------------------------------------------------- /src/ovl7/code_175860.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/src/ovl7/code_175860.c -------------------------------------------------------------------------------- /start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/start.sh -------------------------------------------------------------------------------- /suggested_splits.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/suggested_splits.yaml -------------------------------------------------------------------------------- /tools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/Makefile -------------------------------------------------------------------------------- /tools/asm_processor/__pycache__/asm_processor.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/asm_processor/__pycache__/asm_processor.cpython-38.pyc -------------------------------------------------------------------------------- /tools/asm_processor/asm_processor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/asm_processor/asm_processor.py -------------------------------------------------------------------------------- /tools/asm_processor/asm_processor/asm-processor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/asm_processor/asm_processor/asm-processor.py -------------------------------------------------------------------------------- /tools/asm_processor/asm_processor/build.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/asm_processor/asm_processor/build.py -------------------------------------------------------------------------------- /tools/asm_processor/asm_processor/prelude.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/asm_processor/asm_processor/prelude.inc -------------------------------------------------------------------------------- /tools/asm_processor/build.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/asm_processor/build.py -------------------------------------------------------------------------------- /tools/asm_processor/prelude.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/asm_processor/prelude.inc -------------------------------------------------------------------------------- /tools/build_filetable.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tools/built_ovl7_text_table.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/built_ovl7_text_table.py -------------------------------------------------------------------------------- /tools/charmap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/charmap.py -------------------------------------------------------------------------------- /tools/codefiles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/codefiles.txt -------------------------------------------------------------------------------- /tools/find_yay0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/find_yay0.py -------------------------------------------------------------------------------- /tools/findromaddr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/findromaddr.py -------------------------------------------------------------------------------- /tools/gcc2_8/cc1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gcc2_8/cc1 -------------------------------------------------------------------------------- /tools/gcc2_8/xgcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gcc2_8/xgcc -------------------------------------------------------------------------------- /tools/gen_ld_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gen_ld_script.py -------------------------------------------------------------------------------- /tools/gen_overlay_table.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gen_overlay_table.py -------------------------------------------------------------------------------- /tools/gfxdis/gfxdis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gfxdis/gfxdis.c -------------------------------------------------------------------------------- /tools/gfxdis/gfxdis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gfxdis/gfxdis.h -------------------------------------------------------------------------------- /tools/gfxdis/include/grc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gfxdis/include/grc.c -------------------------------------------------------------------------------- /tools/gfxdis/include/grc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gfxdis/include/grc.h -------------------------------------------------------------------------------- /tools/gfxdis/include/list/list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gfxdis/include/list/list.c -------------------------------------------------------------------------------- /tools/gfxdis/include/list/list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gfxdis/include/list/list.h -------------------------------------------------------------------------------- /tools/gfxdis/include/memory/memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gfxdis/include/memory/memory.c -------------------------------------------------------------------------------- /tools/gfxdis/include/memory/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gfxdis/include/memory/memory.h -------------------------------------------------------------------------------- /tools/gfxdis/include/mips.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gfxdis/include/mips.h -------------------------------------------------------------------------------- /tools/gfxdis/include/n64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gfxdis/include/n64.h -------------------------------------------------------------------------------- /tools/gfxdis/include/n64/gbi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gfxdis/include/n64/gbi.h -------------------------------------------------------------------------------- /tools/gfxdis/include/n64/message.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gfxdis/include/n64/message.h -------------------------------------------------------------------------------- /tools/gfxdis/include/n64/pi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gfxdis/include/n64/pi.h -------------------------------------------------------------------------------- /tools/gfxdis/include/n64/task.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gfxdis/include/n64/task.h -------------------------------------------------------------------------------- /tools/gfxdis/include/n64/thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gfxdis/include/n64/thread.h -------------------------------------------------------------------------------- /tools/gfxdis/include/n64/vr4300.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gfxdis/include/n64/vr4300.h -------------------------------------------------------------------------------- /tools/gfxdis/include/set/set.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gfxdis/include/set/set.c -------------------------------------------------------------------------------- /tools/gfxdis/include/set/set.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gfxdis/include/set/set.h -------------------------------------------------------------------------------- /tools/gfxdis/include/startup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gfxdis/include/startup.c -------------------------------------------------------------------------------- /tools/gfxdis/include/startup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gfxdis/include/startup.h -------------------------------------------------------------------------------- /tools/gfxdis/include/vector/vector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gfxdis/include/vector/vector.c -------------------------------------------------------------------------------- /tools/gfxdis/include/vector/vector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gfxdis/include/vector/vector.h -------------------------------------------------------------------------------- /tools/gfxdis/include/vr4300.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gfxdis/include/vr4300.c -------------------------------------------------------------------------------- /tools/gfxdis/include/vr4300.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gfxdis/include/vr4300.h -------------------------------------------------------------------------------- /tools/gfxdis/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gfxdis/main.c -------------------------------------------------------------------------------- /tools/gfxdis/swap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gfxdis/swap.h -------------------------------------------------------------------------------- /tools/gfxdis/vector/vector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gfxdis/vector/vector.c -------------------------------------------------------------------------------- /tools/gfxdis/vector/vector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/gfxdis/vector/vector.h -------------------------------------------------------------------------------- /tools/hex2str.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/hex2str.py -------------------------------------------------------------------------------- /tools/ido7/as1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido7/as1 -------------------------------------------------------------------------------- /tools/ido7/cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido7/cc -------------------------------------------------------------------------------- /tools/ido7/cfe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido7/cfe -------------------------------------------------------------------------------- /tools/ido7/err.english.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido7/err.english.cc -------------------------------------------------------------------------------- /tools/ido7/ugen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido7/ugen -------------------------------------------------------------------------------- /tools/ido7/uopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido7/uopt -------------------------------------------------------------------------------- /tools/ido_as/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido_as/Makefile -------------------------------------------------------------------------------- /tools/ido_as/acpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido_as/acpp -------------------------------------------------------------------------------- /tools/ido_as/as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido_as/as -------------------------------------------------------------------------------- /tools/ido_as/as1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido_as/as1 -------------------------------------------------------------------------------- /tools/ido_as/cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido_as/cc -------------------------------------------------------------------------------- /tools/ido_as/cc_c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido_as/cc_c.c -------------------------------------------------------------------------------- /tools/ido_as/cfe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido_as/cfe -------------------------------------------------------------------------------- /tools/ido_as/copt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido_as/copt -------------------------------------------------------------------------------- /tools/ido_as/elf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido_as/elf.h -------------------------------------------------------------------------------- /tools/ido_as/err.english.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido_as/err.english.cc -------------------------------------------------------------------------------- /tools/ido_as/header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido_as/header.h -------------------------------------------------------------------------------- /tools/ido_as/helpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido_as/helpers.h -------------------------------------------------------------------------------- /tools/ido_as/libc_impl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido_as/libc_impl.c -------------------------------------------------------------------------------- /tools/ido_as/libc_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido_as/libc_impl.h -------------------------------------------------------------------------------- /tools/ido_as/recomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido_as/recomp -------------------------------------------------------------------------------- /tools/ido_as/recomp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido_as/recomp.cpp -------------------------------------------------------------------------------- /tools/ido_as/ugen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido_as/ugen -------------------------------------------------------------------------------- /tools/ido_as/ugen_c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido_as/ugen_c.c -------------------------------------------------------------------------------- /tools/ido_as/ujoin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido_as/ujoin -------------------------------------------------------------------------------- /tools/ido_as/uld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido_as/uld -------------------------------------------------------------------------------- /tools/ido_as/umerge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido_as/umerge -------------------------------------------------------------------------------- /tools/ido_as/uopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido_as/uopt -------------------------------------------------------------------------------- /tools/ido_as/usplit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ido_as/usplit -------------------------------------------------------------------------------- /tools/kmc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/kmc.mk -------------------------------------------------------------------------------- /tools/kmc_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/kmc_helper.py -------------------------------------------------------------------------------- /tools/ld.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/ld.txt -------------------------------------------------------------------------------- /tools/m2ctx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/m2ctx.py -------------------------------------------------------------------------------- /tools/massRename.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/massRename.py -------------------------------------------------------------------------------- /tools/n64_gcc2.7/cc1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/n64_gcc2.7/cc1 -------------------------------------------------------------------------------- /tools/n64_gcc2/cc1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/n64_gcc2/cc1 -------------------------------------------------------------------------------- /tools/n64_gcc2/mips-nintendo-nu64-as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/n64_gcc2/mips-nintendo-nu64-as -------------------------------------------------------------------------------- /tools/n64crc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/n64crc.c -------------------------------------------------------------------------------- /tools/permuter_settings.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/permuter_settings.toml -------------------------------------------------------------------------------- /tools/postprocess_asm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/postprocess_asm.py -------------------------------------------------------------------------------- /tools/qemu_ido7/lib/cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/lib/cpp -------------------------------------------------------------------------------- /tools/qemu_ido7/lib/libc.so.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/lib/libc.so.1 -------------------------------------------------------------------------------- /tools/qemu_ido7/lib/libmalloc.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/lib/libmalloc.so -------------------------------------------------------------------------------- /tools/qemu_ido7/lib/rld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/lib/rld -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/bin/cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/bin/cc -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/bin/yacc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/bin/yacc -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/lib/as1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/lib/as1 -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/lib/c++/c++filt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/lib/c++/c++filt -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/lib/c++/c++filt.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/lib/c++/c++filt.z -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/lib/c++/c++patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/lib/c++/c++patch -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/lib/c++/c++patch.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/lib/c++/c++patch.z -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/lib/c++/cfront: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/lib/c++/cfront -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/lib/c++/cfront.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/lib/c++/cfront.z -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/lib/c++/markc++: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/lib/c++/markc++ -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/lib/c++/markc++.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/lib/c++/markc++.z -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/lib/c++/ptcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/lib/c++/ptcomp -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/lib/c++/ptcomp.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/lib/c++/ptcomp.z -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/lib/c++/ptlink: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/lib/c++/ptlink -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/lib/c++/ptlink.z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/lib/c++/ptlink.z -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/lib/cfe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/lib/cfe -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/lib/err.english.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/lib/err.english.cc -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/lib/libC.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/lib/libC.a -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/lib/libC.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/lib/libC.so -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/lib/libCadmin.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/lib/libCadmin.so -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/lib/libc.so.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/lib/libc.so.1 -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/lib/libexc.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/lib/libexc.so -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/lib/libm.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/lib/libm.so -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/lib/libw.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/lib/libw.a -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/lib/libw.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/lib/libw.so -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/lib/ugen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/lib/ugen -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/lib/umerge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/lib/umerge -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/lib/uopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/lib/uopt -------------------------------------------------------------------------------- /tools/qemu_ido7/usr/lib/yaccpar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido7/usr/lib/yaccpar -------------------------------------------------------------------------------- /tools/qemu_ido_as/lib/libmalloc.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido_as/lib/libmalloc.so -------------------------------------------------------------------------------- /tools/qemu_ido_as/lib/rld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido_as/lib/rld -------------------------------------------------------------------------------- /tools/qemu_ido_as/usr/bin/ar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido_as/usr/bin/ar -------------------------------------------------------------------------------- /tools/qemu_ido_as/usr/bin/as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido_as/usr/bin/as -------------------------------------------------------------------------------- /tools/qemu_ido_as/usr/bin/cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido_as/usr/bin/cc -------------------------------------------------------------------------------- /tools/qemu_ido_as/usr/lib/ar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido_as/usr/lib/ar -------------------------------------------------------------------------------- /tools/qemu_ido_as/usr/lib/as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido_as/usr/lib/as -------------------------------------------------------------------------------- /tools/qemu_ido_as/usr/lib/as0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido_as/usr/lib/as0 -------------------------------------------------------------------------------- /tools/qemu_ido_as/usr/lib/as1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido_as/usr/lib/as1 -------------------------------------------------------------------------------- /tools/qemu_ido_as/usr/lib/cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido_as/usr/lib/cc -------------------------------------------------------------------------------- /tools/qemu_ido_as/usr/lib/cfe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido_as/usr/lib/cfe -------------------------------------------------------------------------------- /tools/qemu_ido_as/usr/lib/err.english.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido_as/usr/lib/err.english.cc -------------------------------------------------------------------------------- /tools/qemu_ido_as/usr/lib/ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido_as/usr/lib/ld -------------------------------------------------------------------------------- /tools/qemu_ido_as/usr/lib/libc.so.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido_as/usr/lib/libc.so.1 -------------------------------------------------------------------------------- /tools/qemu_ido_as/usr/lib/libexc.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido_as/usr/lib/libexc.so -------------------------------------------------------------------------------- /tools/qemu_ido_as/usr/lib/libgen.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido_as/usr/lib/libgen.so -------------------------------------------------------------------------------- /tools/qemu_ido_as/usr/lib/libm.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido_as/usr/lib/libm.so -------------------------------------------------------------------------------- /tools/qemu_ido_as/usr/lib/ugen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido_as/usr/lib/ugen -------------------------------------------------------------------------------- /tools/qemu_ido_as/usr/lib/ujoin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido_as/usr/lib/ujoin -------------------------------------------------------------------------------- /tools/qemu_ido_as/usr/lib/uld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido_as/usr/lib/uld -------------------------------------------------------------------------------- /tools/qemu_ido_as/usr/lib/umerge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido_as/usr/lib/umerge -------------------------------------------------------------------------------- /tools/qemu_ido_as/usr/lib/uopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido_as/usr/lib/uopt -------------------------------------------------------------------------------- /tools/qemu_ido_as/usr/lib/usplit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/qemu_ido_as/usr/lib/usplit -------------------------------------------------------------------------------- /tools/requirements.txt: -------------------------------------------------------------------------------- 1 | mapfile_parser>=2.3.0,<3.0.0 2 | spimdisasm=1.18.0 -------------------------------------------------------------------------------- /tools/rom_resolver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/rom_resolver.py -------------------------------------------------------------------------------- /tools/shrink_elf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/shrink_elf.py -------------------------------------------------------------------------------- /tools/sjis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/sjis.py -------------------------------------------------------------------------------- /tools/slienc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/slienc.c -------------------------------------------------------------------------------- /tools/sn_cc1/cc1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/sn_cc1/cc1 -------------------------------------------------------------------------------- /tools/splat_ext/Yay0decompress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/splat_ext/Yay0decompress.c -------------------------------------------------------------------------------- /tools/splat_ext/Yay0decompress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/splat_ext/Yay0decompress.py -------------------------------------------------------------------------------- /tools/splat_ext/__init__.py: -------------------------------------------------------------------------------- 1 | from .Yay0decompress import * 2 | -------------------------------------------------------------------------------- /tools/splat_ext/filetable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/splat_ext/filetable.py -------------------------------------------------------------------------------- /tools/splat_ext/npalette.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/splat_ext/npalette.py -------------------------------------------------------------------------------- /tools/splat_ext/yay0_image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/splat_ext/yay0_image.py -------------------------------------------------------------------------------- /tools/str2hex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/str2hex.py -------------------------------------------------------------------------------- /tools/switch_analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/switch_analysis.py -------------------------------------------------------------------------------- /tools/symbol_addrs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/symbol_addrs.txt -------------------------------------------------------------------------------- /tools/tmp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/tmp.yaml -------------------------------------------------------------------------------- /tools/yo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/tools/yo.txt -------------------------------------------------------------------------------- /undefined_funcs_auto.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/undefined_funcs_auto.txt -------------------------------------------------------------------------------- /undefined_syms_all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/undefined_syms_all.txt -------------------------------------------------------------------------------- /undefined_syms_auto.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/farisawan-2000/evangelion/HEAD/undefined_syms_auto.txt -------------------------------------------------------------------------------- /😂: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------