Labeled one Portal Type and some animations

This commit is contained in:
Reinmmar
2023-09-17 21:07:48 +02:00
parent e994fab66a
commit ab3e4ef0f4
13 changed files with 24 additions and 15 deletions
+4
View File
@@ -6,6 +6,10 @@
#define MAX_ROOMS 64
typedef enum {
PT_POT = 4,
} PortalTypes;
typedef struct {
u16 pixel_width;
u16 pixel_height;
+5
View File
@@ -294,6 +294,7 @@ typedef enum {
ANIM_TRAPPED_BY_GHINI = 0x25c,
ANIM_BOW_END = 0x280,
ANIM_BOW = 0x284,
ANIM_ROCS_CAPE = 0x288,
ANIM_SWIM_END = 0x28c,
ANIM_SWIM = 0x290,
ANIM_FROZEN = 0x294,
@@ -347,6 +348,7 @@ typedef enum {
ANIM_GET_ITEM_SWORD = 0x45f,
ANIM_524 = 0x524,
ANIM_ENTER_POT = 0x52c,
ANIM_IN_POT = 0x530,
ANIM_LANTERN_END = 0x604,
ANIM_LANTERN = 0x608,
ANIM_BOTTLE_EMPTY = 0x610,
@@ -380,9 +382,12 @@ typedef enum {
ANIM_PULL_NOCAP = 0x944,
ANIM_FALL_IN_HOLE_NOCAP = 0x950,
ANIM_IN_HOLE_NOCAP = 0x954,
ANIM_SWORD_MINISH = 0xc00,
ANIM_WALK_MINISH = 0xc04,
ANIM_ROLL_MINISH = 0xc08,
ANIM_SWIM_MINISH = 0xc0c,
ANIM_C10 = 0xc10,
ANIM_C14 = 0xc14,
ANIM_BOUNCE_MINISH = 0xc18,
ANIM_DROWN_MINISH = 0xc19,
ANIM_DIE1_MINISH = 0xc1a,