Drahsid / jet-force-gemini

Reverse engineering on JFG. Should this be a decomp? See https://github.com/Ryan-Myers/Jet-Force-Gemini

Home Page:https://github.com/Ryan-Myers/Jet-Force-Gemini

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jet Force Gemini

Note

Decomp related thing here

A WIP reverse engineering effort of Jet Force Gemeni (US) for the Nintendo 64.

Contributing

Just make a PR. Try to follow this guide on naming:

Type Convention
Function snake_case
Local Variable camelCase
Global Variable gCamelCase
Static Variable sCamelCase
Enum PascalCase
Struct Name PascalCase
Define SNAKE_CASE_CAPS

Use the style [file/structure]_[purpose] for individual function names. For example, the constructor function for the structure Actor would be actor_construct

About

Reverse engineering on JFG. Should this be a decomp? See https://github.com/Ryan-Myers/Jet-Force-Gemini

https://github.com/Ryan-Myers/Jet-Force-Gemini


Languages

Language:C 100.0%