mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-05 02:37:05 -05:00
Authored by Claude (Opus 4.8) under human direction. Confirmed by a matching build: build/pmdsky.us/pmdsky.us.nds: OK. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
11 lines
233 B
C
11 lines
233 B
C
#ifndef PMDSKY_MAIN_02051760_H
|
|
#define PMDSKY_MAIN_02051760_H
|
|
|
|
#include "enums.h"
|
|
#include "util.h"
|
|
|
|
bool8 IsSkyExclusiveDungeon(enum dungeon_id dungeon_id);
|
|
bool32 JoinedAtRangeCheck2(u8 joined_at);
|
|
|
|
#endif //PMDSKY_MAIN_02051760_H
|