mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
9 lines
285 B
C
9 lines
285 B
C
|
#include "global.h"
|
||
|
|
||
|
// These values are patched by patchelf. Therefore we have put them in
|
||
|
// their own TU so that the optimizer cannot inline them.
|
||
|
const bool8 gTestRunnerEnabled = TRUE;
|
||
|
const u8 gTestRunnerN = 0;
|
||
|
const u8 gTestRunnerI = 0;
|
||
|
const char gTestRunnerArgv[256] = {'\0'};
|