diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-01-07 01:45:35 -0600 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-01-07 01:45:35 -0600 |
commit | 42bcb068b61656f083009816b927207393a35b10 (patch) | |
tree | 2d5924a28e208e14d302c24f9ea5f0a17a8e81a2 /src/data | |
parent | 05768ae71decc1539bd7f6e2c6d371b8c619cb24 (diff) |
Decomped CanTargetAdjacentPokemon()
Diffstat (limited to 'src/data')
-rw-r--r-- | src/data/adjacent_tile_offsets.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/data/adjacent_tile_offsets.h b/src/data/adjacent_tile_offsets.h deleted file mode 100644 index e96b771..0000000 --- a/src/data/adjacent_tile_offsets.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef GUARD_CONSTANTS_ADJACENT_TILE_OFFSETS_H -#define GUARD_CONSTANTS_ADJACENT_TILE_OFFSETS_H - -#include "position.h" - -const struct Position gAdjacentTileOffsets[8] = { - {0, 1}, - {1, 1}, - {1, 0}, - {1, -1}, - {0, -1}, - {-1, -1}, - {-1, 0}, - {-1, 1} -}; - -#endif
\ No newline at end of file |