pmd-sky/include/dungeon_init_2.h
2026-01-01 18:55:44 +00:00

8 lines
173 B
C

#ifndef PMDSKY_MAIN_DUNGEON_INIT_2
#define PMDSKY_MAIN_DUNGEON_INIT_2
s16 DungeonSwapIdToIdx(s16 id);
s16 DungeonSwapIdxToId(s16 idx);
#endif //PMDSKY_MAIN_DUNGEON_INIT_2