mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-04 08:05:25 -05:00
7 lines
159 B
C
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;
|
|
}
|