mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-27 13:53:52 +01:00
Move tutor and tms compatibility for all mons
This commit is contained in:
parent
b06090fe02
commit
f1e420ff69
@ -864,10 +864,18 @@
|
||||
#define SPECIES_BURMY_TRASH 857
|
||||
#define SPECIES_WORMADAM_SANDY 858
|
||||
#define SPECIES_WORMADAM_TRASH 859
|
||||
#define SPECIES_ROTOM_HEAT 860
|
||||
#define SPECIES_ROTOM_WASH 861
|
||||
#define SPECIES_ROTOM_FROST 862
|
||||
#define SPECIES_ROTOM_FAN 863
|
||||
#define SPECIES_ROTOM_MOW 864
|
||||
#define SPECIES_KYUREM_BLACK 865
|
||||
#define SPECIES_KYUREM_WHITE 866
|
||||
#define SPECIES_MEOWSTIC_F 867
|
||||
|
||||
// TODO: forms
|
||||
|
||||
#define SPECIES_EGG 860
|
||||
#define SPECIES_EGG 868
|
||||
#define NUM_SPECIES SPECIES_EGG
|
||||
|
||||
// Unown forms, not actual species
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1764,7 +1764,7 @@ static const u8 sMonFrontAnimIdsTable[NUM_SPECIES - 1] =
|
||||
[SPECIES_DEOXYS - 1] = 0x1b,
|
||||
[SPECIES_CHIMECHO - 1] = 0x1d,
|
||||
[SPECIES_MOTHIM - 1] = 0x1d,
|
||||
|
||||
|
||||
//Gen 6 animations
|
||||
[SPECIES_CHESPIN - 1] = 0x31,
|
||||
[SPECIES_QUILLADIN - 1] = 0x00,
|
||||
@ -1838,7 +1838,7 @@ static const u8 sMonFrontAnimIdsTable[NUM_SPECIES - 1] =
|
||||
[SPECIES_DIANCIE - 1] = 0x0d,
|
||||
[SPECIES_HOOPA - 1] = 0x4b,
|
||||
[SPECIES_VOLCANION - 1] = 0x10,
|
||||
|
||||
|
||||
// Gen 7 animations
|
||||
[SPECIES_ROWLET - 1] = 0x00,
|
||||
[SPECIES_DARTRIX - 1] = 0x16,
|
||||
|
Loading…
x
Reference in New Issue
Block a user