mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
Some fixes related to the previous commit and Exp Candy effect
This commit is contained in:
@@ -565,7 +565,7 @@ class PokemonParty_Scene
|
||||
end
|
||||
|
||||
def pbChooseNumber(helptext, maximum, initnum = 1)
|
||||
return UIHelper.pbChooseNumber(@sprites["helpwindow"], helptext, maximum, initnum) { pbUpdate }
|
||||
return UIHelper.pbChooseNumber(@sprites["helpwindow"], helptext, maximum, initnum) { update }
|
||||
end
|
||||
|
||||
def pbSetHelpText(helptext)
|
||||
|
||||
@@ -295,6 +295,7 @@ module UIHelper
|
||||
Input.update
|
||||
numwindow.update
|
||||
helpwindow.update
|
||||
yield if block_given?
|
||||
if Input.trigger?(Input::BACK)
|
||||
ret = 0
|
||||
pbPlayCancelSE
|
||||
|
||||
Reference in New Issue
Block a user