Registration fixes and improvements.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -47,8 +47,10 @@ pub enum ScriptCategory {
|
||||
Side = 4,
|
||||
/// A script that can be attached to the entire battle.
|
||||
Battle = 5,
|
||||
/// A special script for weather, for use on battles.
|
||||
Weather = 6,
|
||||
/// A special script for held items. As they're part of a held item, they're attached to a Pokemon.
|
||||
ItemBattleTrigger = 6,
|
||||
ItemBattleTrigger = 7,
|
||||
}
|
||||
|
||||
/// A basic empty script resolver, that always returns None.
|
||||
|
||||
Reference in New Issue
Block a user