mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 21:19:53 +00:00
7 lines
112 B
C
7 lines
112 B
C
#ifndef GUARD_DUNGEON_MOVEMENT_H
|
|
#define GUARD_DUNGEON_MOVEMENT_H
|
|
|
|
u8 GetCrossableTerrain(s16 species);
|
|
|
|
#endif
|