Преглед изворни кода

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
         trainerbattle_message_intro = NULL;
186
         trainerbattle_message_intro = NULL;
187
 
187
 
188
         trainerbattle_message_defeat = tb_modify_text((char *)load_word(ptr_script), 0);
188
         trainerbattle_message_defeat = tb_modify_text((char *)load_word(ptr_script), 0);
189
-        ptr_script++;
189
+        ptr_script+= 4;
190
 
190
 
191
         trainerbattle_message_2 = NULL;
191
         trainerbattle_message_2 = NULL;
192
         trainerbattle_message_need_2_poke = NULL;
192
         trainerbattle_message_need_2_poke = NULL;