pmd-red/include/dungeon_movement_1.h
2022-10-16 21:14:00 -04:00

9 lines
160 B
C

#ifndef GUARD_DUNGEON_MOVEMENT_1_H
#define GUARD_DUNGEON_MOVEMENT_1_H
#include "dungeon_entity.h"
bool8 CanCrossWalls(struct DungeonEntity *pokemon);
#endif