pmd-sky/src/fixed_room_data.c
2025-06-16 19:17:24 -05:00

7 lines
159 B
C

#include "fixed_room_data.h"
bool8 AreMovesEnabled(enum fixed_room_id fixed_room_id)
{
return FIXED_ROOM_PROPERTIES_TABLE[fixed_room_id].moves_enabled;
}