Update Varbits.java

/**
	* 0 = standard
	* 1 = ancients
	* 2 = lunars
	* 3 = arrceus
	**/
    SPELLBOOK_ID(4070),
	
	/**
	* 0 = no
	* 1 = yes
	**/
	SPELLBOOK_HIDDEN(6718),
This commit is contained in:
Kyleeld
2019-04-25 23:59:02 +01:00
committed by GitHub
parent a93d7c3175
commit df3caea8af

View File

@@ -470,10 +470,13 @@ public enum Varbits
* 2 = lunars * 2 = lunars
* 3 = arrceus * 3 = arrceus
**/ **/
SPELLBOOK_ID(0), SPELLBOOK_ID(4070),
SPELLBOOK_ID(1),
SPELLBOOK_ID(2), /**
SPELLBOOK_ID(3), * 0 = no
* 1 = yes
**/
SPELLBOOK_HIDDEN(6718),
/** /**
* Amount of items in each bank tab * Amount of items in each bank tab