mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 21:54:58 +00:00
Rewrote BP Shop code, tidied PC menu code, fixed message display bug involving instant speed and \wtnp, fixed mail vanishing bug, tweaks to other rewritten UI
This commit is contained in:
@@ -445,6 +445,9 @@ def pbMoveTutorAnnotations(move, movelist = nil)
|
||||
return ret
|
||||
end
|
||||
|
||||
# TODO: The Bag screen needs passing into this method (if using a machine). If
|
||||
# it exists, refresh it before finishing pbFadeOutIn to update the party
|
||||
# compatibility icons.
|
||||
def pbMoveTutorChoose(move, movelist = nil, by_machine = false, one_use_machine = false)
|
||||
ret = false
|
||||
move = GameData::Move.get(move).id
|
||||
|
||||
Reference in New Issue
Block a user