diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2022-01-31 15:57:02 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 15:57:02 -0800 |
commit | 1d64db5214b455bbd6f50ad6369ec04420e03984 (patch) | |
tree | 1a78046d52129ea3ddafc06d391706590a54ceaf /include/dungeon_movement.h | |
parent | 408fe77d7b9440d7eb5d46eda5f920572d516d67 (diff) | |
parent | 5dc5b3b1f97f9467005dadd63f5f6e052f984bc3 (diff) |
Merge pull request #94 from AnonymousRandomPerson/master
Dungeon movement decomp
Diffstat (limited to 'include/dungeon_movement.h')
-rw-r--r-- | include/dungeon_movement.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/dungeon_movement.h b/include/dungeon_movement.h index e3ab174..d15ef1b 100644 --- a/include/dungeon_movement.h +++ b/include/dungeon_movement.h @@ -1,9 +1,7 @@ #ifndef GUARD_DUNGEON_MOVEMENT_H #define GUARD_DUNGEON_MOVEMENT_H -#include "dungeon_entity.h" - -// 0x75990 -void DecideAction(struct DungeonEntity *pokemon); +// 0x70328 +u8 GetCrossableTerrain(s16 species); #endif |