Skip to content

Wind Waker Decompilation project. Aims to be runnable one day.

Notifications You must be signed in to change notification settings

nbouteme/WindWaker-decomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wind Waker rewrite

Rewrite attempt with a top-down approach - code is rewritten in the order it's executed with no concern with matching with the original code.

Notes

This isn't a decompilation in that it's not trying to achieve binary equivalence. But one of the aim is to still preserve the same overall structure and naming conventions. So it's more of a rewrite, as was done with A Link To The Past.

TODO

  • fix integers/pointers size correctness and discrepencies
  • Rewrite the SDK libs
  • Integrate Dolphin's GPU/DSP Emulation

Actors

Actors will be worked on in order of loading

About

Wind Waker Decompilation project. Aims to be runnable one day.

Topics

Resources

Stars

Watchers

Forks

Languages