mirror of
https://github.com/pret/pmd-red.git
synced 2026-07-15 16:31:40 -05:00
8 lines
148 B
C
8 lines
148 B
C
#include "global.h"
|
|
#include "dungeon_map_access.h"
|
|
|
|
bool8 IsWaterDungeon(u32 r0)
|
|
{
|
|
return gDungeonWaterType[r0] == DUNGEON_WATER_TYPE_WATER;
|
|
}
|