summaryrefslogtreecommitdiff
path: root/src/code_8097F40.c
blob: d7f64906bc8e33d1943643679202ba403f459184 (plain)
1
2
3
4
5
6
7
8
#include "global.h"

extern u8 gDungeonWaterType[];

bool8 sub_8097F40(u32 r0)
{
    return gDungeonWaterType[r0] == 2;
}