Преглед на файлове

probably fixed trainerbattle type 3

SBird1337 преди 7 години
родител
ревизия
622eced180
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      src/specials/trainer_battle.c

+ 1
- 1
src/specials/trainer_battle.c Целия файл

@@ -186,7 +186,7 @@ void *tb_configure_by_script(void *ptr_script) {
186 186
         trainerbattle_message_intro = NULL;
187 187
 
188 188
         trainerbattle_message_defeat = tb_modify_text((char *)load_word(ptr_script), 0);
189
-        ptr_script++;
189
+        ptr_script+= 4;
190 190
 
191 191
         trainerbattle_message_2 = NULL;
192 192
         trainerbattle_message_need_2_poke = NULL;