Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
pokemonsdk
pokemonsdk
Commits
ffe844c5
Commit
ffe844c5
authored
Sep 25, 2021
by
NuriYuri
Browse files
Fix switch issue with friend trainer in battle
parent
c9b27eca
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/01400 GamePlay/00200 Party/00102 Party_Menu Choice & Process.rb
View file @
ffe844c5
...
...
@@ -184,7 +184,7 @@ module GamePlay
display_message
(
parse_text
(
20
,
34
))
elsif
pokemon
.
dead?
display_message
(
parse_text
(
20
,
33
,
::
PFM
::
Text
::
PKNICK
[
1
]
=>
pokemon
.
given_name
))
elsif
@index
<
$game_temp
.
vs_type
elsif
pokemon
.
position
.
between?
(
0
,
$game_temp
.
vs_type
)
display_message
(
parse_text
(
20
,
32
,
::
PFM
::
Text
::
PKNICK
[
1
]
=>
pokemon
.
given_name
))
else
@return_data
=
@index
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment