mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 13:44:59 +00:00
Rewrote Pokémon storage screen code
This commit is contained in:
@@ -779,6 +779,8 @@ def pbEnterNPCName(helptext, minlength, maxlength, initialText = "", id = 0, nof
|
||||
return pbEnterText(helptext, minlength, maxlength, initialText, 3, id, nofadeout)
|
||||
end
|
||||
|
||||
# TODO: maxlength for this is 16, so the entry screen should support showing 16
|
||||
# characters.
|
||||
def pbEnterBoxName(helptext, minlength, maxlength, initialText = "", nofadeout = false)
|
||||
return pbEnterText(helptext, minlength, maxlength, initialText, 4, nil, nofadeout)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user