mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-02 23:44:52 -05:00
9 lines
141 B
C
9 lines
141 B
C
#include "global.h"
|
|
|
|
#include "tile_types.h"
|
|
|
|
bool8 IsWaterDungeon(u32 r0)
|
|
{
|
|
return gDungeonWaterType[r0] == DUNGEON_WATER_TYPE_WATER;
|
|
}
|