mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-13 13:35:18 +03:00
![Lywx](/assets/img/avatar_default.png)
* Matched ast_fortuna * Added FO prefix into every asset * Fully matched PR * Removed katina from assets.h * WIP ast_venom_2 * Debinarized ast_venom_2 * Removed venom_2 from assets.h * Renamed VE1 to VE1B * Matched ast_venom_1 * Renamed to D_VE1 * Renamed venom_1 boss assets back to D_VE1 * Fixed merge conflicts
19 lines
326 B
C
19 lines
326 B
C
#ifndef FOX_ENMY2_ASSETS_H
|
|
#define FOX_ENMY2_ASSETS_H
|
|
|
|
#include "sys.h"
|
|
|
|
// Displaylists
|
|
|
|
extern Gfx D_6004D00[];
|
|
extern Gfx D_6002500[];
|
|
extern Gfx D_60043F0[];
|
|
extern Gfx D_6004310[];
|
|
extern f32 D_602C1A0[];
|
|
extern f32 D_602C294[];
|
|
extern f32 D_VE1_601B474[];
|
|
extern f32 D_VE1_601B43C[];
|
|
extern f32 D_VE1_601B944[];
|
|
|
|
#endif
|