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

// 0x70328
u8 GetCrossableTerrain(s16 species);

#endif