mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-13 07:54:59 +00:00
Lots of rubocop
This commit is contained in:
@@ -91,7 +91,7 @@ class BattleSwapScene
|
||||
|
||||
# Processes the scene
|
||||
def pbChoosePokemon(canCancel)
|
||||
pbActivateWindow(@sprites, "list") {
|
||||
pbActivateWindow(@sprites, "list") do
|
||||
loop do
|
||||
Graphics.update
|
||||
Input.update
|
||||
@@ -109,7 +109,7 @@ class BattleSwapScene
|
||||
end
|
||||
end
|
||||
end
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
def pbUpdateChoices(choices)
|
||||
|
||||
Reference in New Issue
Block a user