Explorar el Código

Script fix, bis Carun City

DragonflySotS hace 7 años
padre
commit
6bef13e953
Se han modificado 4 ficheros con 5 adiciones y 4 borrados
  1. 1
    1
      battle_engine
  2. 1
    1
      sots-private
  3. 1
    0
      src/include/hiddenflags.h
  4. 2
    2
      src/include/script_language.h

+ 1
- 1
battle_engine

@@ -1 +1 @@
1
-Subproject commit 4a4fb7ac2ac3def1d4270796bdd2c04e8231d382
1
+Subproject commit a201b518834f0208efdb82ac95b08675f5279950

+ 1
- 1
sots-private

@@ -1 +1 @@
1
-Subproject commit efb99555c48d483f727ee8a15ced4c4e95e341dc
1
+Subproject commit 1e41bcd48f05000de9ac0459ea370209c601c1a4

+ 1
- 0
src/include/hiddenflags.h Ver fichero

@@ -11,4 +11,5 @@ setflag 0x513
11 11
 setflag 0x516
12 12
 setflag 0x51B
13 13
 setflag 0x51C
14
+setflag 0x51F
14 15
 .endm

+ 2
- 2
src/include/script_language.h Ver fichero

@@ -225,11 +225,11 @@ clearflag FLAG_WALK_SCRIPT
225 225
 .endm
226 226
 
227 227
 .macro writemusikon
228
-setflag FLAG_ENABLE_MUSIC_OVERRIDES
228
+setflag FLAG_SKIP_BATTLE_MUSIC
229 229
 .endm
230 230
 
231 231
 .macro writemusikoff
232
-clearflag FLAG_ENABLE_MUSIC_OVERRIDES
232
+clearflag FLAG_SKIP_BATTLE_MUSIC
233 233
 .endm
234 234
 
235 235
 @@ Index commands