summaryrefslogtreecommitdiff
path: root/game/01_init.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'game/01_init.rpy')
-rw-r--r--game/01_init.rpy7
1 files changed, 7 insertions, 0 deletions
diff --git a/game/01_init.rpy b/game/01_init.rpy
index 9b12e74..1a774bc 100644
--- a/game/01_init.rpy
+++ b/game/01_init.rpy
@@ -78,6 +78,11 @@ init -3 python:
MUSIC_OPENING="sfx/bgm01.mp3"
MUSIC_TOWN="sfx/bgm02.mp3"
+ # Battle actions
+ ACT_NONE =0
+ ACT_TURN =1
+ ACT_SUMMON =2
+
# Spheres actions
AP_NONE =False
AP_SPHERE =1
@@ -122,6 +127,8 @@ init -3 python:
SRV_SKILL =1000
SRV_WAVE =9901
SRV_SPHERE =9902
+ SRV_SUMMON =9903
+ SRV_NOCAST =9904
# Special error structs
ERR_MOBSTRUCT ={