mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
bunch of fixes that had to be combined into one commit because github doesn't like large files and I accidentally included a large file
This commit is contained in:
@@ -411,6 +411,11 @@ class HallOfFame_Scene
|
||||
Input.update
|
||||
pbUpdate
|
||||
end
|
||||
while !(waitForInput)
|
||||
Graphics.update
|
||||
Input.update
|
||||
pbUpdate
|
||||
end
|
||||
setPokemonSpritesOpacity(-1, OPACITY) if !SINGLEROW
|
||||
createTrainerBattler
|
||||
end
|
||||
@@ -432,6 +437,14 @@ class HallOfFame_Scene
|
||||
end
|
||||
end
|
||||
|
||||
def waitForInput
|
||||
if Input.trigger?(Input::USE) || Input.trigger?(Input::BACK)
|
||||
return true
|
||||
end
|
||||
return false
|
||||
end
|
||||
|
||||
|
||||
def pbUpdatePC
|
||||
# Change the team
|
||||
if @battlerIndex >= @hallEntry.size
|
||||
|
||||
Reference in New Issue
Block a user