sm64ex-alo/actors/group3.h
AloXado320 89935c7c35 QOL: One fix and one feature
QOL Fix: Groundpound fall damage

QOL Feature: King Bob-omb blinking eyes
2021-01-18 19:19:15 -05:00

46 lines
1.7 KiB
C

#ifndef GROUP3_H
#define GROUP3_H
#include "types.h"
// king_bobomb
extern const GeoLayout king_bobomb_geo[];
extern const Gfx king_bobomb_seg5_dl_0500A4B8[];
extern const Gfx king_bobomb_seg5_dl_0500A4F0[];
extern const Gfx king_bobomb_seg5_dl_0500A5A0[];
extern const Gfx king_bobomb_seg5_dl_0500A5D8[];
extern const Gfx king_bobomb_seg5_dl_0500A688[];
extern const Gfx king_bobomb_seg5_dl_0500A6C0[];
extern const Gfx king_bobomb_seg5_dl_0500A770[];
extern const Gfx king_bobomb_seg5_dl_0500A7A8[];
extern const Gfx king_bobomb_seg5_dl_0500A858[];
extern const Gfx king_bobomb_seg5_dl_0500A890[];
extern const Gfx king_bobomb_seg5_dl_0500A940[];
extern const Gfx king_bobomb_seg5_dl_0500A978[];
extern const Gfx king_bobomb_seg5_dl_0500ABC0[];
extern const Gfx king_bobomb_seg5_dl_0500AD08[];
extern const Gfx king_bobomb_seg5_dl_0500AF20[];
extern const Gfx king_bobomb_seg5_dl_0500B068[];
extern const Gfx king_bobomb_seg5_dl_0500B118[];
extern const Gfx king_bobomb_seg5_dl_0500B150[];
extern const Gfx king_bobomb_seg5_dl_0500B188[];
extern const Gfx king_bobomb_seg5_dl_0500B278[];
#if QOL_FEATURE_KING_BOBOMB_BLINK
extern const Gfx king_bobomb_dl_eyes[];
extern const Gfx king_bobomb_dl_eyes_blink[];
#else
extern const Gfx king_bobomb_seg5_dl_0500B2D0[];
#endif
extern const Gfx king_bobomb_seg5_dl_0500B3C8[];
extern const Gfx king_bobomb_seg5_dl_0500B418[];
extern const Gfx king_bobomb_seg5_dl_0500B5F0[];
extern const Gfx king_bobomb_seg5_dl_0500B6C0[];
extern const struct Animation *const king_bobomb_seg5_anims_0500FE30[];
// water_bubble
extern const GeoLayout water_bomb_geo[];
extern const GeoLayout water_bomb_shadow_geo[];
extern const Gfx water_bubble_seg5_dl_05010D30[];
extern const Gfx water_bubble_seg5_dl_05011000[];
#endif