mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-23 10:07:32 -05:00
10 lines
259 B
C
10 lines
259 B
C
#include "main_02013C04.h"
|
|
#include "move_data.h"
|
|
|
|
extern struct move_data_table_outer DUNGEON_MOVE_TABLES;
|
|
|
|
bool32 IsMoveRangeStringUser(struct move *move)
|
|
{
|
|
return DUNGEON_MOVE_TABLES.moves->moves[move->id].range_string_idx == MOVE_RANGE_STRING_USER;
|
|
}
|