Flappy3DS/source/sprites.h
2023-03-11 09:44:44 +13:00

24 lines
365 B
C

#pragma once
#ifndef SPRITES_H
#define SPRITES_H
#define SPR_BIRD 0
#define SPR_BIG0 1
#define SPR_BIG1 2
#define SPR_BIG2 3
#define SPR_BIG3 4
#define SPR_BIG5 6
#define SPR_BIG7 8
#define SPR_BIG8 9
#define SPR_BIG9 10
#define SPR_BG 11
#define SPR_FLOOR 12
#define SPR_LOGO 13
#define SPR_PIPEBOTTOM 14
#define SPR_PIPETOP 15
#define SPR_SCORECARD 16
#endif