2022-05-21 06:56:54 +02:00
|
|
|
MoveData gMoveTable[] = {
|
|
|
|
{ // move 0: Nothing
|
|
|
|
.nameMsg = 0,
|
|
|
|
.fullDescMsg = 0,
|
|
|
|
.shortDescMsg = 0,
|
|
|
|
.flags = 0,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 1: Unused_01
|
|
|
|
.nameMsg = 0,
|
|
|
|
.fullDescMsg = 0,
|
|
|
|
.shortDescMsg = 0,
|
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 2: Unused_02
|
|
|
|
.nameMsg = 0,
|
|
|
|
.fullDescMsg = 0,
|
|
|
|
.shortDescMsg = 0,
|
|
|
|
.flags = MOVE_DATA_FLAG_TARGET_PLAYER,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 3: Hammer1
|
2023-01-11 09:38:04 +01:00
|
|
|
.nameMsg = MSG_Menus_Hammer,
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
2022-09-11 18:23:47 +02:00
|
|
|
.shortDescMsg = MSG_ItemShortDesc_Hammer,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_1000 | MOVE_DATA_FLAG_2000 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_HAMMER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_1,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 4: Hammer2
|
2023-01-11 09:38:04 +01:00
|
|
|
.nameMsg = MSG_Menus_Hammer,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_ItemShortDesc_SuperHammer,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_SuperHammer,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_1000 | MOVE_DATA_FLAG_2000 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_HAMMER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_1,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 5: Hammer3
|
2023-01-11 09:38:04 +01:00
|
|
|
.nameMsg = MSG_Menus_Hammer,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_ItemShortDesc_UltraHammer,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_UltraHammer,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_1000 | MOVE_DATA_FLAG_2000 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_HAMMER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_1,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 6: Unused_Hammer4
|
2023-01-11 09:38:04 +01:00
|
|
|
.nameMsg = MSG_Menus_Hammer,
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
|
|
|
.shortDescMsg = 0,
|
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_1000 | MOVE_DATA_FLAG_2000 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_HAMMER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_1,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 7: Unused_Hammer5
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_MoveName_Berserker,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_Berserker,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_Berserker,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_1000 | MOVE_DATA_FLAG_2000 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_HAMMER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_1,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 8: SpinSmash
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PlayerMoveName_SpinSmash,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_SpinSmash,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_SpinSmash,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_1000 | MOVE_DATA_FLAG_2000 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_HAMMER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_1,
|
|
|
|
.costFP = 2,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move 9: QuakeHammer
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PlayerMoveName_QuakeHammer,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_QuakeHammer,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_QuakeHammer,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_20 | MOVE_DATA_FLAG_8000,
|
|
|
|
.category = MOVE_TYPE_HAMMER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_1,
|
|
|
|
.costFP = 2,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move A: DDownPound
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PlayerMoveName_DDownPound,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_DDownPound,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_DDownPound,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_1000 | MOVE_DATA_FLAG_2000 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_HAMMER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_1,
|
|
|
|
.costFP = 2,
|
|
|
|
.costBP = 2
|
|
|
|
},
|
|
|
|
{ // move B: SmashCharge0
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_MoveName_SmashCharge0,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_SmashCharge0,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_SmashCharge0,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_TARGET_PLAYER,
|
|
|
|
.category = MOVE_TYPE_HAMMER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 1,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move C: Unused_Hammer_0C
|
2023-01-11 09:38:04 +01:00
|
|
|
.nameMsg = MSG_Menus_Hammer,
|
2023-02-17 03:06:56 +01:00
|
|
|
.fullDescMsg = MSG_ItemFullDesc_SmashCharge0,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_SmashCharge0,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_1000 | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_10000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_HAMMER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_1,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move D: HammerThrow
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PlayerMoveName_HammerThrow,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_HammerThrow,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_HammerThrow,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_HAMMER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_1,
|
|
|
|
.costFP = 2,
|
|
|
|
.costBP = 2
|
|
|
|
},
|
|
|
|
{ // move E: MegaQuake
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PlayerMoveName_MegaQuake,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_MegaQuake,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_MegaQuake,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_20 | MOVE_DATA_FLAG_8000,
|
|
|
|
.category = MOVE_TYPE_HAMMER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_1,
|
|
|
|
.costFP = 7,
|
|
|
|
.costBP = 3
|
|
|
|
},
|
|
|
|
{ // move F: SmashCharge
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PlayerMoveName_SmashCharge,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_SmashCharge,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_SmashCharge,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_TARGET_PLAYER,
|
|
|
|
.category = MOVE_TYPE_HAMMER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 1,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move 10: Unused_Hammer_10
|
2023-01-11 09:38:04 +01:00
|
|
|
.nameMsg = MSG_Menus_Hammer,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_ItemFullDesc_SmashCharge,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_SmashCharge,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_10000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_HAMMER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_1,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 11: SuperSmashCharge
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PlayerMoveName_SuperSmashCharge,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_SSmashChg,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_SSmashChg,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_TARGET_PLAYER,
|
|
|
|
.category = MOVE_TYPE_HAMMER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 4,
|
|
|
|
.costBP = 2
|
|
|
|
},
|
|
|
|
{ // move 12: Unused_Hammer_12
|
2023-01-11 09:38:04 +01:00
|
|
|
.nameMsg = MSG_Menus_Hammer,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_ItemFullDesc_SSmashChg,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_SSmashChg,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_1000 | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_10000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_HAMMER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_1,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 13: AutoSmash
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_MoveName_AutoSmash,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_AutoSmash,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_AutoSmash,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_1000 | MOVE_DATA_FLAG_2000 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_HAMMER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 2,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move 14: PowerQuake
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PlayerMoveName_PowerQuake,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_PowerQuake,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_PowerQuake,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_20 | MOVE_DATA_FLAG_8000,
|
|
|
|
.category = MOVE_TYPE_HAMMER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_1,
|
|
|
|
.costFP = 4,
|
|
|
|
.costBP = 2
|
|
|
|
},
|
|
|
|
{ // move 15: PowerSmash
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PlayerMoveName_PowerSmash,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_PowerSmash,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_PowerSmash,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_1000 | MOVE_DATA_FLAG_2000 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_HAMMER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_1,
|
|
|
|
.costFP = 2,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move 16: SuperSmash
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_MoveName_SuperSmash,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_SuperSmash,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_SuperSmash,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_1000 | MOVE_DATA_FLAG_2000 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_HAMMER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_1,
|
|
|
|
.costFP = 4,
|
|
|
|
.costBP = 2
|
|
|
|
},
|
|
|
|
{ // move 17: MegaSmash
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PlayerMoveName_MegaSmash,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_MegaSmash,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_MegaSmash,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_1000 | MOVE_DATA_FLAG_2000 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_HAMMER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_1,
|
|
|
|
.costFP = 6,
|
|
|
|
.costBP = 3
|
|
|
|
},
|
|
|
|
{ // move 18: ShrinkSmash
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PlayerMoveName_ShrinkSmash,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_ShrinkSmash,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_ShrinkSmash,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_1000 | MOVE_DATA_FLAG_2000 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_HAMMER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_1,
|
|
|
|
.costFP = 2,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move 19: ShellCrack
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_ItemName_ShellCrack,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_ShellCrack,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_ShellCrack,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_1000 | MOVE_DATA_FLAG_2000 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_HAMMER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_1,
|
|
|
|
.costFP = 6,
|
|
|
|
.costBP = 3
|
|
|
|
},
|
|
|
|
{ // move 1A: Jump1
|
2023-01-11 09:38:04 +01:00
|
|
|
.nameMsg = MSG_Menus_Jump,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_ItemShortDesc_Jump,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_Jump,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_80 | MOVE_DATA_FLAG_800 | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_10000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_JUMP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_0,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 1B: Jump2
|
2023-01-11 09:38:04 +01:00
|
|
|
.nameMsg = MSG_Menus_Jump,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_ItemShortDesc_SpinJump,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_SpinJump,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_80 | MOVE_DATA_FLAG_800 | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_10000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_JUMP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_0,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 1C: Jump3
|
2023-01-11 09:38:04 +01:00
|
|
|
.nameMsg = MSG_Menus_Jump,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_ItemShortDesc_TornadoJump,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_TornadoJump,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_80 | MOVE_DATA_FLAG_800 | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_10000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_JUMP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_0,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 1D: Unused_Jump4
|
2023-01-11 09:38:04 +01:00
|
|
|
.nameMsg = MSG_Menus_Jump,
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
|
|
|
.shortDescMsg = 0,
|
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_80 | MOVE_DATA_FLAG_800 | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_10000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_JUMP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_0,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 1E: Unused_Jump5
|
2023-01-11 09:38:04 +01:00
|
|
|
.nameMsg = MSG_Menus_Jump,
|
2023-02-17 03:06:56 +01:00
|
|
|
.fullDescMsg = MSG_ItemFullDesc_Berserker,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_Berserker,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_80 | MOVE_DATA_FLAG_800 | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_10000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_JUMP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_0,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 1F: Multibounce
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PlayerMoveName_Multibounce,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_Multibounce,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_Multibounce,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_80 | MOVE_DATA_FLAG_800 | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_8000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_JUMP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_0,
|
|
|
|
.costFP = 2,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move 20: PowerBounce
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PlayerMoveName_PowerBounce,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_PowerBounce,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_PowerBounce,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_80 | MOVE_DATA_FLAG_800 | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_10000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_JUMP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_0,
|
|
|
|
.costFP = 3,
|
|
|
|
.costBP = 2
|
|
|
|
},
|
|
|
|
{ // move 21: SleepStomp
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PlayerMoveName_SleepStomp,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_SleepStomp,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_SleepStomp,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_80 | MOVE_DATA_FLAG_800 | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_10000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_JUMP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_0,
|
|
|
|
.costFP = 2,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move 22: DizzyStomp
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PlayerMoveName_DizzyStomp,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_DizzyStomp,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_DizzyStomp,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_80 | MOVE_DATA_FLAG_800 | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_10000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_JUMP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_0,
|
|
|
|
.costFP = 2,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move 23: JumpCharge0
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_MoveName_JumpCharge0,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_JumpCharge0,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_JumpCharge0,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_TARGET_PLAYER | MOVE_DATA_FLAG_800,
|
|
|
|
.category = MOVE_TYPE_JUMP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 1,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move 24: Unused_24
|
2023-01-11 09:38:04 +01:00
|
|
|
.nameMsg = MSG_Menus_Jump,
|
2023-02-17 03:06:56 +01:00
|
|
|
.fullDescMsg = MSG_ItemFullDesc_JumpCharge0,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_JumpCharge0,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_80 | MOVE_DATA_FLAG_800 | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_10000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_JUMP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_0,
|
|
|
|
.costFP = 1,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move 25: JumpCharge
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PlayerMoveName_JumpCharge,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_JumpCharge,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_JumpCharge,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_TARGET_PLAYER | MOVE_DATA_FLAG_800,
|
|
|
|
.category = MOVE_TYPE_JUMP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 1,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move 26: Unused_26
|
2023-01-11 09:38:04 +01:00
|
|
|
.nameMsg = MSG_Menus_Jump,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_ItemFullDesc_JumpCharge,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_JumpCharge,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_80 | MOVE_DATA_FLAG_800 | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_10000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_JUMP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_0,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 27: SuperJumpCharge
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PlayerMoveName_SuperJumpCharge,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_SJumpChg,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_SJumpChg,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_TARGET_PLAYER | MOVE_DATA_FLAG_800,
|
|
|
|
.category = MOVE_TYPE_JUMP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 4,
|
|
|
|
.costBP = 2
|
|
|
|
},
|
|
|
|
{ // move 28: Unused_28
|
2023-01-11 09:38:04 +01:00
|
|
|
.nameMsg = MSG_Menus_Jump,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_ItemFullDesc_SJumpChg,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_SJumpChg,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_80 | MOVE_DATA_FLAG_800 | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_10000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_JUMP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_0,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 29: AutoJump
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_MoveName_AutoJump,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_AutoJump,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_AutoJump,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_80 | MOVE_DATA_FLAG_800 | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_10000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_JUMP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 2,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move 2A: AutoMultibounce
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_MoveName_AutoMultibounce,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_AutoMultibounce,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_AutoMultibounce,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_80 | MOVE_DATA_FLAG_800 | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_8000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_JUMP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 5,
|
|
|
|
.costBP = 2
|
|
|
|
},
|
|
|
|
{ // move 2B: PowerJump
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PlayerMoveName_PowerJump,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_PowerJump,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_PowerJump,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_80 | MOVE_DATA_FLAG_800 | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_10000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_JUMP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_0,
|
|
|
|
.costFP = 2,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move 2C: SuperJump
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_MoveName_SuperJump,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_SuperJump,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_SuperJump,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_80 | MOVE_DATA_FLAG_800 | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_10000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_JUMP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_0,
|
|
|
|
.costFP = 4,
|
|
|
|
.costBP = 2
|
|
|
|
},
|
|
|
|
{ // move 2D: MegaJump
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PlayerMoveName_MegaJump,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_MegaJump,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_MegaJump,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_80 | MOVE_DATA_FLAG_800 | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_10000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_JUMP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_0,
|
|
|
|
.costFP = 6,
|
|
|
|
.costBP = 3
|
|
|
|
},
|
|
|
|
{ // move 2E: DDownJump
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PlayerMoveName_DDownJump,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_DDownJump,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_DDownJump,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_80 | MOVE_DATA_FLAG_800 | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_10000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_JUMP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_0,
|
|
|
|
.costFP = 2,
|
|
|
|
.costBP = 2
|
|
|
|
},
|
|
|
|
{ // move 2F: ShrinkStomp
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PlayerMoveName_ShrinkStomp,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_ShrinkStomp,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_ShrinkStomp,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_80 | MOVE_DATA_FLAG_800 | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_10000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_JUMP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_0,
|
|
|
|
.costFP = 2,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move 30: EarthquakeJump
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_MoveName_EarthquakeJump,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_EarthquakeJump,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_EarthquakeJump,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_20 | MOVE_DATA_FLAG_8000,
|
|
|
|
.category = MOVE_TYPE_JUMP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_20,
|
|
|
|
.costFP = 2,
|
|
|
|
.costBP = 2
|
|
|
|
},
|
|
|
|
{ // move 31: Unused_DefendPlus
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_MoveName_DefendPlus,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_ItemFullDesc_DefendPlus,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_DefendPlus,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_3,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 6
|
|
|
|
},
|
|
|
|
{ // move 32: Unused_32
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_MoveName_32,
|
|
|
|
.fullDescMsg = MSG_FullDesc_32,
|
|
|
|
.shortDescMsg = MSG_ShortDesc_32,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_TARGET_PLAYER,
|
|
|
|
.category = MOVE_TYPE_3,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 8
|
|
|
|
},
|
|
|
|
{ // move 33: DamageDodge
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_DamageDodge,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_DamageDodge,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_DamageDodge,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_TARGET_PLAYER,
|
|
|
|
.category = MOVE_TYPE_3,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 3
|
|
|
|
},
|
|
|
|
{ // move 34: Items
|
2023-01-11 09:38:04 +01:00
|
|
|
.nameMsg = MSG_Menus_Items,
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
2022-09-11 18:23:47 +02:00
|
|
|
.shortDescMsg = MSG_Menus_Action_UseItem,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_ITEMS,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 35: DoubleDip
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PlayerMoveName_DoubleDip,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_DoubleDip,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_DoubleDip,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = 0,
|
|
|
|
.category = MOVE_TYPE_ITEMS,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 3,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move 36: TripleDip
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PlayerMoveName_TripleDip,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_TripleDip,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_TripleDip,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = 0,
|
|
|
|
.category = MOVE_TYPE_ITEMS,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 6,
|
|
|
|
.costBP = 3
|
|
|
|
},
|
|
|
|
{ // move 37: Unused_37
|
2022-10-16 16:22:18 +02:00
|
|
|
.nameMsg = (s32) "つうじょう",
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
|
|
|
.shortDescMsg = 0,
|
|
|
|
.flags = 0,
|
2023-01-15 10:22:41 +01:00
|
|
|
.category = MOVE_TYPE_SWITCH,
|
2022-05-21 06:56:54 +02:00
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 38: QuickChange
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PlayerMoveName_QuickChange,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_QuickChange,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_QuickChange,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = 0,
|
2023-01-15 10:22:41 +01:00
|
|
|
.category = MOVE_TYPE_SWITCH,
|
2022-05-21 06:56:54 +02:00
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 4
|
|
|
|
},
|
|
|
|
{ // move 39: Unused_39
|
2022-10-16 16:22:18 +02:00
|
|
|
.nameMsg = (s32) "つうじょう",
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
|
|
|
.shortDescMsg = 0,
|
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_6,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 3A: Unused_3A
|
2022-10-16 16:22:18 +02:00
|
|
|
.nameMsg = (s32) "つうじょう",
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
|
|
|
.shortDescMsg = 0,
|
|
|
|
.flags = 0,
|
|
|
|
.category = MOVE_TYPE_ATTACK_UP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 3B: PowerPlus
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_PowerPlus,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_PowerPlus,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_PowerPlus,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = 0,
|
|
|
|
.category = MOVE_TYPE_ATTACK_UP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 6
|
|
|
|
},
|
|
|
|
{ // move 3C: AllorNothing
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_AllorNothing,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_AllorNothing,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_AllorNothing,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = 0,
|
|
|
|
.category = MOVE_TYPE_ATTACK_UP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 4
|
|
|
|
},
|
|
|
|
{ // move 3D: IcePower
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_IcePower,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_IcePower,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_IcePower,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = 0,
|
|
|
|
.category = MOVE_TYPE_ATTACK_UP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 2
|
|
|
|
},
|
|
|
|
{ // move 3E: PUpDDown
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PlayerMoveName_PUpDDown,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_PUpDDown,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_PUpDDown,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = 0,
|
|
|
|
.category = MOVE_TYPE_ATTACK_UP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 2
|
|
|
|
},
|
|
|
|
{ // move 3F: Unused_3F
|
2022-10-16 16:22:18 +02:00
|
|
|
.nameMsg = (s32) "つうじょう",
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
|
|
|
.shortDescMsg = 0,
|
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_DEFENSE_UP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 40: SpikeShield
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_SpikeShield,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_SpikeShield,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_SpikeShield,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = 0,
|
|
|
|
.category = MOVE_TYPE_DEFENSE_UP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 2
|
|
|
|
},
|
|
|
|
{ // move 41: FireShield
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_FireShield,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_FireShield,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_FireShield,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = 0,
|
|
|
|
.category = MOVE_TYPE_DEFENSE_UP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 2
|
|
|
|
},
|
|
|
|
{ // move 42: PrettyLucky
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_PrettyLucky,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_PrettyLucky,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_PrettyLucky,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = 0,
|
|
|
|
.category = MOVE_TYPE_DEFENSE_UP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 3
|
|
|
|
},
|
|
|
|
{ // move 43: FeelingFine
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_FeelingFine,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_FeelingFine,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_FeelingFine,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = 0,
|
|
|
|
.category = MOVE_TYPE_DEFENSE_UP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 3
|
|
|
|
},
|
|
|
|
{ // move 44: ZapTap
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_ZapTap,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_ZapTap,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_ZapTap,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = 0,
|
|
|
|
.category = MOVE_TYPE_DEFENSE_UP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 4
|
|
|
|
},
|
|
|
|
{ // move 45: DefendPlus
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_DefendPlus,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_DefendPlus,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_DefendPlus,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = 0,
|
|
|
|
.category = MOVE_TYPE_DEFENSE_UP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 6
|
|
|
|
},
|
|
|
|
{ // move 46: LastStand
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_MoveName_LastStand,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_ItemFullDesc_LastStand,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_LastStand,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = 0,
|
|
|
|
.category = MOVE_TYPE_DEFENSE_UP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move 47: CloseCall
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_MoveName_CloseCall,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_ItemFullDesc_CloseCall,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_CloseCall,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = 0,
|
|
|
|
.category = MOVE_TYPE_DEFENSE_UP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move 48: LuckyDay
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_MoveName_LuckyDay,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_ItemFullDesc_LuckyDay,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_LuckyDay,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = 0,
|
|
|
|
.category = MOVE_TYPE_DEFENSE_UP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 7
|
|
|
|
},
|
|
|
|
{ // move 49: PDownDUp
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PlayerMoveName_PDownDUp,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_PDownDUp,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_PDownDUp,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = 0,
|
|
|
|
.category = MOVE_TYPE_DEFENSE_UP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 2
|
|
|
|
},
|
|
|
|
{ // move 4A: HealthyHealthy
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_MoveName_HealthyHealthy,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_HealthyHealthy,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_HealthyHealthy,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = 0,
|
|
|
|
.category = MOVE_TYPE_DEFENSE_UP,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move 4B: Unused_4B
|
2022-10-16 16:22:18 +02:00
|
|
|
.nameMsg = (s32) "つうじょう",
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
|
|
|
.shortDescMsg = 0,
|
|
|
|
.flags = 0,
|
|
|
|
.category = MOVE_TYPE_9,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 4C: DodgeMaster
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_DodgeMaster,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_DodgeMaster,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_DodgeMaster,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = 0,
|
|
|
|
.category = MOVE_TYPE_9,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 2
|
|
|
|
},
|
|
|
|
{ // move 4D: FirstAttack
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_FirstAttack,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_FirstAttack,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_FirstAttack,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = 0,
|
|
|
|
.category = MOVE_TYPE_9,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move 4E: SlowGo
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_SlowGo,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_SlowGo,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_SlowGo,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = 0,
|
|
|
|
.category = MOVE_TYPE_9,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 4F: RightOn
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_RightOn,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_RightOn,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_RightOn,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = 0,
|
|
|
|
.category = MOVE_TYPE_9,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 8
|
|
|
|
},
|
|
|
|
{ // move 50: BumpAttack
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_MoveName_BumpAttack,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_ItemFullDesc_BumpAttack,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_BumpAttack,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = 0,
|
|
|
|
.category = MOVE_TYPE_9,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 5
|
|
|
|
},
|
|
|
|
{ // move 51: Unused_51
|
2022-10-16 16:22:18 +02:00
|
|
|
.nameMsg = (s32) "つうじょう",
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
|
|
|
.shortDescMsg = 0,
|
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 52: HPPlus
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_HPPlus,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_HPPlus,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_HPPlus,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 3
|
|
|
|
},
|
|
|
|
{ // move 53: MysteryScroll
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_ItemName_MysteryScroll,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_MysteryScroll,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_MysteryScroll,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 54: AttackFXA
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_AttackFXA,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_AttackFXA,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_AttackFXA,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 55: AttackFXD
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_AttackFXD,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_AttackFXD,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_AttackFXD,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 56: AttackFXB
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_AttackFXB,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_AttackFXB,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_AttackFXB,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 57: AttackFXE
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_AttackFXE,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_AttackFXE,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_AttackFXE,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 58: AttackFXC
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_AttackFXC,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_AttackFXC,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_AttackFXC,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 59: AttackFXF
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_AttackFXF,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_AttackFXF,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_AttackFXF,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 5A: HPDrain
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_HPDrain,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_HPDrain,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_HPDrain,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 3
|
|
|
|
},
|
|
|
|
{ // move 5B: FPPlus
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_FPPlus,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_FPPlus,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_FPPlus,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 3
|
|
|
|
},
|
|
|
|
{ // move 5C: MoneyMoney
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_MoneyMoney,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_MoneyMoney,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_MoneyMoney,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 7
|
|
|
|
},
|
|
|
|
{ // move 5D: ChillOutBadge
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_ChillOut,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_ChillOut,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_ChillOut,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 2
|
|
|
|
},
|
|
|
|
{ // move 5E: HappyHeart
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_HappyHeart,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_HappyHeart,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_HappyHeart,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 3
|
|
|
|
},
|
|
|
|
{ // move 5F: MegaRush
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_MegaRush,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_MegaRush,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_MegaRush,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move 60: Berserker
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_ItemName_Berserker,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_Berserker,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_Berserker,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 8
|
|
|
|
},
|
|
|
|
{ // move 61: RunawayPay
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_RunawayPay,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_RunawayPay,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_RunawayPay,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 2
|
|
|
|
},
|
|
|
|
{ // move 62: FlowerSaver
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_FlowerSaver,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_FlowerSaver,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_FlowerSaver,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 6
|
|
|
|
},
|
|
|
|
{ // move 63: PayOff
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_PayOff,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_PayOff,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_PayOff,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 2
|
|
|
|
},
|
|
|
|
{ // move 64: PowerRush
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_MoveName_PowerRush,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_ItemFullDesc_PowerRush,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_PowerRush,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move 65: CrazyHeart
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_MoveName_CrazyHeart,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_CrazyHeart,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_CrazyHeart,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 10
|
|
|
|
},
|
|
|
|
{ // move 66: MegaHPDrain
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_MoveName_MegaHPDrain,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_MegaHPDrain,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_MegaHPDrain,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 10
|
|
|
|
},
|
|
|
|
{ // move 67: FlowerFanatic
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_MoveName_FlowerFanatic,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_FlowerFanatic,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_FlowerFanatic,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 10
|
|
|
|
},
|
|
|
|
{ // move 68: HeartFinder
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_MoveName_HeartFinder,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_ItemFullDesc_HeartFinder,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_HeartFinder,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 3
|
|
|
|
},
|
|
|
|
{ // move 69: FlowerFinder
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_MoveName_FlowerFinder,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_ItemFullDesc_FlowerFinder,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_FlowerFinder,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 3
|
|
|
|
},
|
|
|
|
{ // move 6A: SpinAttack
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_MoveName_SpinAttack,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_ItemFullDesc_SpinAttack,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_SpinAttack,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 3
|
|
|
|
},
|
|
|
|
{ // move 6B: DizzyAttack
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_MoveName_DizzyAttack,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_ItemFullDesc_DizzyAttack,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_DizzyAttack,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 2
|
|
|
|
},
|
|
|
|
{ // move 6C: ISpy
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_MoveName_ISpy,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_ItemFullDesc_ISpy,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_ISpy,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move 6D: SpeedySpin
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_MoveName_SpeedySpin,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_ItemFullDesc_SpeedySpin,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_SpeedySpin,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move 6E: Refund
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_Refund,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_Refund,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_Refund,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move 6F: Unused_FinalGoompa
|
2022-10-16 16:22:18 +02:00
|
|
|
.nameMsg = (s32) "ファイナルクリジイ",
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
|
|
|
.shortDescMsg = 0,
|
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
2022-10-07 20:45:58 +02:00
|
|
|
{ // move 70: Unused_FinalBobomb
|
2022-10-16 16:22:18 +02:00
|
|
|
.nameMsg = (s32) "ファイナルボムヘイ",
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
|
|
|
.shortDescMsg = 0,
|
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move 71: DeepFocus
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_DeepFocus,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_DeepFocus,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_DeepFocus,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move 72: SuperFocus
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_ItemName_SuperFocus,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_SuperFocus,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_SuperFocus,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 5
|
|
|
|
},
|
|
|
|
{ // move 73: Kaiden
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_ItemName_Kaiden,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_Kaiden,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_Kaiden,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_80000000,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 74: HappyFlower
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_HappyFlower,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_HappyFlower,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_HappyFlower,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 3
|
|
|
|
},
|
|
|
|
{ // move 75: GroupFocus
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_GroupFocus,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_GroupFocus,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_GroupFocus,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 2
|
|
|
|
},
|
|
|
|
{ // move 76: Peekaboo
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_ItemName_Peekaboo,
|
|
|
|
.fullDescMsg = MSG_ItemFullDesc_Peekaboo,
|
|
|
|
.shortDescMsg = MSG_ItemShortDesc_Peekaboo,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_NONE,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 3
|
|
|
|
},
|
|
|
|
{ // move 77: Focus
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_Menus_StarPower_Focus,
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
2022-09-11 18:23:47 +02:00
|
|
|
.shortDescMsg = MSG_Menus_StarPowerDesc_Focus,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_80000000,
|
|
|
|
.category = MOVE_TYPE_STAR_POWER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 78: Refresh
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_Menus_StarPower_Refresh,
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
2022-09-11 18:23:47 +02:00
|
|
|
.shortDescMsg = MSG_Menus_StarPowerDesc_Refresh,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_TARGET_PLAYER,
|
|
|
|
.category = MOVE_TYPE_STAR_POWER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 1,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move 79: Lullaby
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_Menus_StarPower_Lullaby,
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
2022-09-11 18:23:47 +02:00
|
|
|
.shortDescMsg = MSG_Menus_StarPowerDesc_Lullaby,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2 | MOVE_DATA_FLAG_8000,
|
|
|
|
.category = MOVE_TYPE_STAR_POWER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 1,
|
|
|
|
.costBP = 1
|
|
|
|
},
|
|
|
|
{ // move 7A: StarStorm
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_Menus_StarPower_StarStorm,
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
2022-09-11 18:23:47 +02:00
|
|
|
.shortDescMsg = MSG_Menus_StarPowerDesc_StarStorm,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2 | MOVE_DATA_FLAG_8000,
|
|
|
|
.category = MOVE_TYPE_STAR_POWER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 2,
|
|
|
|
.costBP = 2
|
|
|
|
},
|
|
|
|
{ // move 7B: ChillOutMove
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_Menus_StarPower_ChillOut,
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
2022-09-11 18:23:47 +02:00
|
|
|
.shortDescMsg = MSG_Menus_StarPowerDesc_ChillOut,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2 | MOVE_DATA_FLAG_8000,
|
|
|
|
.category = MOVE_TYPE_STAR_POWER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 2,
|
|
|
|
.costBP = 2
|
|
|
|
},
|
|
|
|
{ // move 7C: Smooch
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_Menus_StarPower_Smooch,
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
2022-09-11 18:23:47 +02:00
|
|
|
.shortDescMsg = MSG_Menus_StarPowerDesc_Smooch,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_TARGET_PLAYER,
|
|
|
|
.category = MOVE_TYPE_STAR_POWER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 3,
|
|
|
|
.costBP = 3
|
|
|
|
},
|
|
|
|
{ // move 7D: TimeOut
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_Menus_StarPower_TimeOut,
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
2022-09-11 18:23:47 +02:00
|
|
|
.shortDescMsg = MSG_Menus_StarPowerDesc_TimeOut,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2 | MOVE_DATA_FLAG_8000,
|
|
|
|
.category = MOVE_TYPE_STAR_POWER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 2,
|
|
|
|
.costBP = 2
|
|
|
|
},
|
|
|
|
{ // move 7E: UpAndAway
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_Menus_StarPower_UpAndAway,
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
2022-09-11 18:23:47 +02:00
|
|
|
.shortDescMsg = MSG_Menus_StarPowerDesc_UpAndAway,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2 | MOVE_DATA_FLAG_8000,
|
|
|
|
.category = MOVE_TYPE_STAR_POWER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 2,
|
|
|
|
.costBP = 2
|
|
|
|
},
|
|
|
|
{ // move 7F: StarBeam
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_Menus_StarPower_StarBeam,
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
2022-09-11 18:23:47 +02:00
|
|
|
.shortDescMsg = MSG_Menus_StarPowerDesc_StarBeam,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2 | MOVE_DATA_FLAG_8000,
|
|
|
|
.category = MOVE_TYPE_STAR_POWER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 80: PeachBeam
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_Menus_StarPower_PeachBeam,
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
2022-09-11 18:23:47 +02:00
|
|
|
.shortDescMsg = MSG_Menus_StarPowerDesc_PeachBeam,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2 | MOVE_DATA_FLAG_8000,
|
|
|
|
.category = MOVE_TYPE_STAR_POWER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 81: PeachFocus
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_Menus_StarPower_Peach_Focus,
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
2022-09-11 18:23:47 +02:00
|
|
|
.shortDescMsg = MSG_Menus_StarPowerDesc_Focus,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_100,
|
|
|
|
.category = MOVE_TYPE_STAR_POWER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 82: TwinkDash
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_Menus_StarPower_Twink_Dash,
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
2022-09-11 18:23:47 +02:00
|
|
|
.shortDescMsg = MSG_Menus_StarPowerDesc_Focus,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_2 | MOVE_DATA_FLAG_8000,
|
|
|
|
.category = MOVE_TYPE_STAR_POWER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 83: Headbonk1
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_PartnerMoveName_Headbonk1,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_PartnerDesc_Goombario_Pause_Headbonk1,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Goombario_Battle_Headbonk,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_80 | MOVE_DATA_FLAG_800 | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_10000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_2,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 84: Headbonk2
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_PartnerMoveName_Headbonk2,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_PartnerDesc_Goombario_Pause_Headbonk2,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Goombario_Battle_Headbonk,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_80 | MOVE_DATA_FLAG_800 | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_10000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_2,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 85: Headbonk3
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_PartnerMoveName_Headbonk3,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_PartnerDesc_Goombario_Pause_Headbonk3,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Goombario_Battle_Headbonk,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_80 | MOVE_DATA_FLAG_800 | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_10000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_2,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 86: Tattle
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PartnerMoveName_Tattle,
|
|
|
|
.fullDescMsg = MSG_PartnerDesc_Goombario_Pause_Tattle,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Goombario_Battle_Tattle,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_2 | MOVE_DATA_FLAG_8000 | MOVE_DATA_FLAG_10000 | MOVE_DATA_FLAG_20000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 87: Charge
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PartnerMoveName_Charge,
|
|
|
|
.fullDescMsg = MSG_PartnerDesc_Goombario_Pause_Charge,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Goombario_Battle_Charge,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_100,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 1,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 88: Multibonk
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PartnerMoveName_Multibonk,
|
|
|
|
.fullDescMsg = MSG_PartnerDesc_Goombario_Pause_Multibonk,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Goombario_Battle_Multibonk,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_80 | MOVE_DATA_FLAG_800 | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_10000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_2,
|
|
|
|
.costFP = 3,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 89: ShellToss1
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_PartnerMoveName_ShellToss1,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_PartnerDesc_Kooper_Pause_ShellToss1,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Kooper_Battle_ShellToss,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_2000 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_1,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 8A: ShellToss2
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_PartnerMoveName_ShellToss2,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_PartnerDesc_Kooper_Pause_ShellToss2,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Kooper_Battle_ShellToss,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_2000 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_1,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 8B: ShellToss3
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_PartnerMoveName_ShellToss3,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_PartnerDesc_Kooper_Pause_ShellToss3,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Kooper_Battle_ShellToss,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_2000 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_1,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 8C: PowerShell
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PartnerMoveName_PowerShell,
|
|
|
|
.fullDescMsg = MSG_PartnerDesc_Kooper_Pause_PowerShell,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Kooper_Battle_PowerShell,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_8000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_1,
|
|
|
|
.costFP = 3,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 8D: DizzyShell
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PartnerMoveName_DizzyShell,
|
|
|
|
.fullDescMsg = MSG_PartnerDesc_Kooper_Pause_DizzyShell,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Kooper_Battle_DizzyShell,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_8000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_3,
|
|
|
|
.costFP = 4,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 8E: FireShell
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PartnerMoveName_FireShell,
|
|
|
|
.fullDescMsg = MSG_PartnerDesc_Kooper_Pause_FireShell,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Kooper_Battle_FireShell,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_8000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_4,
|
|
|
|
.costFP = 5,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 8F: BodySlam1
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_PartnerMoveName_BodySlam1,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_PartnerDesc_Bombette_Pause_BodySlam1,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Bombette_Battle_BodySlam,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_2000 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_15,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 90: BodySlam2
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_PartnerMoveName_BodySlam2,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_PartnerDesc_Bombette_Pause_BodySlam2,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Bombette_Battle_BodySlam,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_2000 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_15,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 91: BodySlam3
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_PartnerMoveName_BodySlam3,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_PartnerDesc_Bombette_Pause_BodySlam3,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Bombette_Battle_BodySlam,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_2000 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_15,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 92: Bomb
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PartnerMoveName_Bomb,
|
|
|
|
.fullDescMsg = MSG_PartnerDesc_Bombette_Pause_Bomb,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Bombette_Battle_Bomb,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_2000 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_3,
|
|
|
|
.costFP = 3,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 93: PowerBomb
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PartnerMoveName_PowerBomb,
|
|
|
|
.fullDescMsg = MSG_PartnerDesc_Bombette_Pause_PowerBomb,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Bombette_Battle_PowerBomb,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_4 | MOVE_DATA_FLAG_8000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_3,
|
|
|
|
.costFP = 6,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 94: MegaBomb
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PartnerMoveName_MegaBomb,
|
|
|
|
.fullDescMsg = MSG_PartnerDesc_Bombette_Pause_MegaBomb,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Bombette_Battle_MegaBomb,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2 | MOVE_DATA_FLAG_8000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_3,
|
|
|
|
.costFP = 8,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 95: SkyDive1
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_PartnerMoveName_SkyDive1,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_PartnerDesc_Parakarry_Pause_SkyDive1,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Parakarry_Battle_SkyDive,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_2 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_0,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 96: SkyDive2
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_PartnerMoveName_SkyDive2,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_PartnerDesc_Parakarry_Pause_SkyDive2,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Parakarry_Battle_SkyDive,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_2 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_0,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 97: SkyDive3
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_PartnerMoveName_SkyDive3,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_PartnerDesc_Parakarry_Pause_SkyDive3,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Parakarry_Battle_SkyDive,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_2 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_0,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 98: ShellShot
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PartnerMoveName_ShellShot,
|
|
|
|
.fullDescMsg = MSG_PartnerDesc_Parakarry_Pause_ShellShot,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Parakarry_Battle_ShellShot,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_2 | MOVE_DATA_FLAG_10000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_5,
|
|
|
|
.costFP = 3,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 99: AirLift
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PartnerMoveName_AirLift,
|
|
|
|
.fullDescMsg = MSG_PartnerDesc_Parakarry_Pause_AirLift,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Parakarry_Battle_AirLift,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_2 | MOVE_DATA_FLAG_400 | MOVE_DATA_FLAG_8000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_3,
|
|
|
|
.costFP = 3,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 9A: AirRaid
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PartnerMoveName_AirRaid,
|
|
|
|
.fullDescMsg = MSG_PartnerDesc_Parakarry_Pause_AirRaid,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Parakarry_Battle_AirRaid,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2 | MOVE_DATA_FLAG_8000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_4,
|
|
|
|
.costFP = 6,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 9B: Unused_LoneFool1
|
2022-10-16 16:22:18 +02:00
|
|
|
.nameMsg = (s32) "ひとりぼけ",
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
|
|
|
.shortDescMsg = 0,
|
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_0,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 9C: Unused_LoneFool2
|
2022-10-16 16:22:18 +02:00
|
|
|
.nameMsg = (s32) "ひとりぼけ",
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
|
|
|
.shortDescMsg = 0,
|
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_0,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 9D: Unused_LoneFool3
|
2022-10-16 16:22:18 +02:00
|
|
|
.nameMsg = (s32) "ひとりぼけ",
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
|
|
|
.shortDescMsg = 0,
|
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_0,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 9E: Unused_Mumble
|
2022-10-16 16:22:18 +02:00
|
|
|
.nameMsg = (s32) "むにゃむにゃ",
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
|
|
|
.shortDescMsg = 0,
|
|
|
|
.flags = MOVE_DATA_FLAG_4,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_0,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move 9F: Unused_Preach
|
2022-10-16 16:22:18 +02:00
|
|
|
.nameMsg = (s32) "せっきょう",
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
|
|
|
.shortDescMsg = 0,
|
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_0,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move A0: Unused_Awakening
|
2022-10-16 16:22:18 +02:00
|
|
|
.nameMsg = (s32) "かくせい",
|
2022-05-21 06:56:54 +02:00
|
|
|
.fullDescMsg = 0,
|
|
|
|
.shortDescMsg = 0,
|
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_0,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move A1: ElectroDash1
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_PartnerMoveName_ElectroDash1,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_PartnerDesc_Watt_Pause_ElectroDash1,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Watt_Battle_ElectroDash,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_15,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move A2: ElectroDash2
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_PartnerMoveName_ElectroDash2,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_PartnerDesc_Watt_Pause_ElectroDash2,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Watt_Battle_ElectroDash,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_15,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move A3: ElectroDash3
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_PartnerMoveName_ElectroDash3,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_PartnerDesc_Watt_Pause_ElectroDash3,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Watt_Battle_ElectroDash,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_15,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move A4: PowerShock
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PartnerMoveName_PowerShock,
|
|
|
|
.fullDescMsg = MSG_PartnerDesc_Watt_Pause_PowerShock,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Watt_Battle_PowerShock,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_3,
|
|
|
|
.costFP = 2,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move A5: TurboCharge
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PartnerMoveName_TurboCharge,
|
|
|
|
.fullDescMsg = MSG_PartnerDesc_Watt_Pause_TurboCharge,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Watt_Battle_TurboCharge,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_TARGET_PLAYER,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_10,
|
|
|
|
.costFP = 3,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move A6: MegaShock
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PartnerMoveName_MegaShock,
|
|
|
|
.fullDescMsg = MSG_PartnerDesc_Watt_Pause_MegaShock,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Watt_Battle_MegaShock,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2 | MOVE_DATA_FLAG_8000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_12,
|
|
|
|
.costFP = 5,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move A7: BellyFlop1
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_PartnerMoveName_BellyFlop1,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_PartnerDesc_Sushie_Pause_BellyFlop1,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Sushie_Battle_BellyFlop,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_80 | MOVE_DATA_FLAG_800 | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_10000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_1,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move A8: BellyFlop2
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_PartnerMoveName_BellyFlop2,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_PartnerDesc_Sushie_Pause_BellyFlop2,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Sushie_Battle_BellyFlop,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_80 | MOVE_DATA_FLAG_800 | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_10000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_1,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move A9: BellyFlop3
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_PartnerMoveName_BellyFlop3,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_PartnerDesc_Sushie_Pause_BellyFlop3,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Sushie_Battle_BellyFlop,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_80 | MOVE_DATA_FLAG_800 | MOVE_DATA_FLAG_4000 | MOVE_DATA_FLAG_10000 | MOVE_DATA_FLAG_40000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_1,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move AA: Squirt
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PartnerMoveName_Squirt,
|
|
|
|
.fullDescMsg = MSG_PartnerDesc_Sushie_Pause_Squirt,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Sushie_Battle_Squirt,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_14,
|
|
|
|
.costFP = 3,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move AB: WaterBlock
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PartnerMoveName_WaterBlock,
|
|
|
|
.fullDescMsg = MSG_PartnerDesc_Sushie_Pause_WaterBlock,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Sushie_Battle_WaterBlock,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_TARGET_PLAYER,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_10,
|
|
|
|
.costFP = 3,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move AC: TidalWave
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PartnerMoveName_TidalWave,
|
|
|
|
.fullDescMsg = MSG_PartnerDesc_Sushie_Pause_TidalWave,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Sushie_Battle_TidalWave,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2 | MOVE_DATA_FLAG_8000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_8,
|
|
|
|
.costFP = 6,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move AD: SpinyFlip1
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_PartnerMoveName_SpinyFlip1,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_PartnerDesc_Lakilester_Pause_SpinyFlip1,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Lakilester_Battle_SpinyFlip,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_16,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move AE: SpinyFlip2
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_PartnerMoveName_SpinyFlip2,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_PartnerDesc_Lakilester_Pause_SpinyFlip2,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Lakilester_Battle_SpinyFlip,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_16,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move AF: SpinyFlip3
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_PartnerMoveName_SpinyFlip3,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_PartnerDesc_Lakilester_Pause_SpinyFlip3,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Lakilester_Battle_SpinyFlip,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_16,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move B0: SpinySurge
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PartnerMoveName_SpinySurge,
|
|
|
|
.fullDescMsg = MSG_PartnerDesc_Lakilester_Pause_SpinySurge,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Lakilester_Battle_SpinySurge,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2 | MOVE_DATA_FLAG_8000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_4,
|
|
|
|
.costFP = 4,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move B1: CloudNine
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PartnerMoveName_CloudNine,
|
|
|
|
.fullDescMsg = MSG_PartnerDesc_Lakilester_Pause_CloudNine,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Lakilester_Battle_CloudNine,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_TARGET_PLAYER,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_10,
|
|
|
|
.costFP = 4,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move B2: Hurricane
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PartnerMoveName_Hurricane,
|
|
|
|
.fullDescMsg = MSG_PartnerDesc_Lakilester_Pause_Hurricane,
|
2022-09-24 11:04:13 +02:00
|
|
|
.shortDescMsg = MSG_PartnerDesc_Lakilester_Battle_Hurricane,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2 | MOVE_DATA_FLAG_8000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_12,
|
|
|
|
.costFP = 5,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move B3: Smack1
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_PartnerMoveName_Smack1,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_PartnerDesc_Bow_Pause_Smack1,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Bow_Battle_Smack,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_4,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move B4: Smack2
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_PartnerMoveName_Smack2,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_PartnerDesc_Bow_Pause_Smack2,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Bow_Battle_Smack,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_4,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move B5: Smack3
|
2023-02-17 03:06:56 +01:00
|
|
|
.nameMsg = MSG_PartnerMoveName_Smack3,
|
2022-09-11 18:23:47 +02:00
|
|
|
.fullDescMsg = MSG_PartnerDesc_Bow_Pause_Smack3,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Bow_Battle_Smack,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_4,
|
|
|
|
.costFP = 0,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move B6: OuttaSight
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PartnerMoveName_OuttaSight,
|
|
|
|
.fullDescMsg = MSG_PartnerDesc_Bow_Pause_OuttaSight,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Bow_Battle_OuttaSight,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_TARGET_PLAYER,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_NONE,
|
|
|
|
.costFP = 2,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move B7: Spook
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PartnerMoveName_Spook,
|
|
|
|
.fullDescMsg = MSG_PartnerDesc_Bow_Pause_Spook,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Bow_Battle_Spook,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_2 | MOVE_DATA_FLAG_8000,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_4,
|
|
|
|
.costFP = 3,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
{ // move B8: FanSmack
|
2022-09-11 18:23:47 +02:00
|
|
|
.nameMsg = MSG_PartnerMoveName_FanSmack,
|
|
|
|
.fullDescMsg = MSG_PartnerDesc_Bow_Pause_FanSmack,
|
|
|
|
.shortDescMsg = MSG_PartnerDesc_Bow_Battle_FanSmack,
|
2022-05-21 06:56:54 +02:00
|
|
|
.flags = MOVE_DATA_FLAG_SINGLE_TARGET | MOVE_DATA_FLAG_2,
|
|
|
|
.category = MOVE_TYPE_PARTNER,
|
|
|
|
.actionTip = MOVE_ACTION_TIP_4,
|
|
|
|
.costFP = 5,
|
|
|
|
.costBP = 0
|
|
|
|
},
|
|
|
|
};
|