mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-06-04 02:16:06 -04:00
Merge pull request #239 from Cuyler36:fix_building
Include assets in toplevel C file to fix building
This commit is contained in:
@@ -7,6 +7,18 @@
|
||||
#include "m_common_data.h"
|
||||
#include "m_player_lib.h"
|
||||
|
||||
#ifdef MUST_MATCH
|
||||
#ifndef __INTELLISENSE__
|
||||
/* Force assetrip to detect these assets. They're used in a .c_inc file. */
|
||||
FORCESTRIP static u16 __hack_pal0[] = {
|
||||
#include "assets/aKOI_obj_e_koinobori_a_pal.inc"
|
||||
};
|
||||
FORCESTRIP static u16 __hack_pal1[] = {
|
||||
#include "assets/obj_e_koinobori_b_pal.inc"
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
|
||||
enum {
|
||||
aKOI_ACTION_WAIT,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user