mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-09-07 09:35:37 -05:00
Fix Build Errors
This commit is contained in:
@@ -1302,6 +1302,6 @@ extern const u8 DEX_ENTRY_ORICORIO_S[];
|
||||
extern const u8 DEX_ENTRY_LYCANROC_N[];
|
||||
extern const u8 DEX_ENTRY_LYCANROC_DUSK[];
|
||||
extern const u8 DEX_ENTRY_WISHIWASHI_S[];
|
||||
extern const u8 DEX_ENTRY_NECROZMA_MANE[];
|
||||
extern const u8 DEX_ENTRY_NECROZMA_WINGS[];
|
||||
extern const u8 DEX_ENTRY_NECROZMA_DUSK_MANE[];
|
||||
extern const u8 DEX_ENTRY_NECROZMA_DAWN_WINGS[];
|
||||
extern const u8 DEX_ENTRY_NECROZMA_ULTRA[];
|
||||
@@ -11379,8 +11379,8 @@ const struct AlternateDexEntries gAlternateDexEntries[] =
|
||||
ALTERNATE_ENTRY(LYCANROC_N),
|
||||
ALTERNATE_ENTRY(LYCANROC_DUSK),
|
||||
ALTERNATE_ENTRY(WISHIWASHI_S),
|
||||
ALTERNATE_ENTRY(NECROZMA_MANE),
|
||||
ALTERNATE_ENTRY(NECROZMA_WINGS),
|
||||
ALTERNATE_ENTRY(NECROZMA_DUSK_MANE),
|
||||
ALTERNATE_ENTRY(NECROZMA_DAWN_WINGS),
|
||||
ALTERNATE_ENTRY(NECROZMA_ULTRA),
|
||||
{SPECIES_TABLES_TERMIN, 0}
|
||||
};
|
||||
|
||||
@@ -18,4 +18,7 @@
|
||||
// gLevelUpLearnsets from "repointall" found in the root BEFORE compiling. If you've
|
||||
// already compiled, run "python scripts//clean.py" first.
|
||||
|
||||
//#define INCLUDE_FOOTPRINTS //If you uncomment this line, make sure to uncomment gMonFootprintTable in "repoints", and remove the footprint remover in "bytereplacement"
|
||||
//#define INCLUDE_FOOTPRINTS //If you uncomment this line, make sure to uncomment gMonFootprintTable in "repoints", and remove the footprint remover in "bytereplacement"
|
||||
|
||||
#define NUM_TMSHMS 128
|
||||
#define NUM_MOVE_TUTOR_MOVES 64
|
||||
@@ -1347,10 +1347,10 @@ This strange form is the result of it\nevolving at dusk. An intense fighting\nsp
|
||||
#org @DEX_ENTRY_WISHIWASHI_S
|
||||
At their appearance, even Gyarados flee.\nWhen they team up to use Water Gun, its\npower exceeds that of Hydro Pump.
|
||||
|
||||
#org @DEX_ENTRY_NECROZMA_MANE
|
||||
#org @DEX_ENTRY_NECROZMA_DUSK_MANE
|
||||
This is Necrozma while it's absorbing\nthe power of Solgaleo, making it very\nferocious and impossible to control.
|
||||
|
||||
#org @DEX_ENTRY_NECROZMA_WINGS
|
||||
#org @DEX_ENTRY_NECROZMA_DAWN_WINGS
|
||||
Lunala no longer has a will of its own.\nNow under the control of Necrozma, it\ncontinuously expels all of its energy.
|
||||
|
||||
#org @DEX_ENTRY_NECROZMA_ULTRA
|
||||
|
||||
Reference in New Issue
Block a user