mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-08 04:15:11 -04:00
@@ -20,6 +20,11 @@ extern "C" {
|
||||
#define eEC_DEFAULT_DEATH_DIST (800.0f)
|
||||
#define eEC_IGNORE_DEATH_DIST (-1000.203064f) // ignore death range check when set to this
|
||||
|
||||
#define eEC_BUSH_HAPPA_TREE (0 << 13)
|
||||
#define eEC_BUSH_HAPPA_PALM (1 << 13)
|
||||
#define eEC_BUSH_HAPPA_CEDAR (2 << 13)
|
||||
#define eEC_BUSH_HAPPA_GOLD (3 << 13)
|
||||
|
||||
enum effect_type {
|
||||
eEC_EFFECT_SHOCK,
|
||||
eEC_EFFECT_DUST,
|
||||
|
||||
+11
-11
@@ -192,17 +192,17 @@ typedef struct field_display_list_info_s {
|
||||
} mFM_field_draw_info_c;
|
||||
|
||||
typedef struct field_pal_s {
|
||||
u16* earth_pal;
|
||||
u16* cliff_pal;
|
||||
u16* bush_pal;
|
||||
u16* flower0_pal;
|
||||
u16* flower1_pal;
|
||||
u16* flower2_pal;
|
||||
u16* grass_pal;
|
||||
u16* tree_pal;
|
||||
u16* cedar_tree_pal; // probably?
|
||||
u16* palm_tree_pal;
|
||||
u16* golden_tree_pal;
|
||||
/* 0x00 */ u16* earth_pal;
|
||||
/* 0x04 */ u16* cliff_pal;
|
||||
/* 0x08 */ u16* bush_pal;
|
||||
/* 0x0C */ u16* flower0_pal;
|
||||
/* 0x10 */ u16* flower1_pal;
|
||||
/* 0x14 */ u16* flower2_pal;
|
||||
/* 0x18 */ u16* grass_pal;
|
||||
/* 0x1C */ u16* tree_pal;
|
||||
/* 0x20 */ u16* cedar_tree_pal; // probably?
|
||||
/* 0x24 */ u16* palm_tree_pal;
|
||||
/* 0x28 */ u16* golden_tree_pal;
|
||||
} mFM_field_pal_c;
|
||||
|
||||
typedef struct field_bg_sound_source_s {
|
||||
|
||||
Reference in New Issue
Block a user