mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-24 23:09:54 -05:00
9 lines
214 B
C
9 lines
214 B
C
#include "overlay_29_02336428.h"
|
|
#include "dungeon.h"
|
|
#include "dungeon_map_access.h"
|
|
|
|
u8 GetStairsRoom()
|
|
{
|
|
return GetTile(DUNGEON_PTR[0]->gen_info.stairs_pos.x, DUNGEON_PTR[0]->gen_info.stairs_pos.y)->room;
|
|
}
|