pmd-red/src/code_8097F40.c
2025-03-27 14:24:06 +01:00

8 lines
148 B
C

#include "global.h"
#include "dungeon_map_access.h"
bool8 IsWaterDungeon(u32 r0)
{
return gDungeonWaterType[r0] == DUNGEON_WATER_TYPE_WATER;
}