Add asset headers (#2465)
This commit is contained in:
9
soh/assets/scenes/overworld/spot13/spot13_room_0.h
Normal file
9
soh/assets/scenes/overworld/spot13/spot13_room_0.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#define dspot13_room_0DL_0008F8 "__OTR__scenes/nonmq/spot13_scene/spot13_room_0DL_0008F8"
|
||||
#ifdef _WIN32
|
||||
static const __declspec(align(2)) char spot13_room_0DL_0008F8[] = dspot13_room_0DL_0008F8;
|
||||
#else
|
||||
static const char spot13_room_0DL_0008F8[] __attribute__((aligned (2))) = dspot13_room_0DL_0008F8;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user