summaryrefslogtreecommitdiffstats
path: root/src/sprites.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sprites.h')
-rw-r--r--src/sprites.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sprites.h b/src/sprites.h
index 88ca787..0b55f0d 100644
--- a/src/sprites.h
+++ b/src/sprites.h
@@ -73,7 +73,6 @@ init_sprite_pal(size_t starting_index, Color col) {
73 for (size_t i = 0; i < 16; ++i) { 73 for (size_t i = 0; i < 16; ++i) {
74 PAL_BUFFER_SPRITES[i + starting_index] = col; 74 PAL_BUFFER_SPRITES[i + starting_index] = col;
75 } 75 }
76
77} 76}
78 77
79#endif // GBAEXP_SPRITES_H 78#endif // GBAEXP_SPRITES_H