pmd-red/include/structs/str_dungeon_location.h
2025-03-25 02:59:38 -04:00

12 lines
235 B
C

#ifndef GUARD_STR_DUNGEON_LOCATION_H
#define GUARD_STR_DUNGEON_LOCATION_H
// size: R=0x4 | B=0x2
typedef struct DungeonLocation
{
/* 0x0 */ u8 id;
/* 0x1 */ u8 floor;
} DungeonLocation;
#endif // GUARD_STR_DUNGEON_LOCATION_H