The Indigo Disk Item/Move/Ability ids (#3727)
* Reserve ability ids * Reserve item ids (base64 encoding for reference) * Reserve move ids --------- Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
This commit is contained in:
parent
15c8106a9e
commit
02ca83cc81
@ -332,8 +332,12 @@
|
|||||||
#define ABILITY_EMBODY_ASPECT_CORNERSTONE 304
|
#define ABILITY_EMBODY_ASPECT_CORNERSTONE 304
|
||||||
#define ABILITY_TOXIC_CHAIN 305
|
#define ABILITY_TOXIC_CHAIN 305
|
||||||
#define ABILITY_SUPERSWEET_SYRUP 306
|
#define ABILITY_SUPERSWEET_SYRUP 306
|
||||||
|
#define ABILITY_307 307
|
||||||
|
#define ABILITY_308 308
|
||||||
|
#define ABILITY_309 309
|
||||||
|
#define ABILITY_310 310
|
||||||
|
|
||||||
#define ABILITIES_COUNT_GEN9 307
|
#define ABILITIES_COUNT_GEN9 311
|
||||||
|
|
||||||
#define ABILITIES_COUNT ABILITIES_COUNT_GEN9
|
#define ABILITIES_COUNT ABILITIES_COUNT_GEN9
|
||||||
|
|
||||||
|
|||||||
@ -986,8 +986,10 @@
|
|||||||
#define ITEM_SWIFT_MOCHI 811
|
#define ITEM_SWIFT_MOCHI 811
|
||||||
#define ITEM_FRESH_START_MOCHI 812
|
#define ITEM_FRESH_START_MOCHI 812
|
||||||
#define ITEM_GLIMMERING_CHARM 813
|
#define ITEM_GLIMMERING_CHARM 813
|
||||||
|
#define ITEM_814 814 // TWV0YWwgQWxsb3k=
|
||||||
|
#define ITEM_815 815 // U3RlbGxhciBUZXJhIFNoYXJk
|
||||||
|
|
||||||
#define ITEMS_COUNT 814
|
#define ITEMS_COUNT 816
|
||||||
#define ITEM_FIELD_ARROW ITEMS_COUNT
|
#define ITEM_FIELD_ARROW ITEMS_COUNT
|
||||||
|
|
||||||
// A special item id associated with "Cancel"/"Exit" etc. in a list of items or decorations
|
// A special item id associated with "Cancel"/"Exit" etc. in a list of items or decorations
|
||||||
|
|||||||
@ -890,8 +890,23 @@
|
|||||||
#define MOVE_MATCHA_GOTCHA 830
|
#define MOVE_MATCHA_GOTCHA 830
|
||||||
#define MOVE_SYRUP_BOMB 831
|
#define MOVE_SYRUP_BOMB 831
|
||||||
#define MOVE_IVY_CUDGEL 832
|
#define MOVE_IVY_CUDGEL 832
|
||||||
|
#define MOVE_833 833
|
||||||
|
#define MOVE_834 834
|
||||||
|
#define MOVE_835 835
|
||||||
|
#define MOVE_836 836
|
||||||
|
#define MOVE_837 837
|
||||||
|
#define MOVE_838 838
|
||||||
|
#define MOVE_839 839
|
||||||
|
#define MOVE_840 840
|
||||||
|
#define MOVE_841 841
|
||||||
|
#define MOVE_842 842
|
||||||
|
#define MOVE_843 843
|
||||||
|
#define MOVE_844 844
|
||||||
|
#define MOVE_845 845
|
||||||
|
#define MOVE_846 846
|
||||||
|
#define MOVE_847 847
|
||||||
|
|
||||||
#define MOVES_COUNT_GEN9 833
|
#define MOVES_COUNT_GEN9 848
|
||||||
|
|
||||||
#define MOVES_COUNT MOVES_COUNT_GEN9
|
#define MOVES_COUNT MOVES_COUNT_GEN9
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user