parent
3aa24f527e
commit
181c4ea476
@ -11790,5 +11790,10 @@ u32 GetMoveType(u32 move)
|
||||
{
|
||||
if (gMain.inBattle && gBattleStruct->dynamicMoveType)
|
||||
return gBattleStruct->dynamicMoveType & DYNAMIC_TYPE_MASK;
|
||||
else if (B_UPDATED_MOVE_TYPES < GEN_5
|
||||
&& (move == MOVE_BEAT_UP
|
||||
|| move == MOVE_FUTURE_SIGHT
|
||||
|| move == MOVE_DOOM_DESIRE))
|
||||
return TYPE_MYSTERY;
|
||||
return gMovesInfo[move].type;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user