Merge branch 'master' into decompile_use_pokeblock

This commit is contained in:
DizzyEggg
2017-12-16 11:42:59 +01:00
133 changed files with 17392 additions and 19451 deletions
+5 -1
View File
@@ -48,7 +48,11 @@ enum
enum LanguageId {
LANGUAGE_JAPANESE = 1,
LANGUAGE_ENGLISH = 2,
LANGUAGE_FRENCH = 3,
LANGUAGE_ITALIAN = 4,
LANGUAGE_GERMAN = 5,
// 6 goes unused but the theory is it was meant to be Korean
LANGUAGE_SPANISH = 7,
};
#define GAME_LANGUAGE (LANGUAGE_ENGLISH)
@@ -284,7 +288,7 @@ struct SecretBaseRecord
/*0x1B34*/ u8 partyEVs[6];
};
#include "game_stat.h"
#include "constants/game_stat.h"
#include "global.fieldmap.h"
#include "global.berry.h"
#include "global.tv.h"