diff options
author | easyaspi314 (Devin) <easyaspi314@users.noreply.github.com> | 2019-08-26 21:08:41 -0400 |
---|---|---|
committer | easyaspi314 (Devin) <easyaspi314@users.noreply.github.com> | 2019-08-26 21:08:41 -0400 |
commit | 6eafbcabf3b9ec732a3dfce982e379b988d1a14b (patch) | |
tree | 56094ef0d4bec198292b127259693f3b832306ce /constants | |
parent | 8f1e63cbcdb6169297717ecda2607c9f6f3580e6 (diff) |
Change data debug translations to use DEBUG_TRANSLATE
I'd prefer a macro, but preproc currently comes first.
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc_constants.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/constants/misc_constants.inc b/constants/misc_constants.inc index bf90fcd1e..0111dbf63 100644 --- a/constants/misc_constants.inc +++ b/constants/misc_constants.inc @@ -33,6 +33,11 @@ .equiv FEMALE, 1 .ifdef ENGLISH + + .ifdef DEBUG + .set DEBUG_TRANSLATE, 1 + .endif + .equiv GAME_LANGUAGE, 2 .else .ifdef GERMAN |