Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
config.h
Go to the documentation of this file.
1#ifndef DX
2#define DX
3
7#define DX_MOD_NAME "New Mod"
8#define DX_MOD_VER_MAJOR 1
9#define DX_MOD_VER_MINOR 0
10#define DX_MOD_VER_PATCH 0
11
13#define DX_DEBUG_MENU 1
14
16#define DX_QUICK_LAUNCH 0
17
20//#define DX_QUICK_LAUNCH_BATTLE BTL_NOK_FORMATION_00, BTL_NOK_STAGE_00
21
23#define DX_SKIP_LOGOS 1
24
26#define DX_SKIP_STORY 1
27
29#define DX_SKIP_DEMO 1
30
32#define NEW_GAME_MAP_ID "kmr_20"
33
35#define NEW_GAME_ENTRY_ID kmr_20_ENTRY_0
36
38#define NEW_GAME_STORY_PROGRESS STORY_INTRO
39
42#define USE_PROFILER 1
43
45#define DX_PAUSE_LAG_FIX 1
46
47#endif