mirror of
https://github.com/AloUltraExt/sm64ex-alo.git
synced 2025-01-23 16:15:36 -05:00
89935c7c35
QOL Fix: Groundpound fall damage QOL Feature: King Bob-omb blinking eyes
16 lines
396 B
C
16 lines
396 B
C
#include <PR/ultratypes.h>
|
|
#include <PR/gbi.h>
|
|
|
|
#include "sm64.h"
|
|
#include "macros.h"
|
|
#include "surface_terrains.h"
|
|
#include "types.h"
|
|
#include "make_const_nonconst.h"
|
|
|
|
#include "king_bobomb/model.inc.c"
|
|
#include "king_bobomb/anims/data.inc.c"
|
|
#include "king_bobomb/anims/table.inc.c"
|
|
UNUSED static const u64 binid_0 = 0;
|
|
|
|
#include "water_bubble/model.inc.c"
|
|
UNUSED static const u64 binid_1 = 1;
|