Skip to content

WIP Decompilation of the only anime game on N64

Notifications You must be signed in to change notification settings

IlDucci/evangelion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neon Genesis Evangelion 64

WIP Decompilation of the only anime game on N64

How to build

  • Get WSL or Linux (64 bit)
  • Get build-essential and binutils-mips-linux-gnu
  • Get your copy of Evangelion 64 and name it evangelion.z64)
  • Run make setup to get the asm and Yay0 blocks, and build tools
  • Run make to start building

Contributing Terminology

  • PR's are welcome always! Contribute to this and Kirby 64 decomp now!
  • If a function matches, except for the very end where the delay slot in the return is mismatched, put the function behind an ifdef guard #ifdef THIRD_IMPACT (see here for an example on how to do this).

About

WIP Decompilation of the only anime game on N64

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 82.6%
  • C 15.7%
  • Other 1.7%