Skip to content

Commit

Permalink
[Reverse-engineering] [th01] YuugenMagan: Eye sprite IDs
Browse files Browse the repository at this point in the history
Completes P0207, funded by GhostPhanom.
  • Loading branch information
nmlgc committed Aug 8, 2022
1 parent 813d54f commit c26ef4b
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 173 deletions.
8 changes: 7 additions & 1 deletion th01/main/boss/b10m.cpp
Expand Up @@ -49,8 +49,14 @@ static const int EYE_COUNT = 5;
static const pixel_t EYE_W = 64;
static const pixel_t EYE_H = 48;

enum yuugenmagan_cel_t {
enum eye_cel_t {
C_HIDDEN = 0,
C_CLOSED = 1,
C_HALFOPEN = 2,
C_DOWN = 3,
C_LEFT = 4,
C_RIGHT = 5,
C_AHEAD = 6,
};

#define eye_west \
Expand Down

0 comments on commit c26ef4b

Please sign in to comment.