Finally removed gLevelUpLearnsets and gTeachableLearnsets
This commit is contained in:
parent
88d9017237
commit
45eab8a292
4 changed files with 0 additions and 2559 deletions
|
@ -440,8 +440,6 @@ extern const u8 gFacilityClassToTrainerClass[];
|
||||||
extern const struct BaseStats gBaseStats[];
|
extern const struct BaseStats gBaseStats[];
|
||||||
extern const u8 *const gItemEffectTable[];
|
extern const u8 *const gItemEffectTable[];
|
||||||
extern const u32 gExperienceTables[][MAX_LEVEL + 1];
|
extern const u32 gExperienceTables[][MAX_LEVEL + 1];
|
||||||
extern const struct LevelUpMove *const gLevelUpLearnsets[];
|
|
||||||
extern const u16 *const gTeachableLearnsets[];
|
|
||||||
extern const u8 gPPUpGetMask[];
|
extern const u8 gPPUpGetMask[];
|
||||||
extern const u8 gPPUpClearMask[];
|
extern const u8 gPPUpClearMask[];
|
||||||
extern const u8 gPPUpAddValues[];
|
extern const u8 gPPUpAddValues[];
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -617,8 +617,6 @@ const s8 gNatureStatTable[NUM_NATURES][NUM_NATURE_STATS] =
|
||||||
#include "data/pokemon/level_up_learnsets.h"
|
#include "data/pokemon/level_up_learnsets.h"
|
||||||
#include "data/pokemon/teachable_learnsets.h"
|
#include "data/pokemon/teachable_learnsets.h"
|
||||||
#include "data/pokemon/evolution.h"
|
#include "data/pokemon/evolution.h"
|
||||||
#include "data/pokemon/level_up_learnset_pointers.h"
|
|
||||||
#include "data/pokemon/teachable_learnset_pointers.h"
|
|
||||||
#include "data/pokemon/form_species_tables.h"
|
#include "data/pokemon/form_species_tables.h"
|
||||||
#include "data/pokemon/form_species_table_pointers.h"
|
#include "data/pokemon/form_species_table_pointers.h"
|
||||||
#include "data/pokemon/form_change_tables.h"
|
#include "data/pokemon/form_change_tables.h"
|
||||||
|
|
Loading…
Reference in a new issue