diff options
Diffstat (limited to 'include/data/pokemon/spinda_spots.h')
-rw-r--r-- | include/data/pokemon/spinda_spots.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/data/pokemon/spinda_spots.h b/include/data/pokemon/spinda_spots.h new file mode 100644 index 000000000..234cdf00e --- /dev/null +++ b/include/data/pokemon/spinda_spots.h @@ -0,0 +1,15 @@ +// +// Created by Scott Norton on 6/27/17. +// + +#ifndef POKERUBY_SPINDA_SPOTS_H +#define POKERUBY_SPINDA_SPOTS_H + +const struct SpindaSpot gSpindaSpotGraphics[] = { + {16, 14, INCBIN_U16("graphics/spinda_spots/spot_0.bin")}, + {40, 15, INCBIN_U16("graphics/spinda_spots/spot_1.bin")}, + {22, 32, INCBIN_U16("graphics/spinda_spots/spot_2.bin")}, + {34, 33, INCBIN_U16("graphics/spinda_spots/spot_3.bin")} +}; + +#endif //POKERUBY_SPINDA_SPOTS_H |