diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2021-12-14 23:36:22 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2021-12-17 23:38:06 -0500 |
commit | b1fc911965c584f5af6522849162527f41461b7c (patch) | |
tree | 6466b915b8223015e3c7ebad7e73d4b6755c4be2 /include/dungeon_pokemon_sprites.h | |
parent | da8fcb2ac85554bb099dff69f1d0ec1226156afd (diff) |
Decomped InSameRoom_2()
Diffstat (limited to 'include/dungeon_pokemon_sprites.h')
-rw-r--r-- | include/dungeon_pokemon_sprites.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dungeon_pokemon_sprites.h b/include/dungeon_pokemon_sprites.h index 50595ea..fe934e2 100644 --- a/include/dungeon_pokemon_sprites.h +++ b/include/dungeon_pokemon_sprites.h @@ -1,7 +1,7 @@ #ifndef GUARD_DUNGEON_POKEMON_SPRITES_H #define GUARD_DUNGEON_POKEMON_SPRITES_H -#include "map.h" +#include "position.h" struct DungeonPokemonStatusSprite { |