mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-25 07:28:17 -05:00
8 lines
123 B
C
8 lines
123 B
C
#ifndef GUARD_DUNGEON_MOVEMENT_H
|
|
#define GUARD_DUNGEON_MOVEMENT_H
|
|
|
|
// 0x70328
|
|
u8 GetCrossableTerrain(s16 species);
|
|
|
|
#endif
|