Turned fusion items into two separate items for the sake of them having different descriptions, fixed ability-changing items not doing so, added Zygarde Cube's Gen 8 effect

This commit is contained in:
Maruno17
2021-08-21 18:26:48 +01:00
parent 41ce9309d7
commit 45fba56455
10 changed files with 335 additions and 129 deletions

View File

@@ -213,10 +213,13 @@ class TriadScene
def pbDisplay(text)
@sprites["helpwindow"].text = text
(Graphics.frame_rate*1.5).floor.times do
timer = 0.0
loop do
Graphics.update
Input.update
pbUpdate
timer += Graphics.delta_s
break if timer >= 1.5
end
end