Class: GamePlay::PokemonTradeStorage

Inherits:
PokemonStorage show all
Includes:
PokemonTradeStorageMixin
Defined in:
scripts/01450 Systems/00200 Storage/00003 GamePlay_Storage/00100 Trade.rb

Constant Summary collapse

CHOOSE_POKEMON_MESSAGE =

Message shown to tell to choose a Pokemon

[:ext_text, 9007, 13]
TRADE_OPTIONS =

List of option when pressing A

[
  [:ext_text, 9000, 90], # Trade
  [:text_get, 33, 41], # Summary
  [:text_get, 33, 82] # Cancel
]

Constants inherited from PokemonStorage

GamePlay::PokemonStorage::AIU_KEY2METHOD, GamePlay::PokemonStorage::BASE_UI_KEYS, GamePlay::PokemonStorage::BASE_UI_TEXTS, GamePlay::PokemonStorage::BOX_NAME_MESSAGE, GamePlay::PokemonStorage::BOX_NEW_DEFAULT_NAME, GamePlay::PokemonStorage::BOX_NEW_NAME_MESSAGE, GamePlay::PokemonStorage::BOX_THEME_CHOICE_MESSAGE, GamePlay::PokemonStorage::CHOICE_BOX_OPTIONS, GamePlay::PokemonStorage::MESSAGE_BOX_OPTIONS, GamePlay::PokemonStorage::MODE_TO_BASE_UI_MODE, GamePlay::PokemonStorage::MOVE_POKEMON_MESSAGE, GamePlay::PokemonStorage::MOVE_SELECTED_POKEMON_MESSAGE, GamePlay::PokemonStorage::RELEASE_POKEMON_CHOICES, GamePlay::PokemonStorage::RELEASE_POKEMON_MESSAGE1, GamePlay::PokemonStorage::RELEASE_SELECTED_POKEMON_MESSAGE, GamePlay::PokemonStorage::REMOVE_BOX_CHOICES, GamePlay::PokemonStorage::REMOVE_BOX_MESSAGE, GamePlay::PokemonStorage::SELECTED_POKEMON_MESSAGE, GamePlay::PokemonStorage::SELECTION_MODE_ACTIONS, GamePlay::PokemonStorage::SINGLE_POKEMON_CHOICE, GamePlay::PokemonStorage::SINGLE_POKEMON_MESSAGE

Constants inherited from BaseCleanUpdate

BaseCleanUpdate::AIU_KEY2METHOD

Constants inherited from Base

Base::DEFAULT_TRANSITION, Base::DEFAULT_TRANSITION_PARAMETER

Constants included from Input

Input::ALIAS_KEYS, Input::AXIS_MAPPING, Input::AXIS_SENSITIVITY, Input::DEAD_ZONE, Input::Keyboard, Input::Keys, Input::NON_TRIGGER_ZONE, Input::REPEAT_COOLDOWN, Input::REPEAT_SPACE

Constants included from DisplayMessage

DisplayMessage::MESSAGE_ERROR, DisplayMessage::MESSAGE_PROCESS_ERROR

Instance Attribute Summary

Attributes included from PokemonTradeStorageMixin

#return_data

Attributes inherited from Base

#__last_scene, #__result_process, #running, #viewport

Attributes included from DisplayMessage

#message_window

Method Summary

Methods included from PokemonTradeStorageMixin

#pokemon_selected?, #pokemon_selected_in_box?, #pokemon_selected_in_party?, #selected_pokemon

Methods inherited from PokemonStorage

#initialize, #refresh, #update_graphics, #update_inputs, #update_mouse

Methods included from Util::GiveTakeItem

#givetake_give_egg_message, #givetake_give_item, #givetake_give_item_message, #givetake_give_item_update_state, #givetake_take_item

Methods inherited from BaseCleanUpdate

#automatic_input_update, #update

Methods inherited from Base

#add_disposable, #call_scene, #dispose, #find_parent, #initialize, #main, #return_to_scene, #snap_to_bitmap, #update, #visible, #visible=

Methods included from Input

dir4, dir8, get_text, joy_axis_position, press?, register_events, released?, repeat?, swap_states, trigger?

Methods included from DisplayMessage

#can_display_message_be_called?, #close_message_window, #display_message, #display_message_and_wait, #message_class, #message_processing?, #message_visible, #message_visible=

Constructor Details

This class inherits a constructor from GamePlay::PokemonStorage