1#include <game/bases/d_controller_information.hpp>
5#include <game/framework/f_profile_name.hpp>
6#include <game/snd/snd_audio_mgr.hpp>
35 static const char *animeNames[] = {
36 "ControllerInformation_07_in2btn.brlan",
37 "ControllerInformation_07_loop2btn.brlan",
38 "ControllerInformation_07_hit2btn.brlan"
41 static const int groupIdxs[] = {0, 1, 2};
42 static const char *groupNames[] = {
48 static const int textBoxMsgs[] = {
49 MSG_HOLD_WIIMOTE_SIDEWAYS,
50 MSG_HOLD_WIIMOTE_SIDEWAYS,
53 static const char *textBoxNames[] = {
58 bool res =
mLayout.ReadResource(
"ControllerInformation/ControllerInformation.arc",
false);
63 mLayout.build(
"ControllerInformation_07.brlyt",
nullptr);
64 mLayout.AnimeResRegister(animeNames, ARRAY_SIZE(animeNames));
65 mLayout.GroupRegister(groupNames, groupIdxs, ARRAY_SIZE(groupNames));
66 mLayout.TPaneNameRegister(textBoxNames, textBoxMsgs, BMG_CATEGORY_CONTROLLER_INFORMATION, ARRAY_SIZE(textBoxNames));
87 SndAudioMgr::sInstance->startSystemSe(SE_SYS_BUTTON_SKIP, 1);
@ NOT_READY
The step could not completed at this time.
@ SUCCEEDED
The step was completed successfully.
#define BASE_PROFILE(profName, className)
Creates a basic profile, using the profile number as the execute and draw order value.