diff options
| author | Marco Willems (M17.1) <progreon@gmail.com> | 2018-01-03 16:22:45 +0100 | 
|---|---|---|
| committer | Marco Willems (M17.1) <progreon@gmail.com> | 2018-01-03 16:22:45 +0100 | 
| commit | 56f960f67679071712dd7d2cd6140eb8833e7344 (patch) | |
| tree | 18f9af70a8a591117a7f0a7845d86462537f777c /data/scripts/maps/Route117.inc | |
| parent | b5ecdfa404a34c66fdf9f96342a2de0f173e6e73 (diff) | |
| parent | 397f32f29dbcd8fb6ad47afe5ba1ee354ca2b5c7 (diff) | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'data/scripts/maps/Route117.inc')
| -rw-r--r-- | data/scripts/maps/Route117.inc | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/data/scripts/maps/Route117.inc b/data/scripts/maps/Route117.inc index 44c4c156c..fa648f79e 100644 --- a/data/scripts/maps/Route117.inc +++ b/data/scripts/maps/Route117.inc @@ -40,7 +40,7 @@ Route117_EventScript_150D84:: @ 8150D84  Route117_EventScript_150D8D:: @ 8150D8D  	trainerbattle 0, OPPONENT_ISAAC_1, 0, Route117_Text_1BD49E, Route117_Text_1BD4D9 -	specialvar RESULT, sub_8082C68 +	specialvar RESULT, ShouldTryRematchBattle  	compare RESULT, 1  	goto_if_eq Route117_EventScript_150DB4  	msgbox Route117_Text_1BD4F9, 6 @@ -53,7 +53,7 @@ Route117_EventScript_150DB4:: @ 8150DB4  Route117_EventScript_150DCB:: @ 8150DCB  	trainerbattle 0, OPPONENT_LYDIA_1, 0, Route117_Text_1BD634, Route117_Text_1BD67B -	specialvar RESULT, sub_8082C68 +	specialvar RESULT, ShouldTryRematchBattle  	compare RESULT, 1  	goto_if_eq Route117_EventScript_150DF2  	msgbox Route117_Text_1BD69B, 6 @@ -66,7 +66,7 @@ Route117_EventScript_150DF2:: @ 8150DF2  Route117_EventScript_150E09:: @ 8150E09  	trainerbattle 0, OPPONENT_DYLAN_1, 0, Route117_Text_1BD79A, Route117_Text_1BD7E0 -	specialvar RESULT, sub_8082C68 +	specialvar RESULT, ShouldTryRematchBattle  	compare RESULT, 1  	goto_if_eq Route117_EventScript_150E30  	msgbox Route117_Text_1BD7F5, 6 @@ -79,7 +79,7 @@ Route117_EventScript_150E30:: @ 8150E30  Route117_EventScript_150E47:: @ 8150E47  	trainerbattle 0, OPPONENT_MARIA_1, 0, Route117_Text_1BD914, Route117_Text_1BD965 -	specialvar RESULT, sub_8082C68 +	specialvar RESULT, ShouldTryRematchBattle  	compare RESULT, 1  	goto_if_eq Route117_EventScript_150E6E  	msgbox Route117_Text_1BD98F, 6 @@ -97,7 +97,7 @@ Route117_EventScript_150E85:: @ 8150E85  Route117_EventScript_150E9C:: @ 8150E9C  	trainerbattle 4, OPPONENT_ANNA_AND_MEG_1, 0, Route117_Text_1BDBC3, Route117_Text_1BDC07, Route117_Text_1BDC96 -	specialvar RESULT, sub_8082C68 +	specialvar RESULT, ShouldTryRematchBattle  	compare RESULT, 1  	goto_if_eq Route117_EventScript_150EC7  	msgbox Route117_Text_1BDC44, 6 @@ -110,7 +110,7 @@ Route117_EventScript_150EC7:: @ 8150EC7  Route117_EventScript_150EE2:: @ 8150EE2  	trainerbattle 4, OPPONENT_ANNA_AND_MEG_1, 0, Route117_Text_1BDCD2, Route117_Text_1BDD1E, Route117_Text_1BDD8B -	specialvar RESULT, sub_8082C68 +	specialvar RESULT, ShouldTryRematchBattle  	compare RESULT, 1  	goto_if_eq Route117_EventScript_150F0D  	msgbox Route117_Text_1BDD4E, 6 | 
