Ifdefs and config

This commit is contained in:
Fazana
2021-08-15 15:15:16 +01:00
parent 280baf58ad
commit 5dc75cf792
13 changed files with 60 additions and 9 deletions

View File

@@ -98,6 +98,8 @@
#define PARALLEL_LAKITU_CAM
// Allows Mario to ledgegrab sloped floors
#define NO_FALSE_LEDGEGRABS
//Enables Puppy Camera 2, a rewritten camera that can be freely configured and modified.
//#define PUPPYCAM
// HACKER QOL

View File

@@ -3,6 +3,7 @@
#include "text_menu_strings.h"
#ifdef PUPPYCAM
#define NC_CAMX_EN _("Camera X Sensitivity")
#define NC_CAMY_EN _("Camera Y Sensitivity")
#define NC_INVERTX_EN _("Invert X Axis")
@@ -71,6 +72,7 @@
#define NC_OPTION_FR _("OPTIONS PUPPYCAM")
#define NC_OPTION_DE _("PUPPYCAM OPTIONS")
#endif
#endif
/**
* Global Symbols