Registration fixes and improvements.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-09-16 11:01:37 +02:00
parent b1890681a1
commit 7bcfd92d45
20 changed files with 397 additions and 52 deletions

View File

@@ -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.