pmd-sky/src/main_020512B0.c
AnonymousRandomPerson 12e467d633 Decomped GetTurnLimit
2025-11-15 22:36:37 -05:00

10 lines
226 B
C

#include "main_020512B0.h"
#include "dungeon.h"
extern struct dungeon_restriction DUNGEON_RESTRICTIONS[256];
s32 GetTurnLimit(enum dungeon_id dungeon_id)
{
return DUNGEON_RESTRICTIONS[dungeon_id].turn_limit_per_floor;
}