mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-15 09:36:55 -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
|