A proof-of-concept mod for the latest version of Celeste (v1.4.1.1) on the Switch.
- Option in the pause menu to enable/disable neutral jumping
- "Uludag v0.0.1" below the game version in the title screen
- The intro sequence before the title screen is skipped
source/program/celeste_types.hpp: Celeste and other BRUTE types used by the mod.source/program/main.cpp: The main code for the mod.FindBRUTESymbols.java: An (incomplete) Ghidra script to find functions and symbols in the game. Use with the latest version of Celeste for the Switch (v1.4.1.1) and Ghidra-Switch-Loader.
- exlaunch: The base for this project.