summaryrefslogtreecommitdiff
path: root/include/dungeon_movement.h
blob: 111d98b5404ac7b150991b249373d85bd6da26fc (plain)
1
2
3
4
5
6
#ifndef GUARD_DUNGEON_MOVEMENT_H
#define GUARD_DUNGEON_MOVEMENT_H

u8 GetCrossableTerrain(s16 species);

#endif