Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def initialize(viewport, image_indexes)
- super(viewport)
- @image_indexes = image_indexes
- add_background('menu_ui/background')
- @menu_text = add_text(249, 3, 68, 16, nil.to_s, 1)
- @money_text = add_text(5, 221, 68, 16, ::PFM::Text.parse(11, 9, ::PFM::Text::NUM7R => $pokemon_party.money.to_s), 1)
- @date_text = add_text(249, 53, 68, 16, format('%<day>02d, %<hour>02d:%<min>02d', day: $game_variables[13], hour: $game_variables[10], min: $game_variables[11]), 1)
- @index = 0
- end
Advertisement
Add Comment
Please, Sign In to add comment