Shipwright/soh/assets/code/fbdemo_wipe1/z_fbdemo_wipe1.h

13 lines
395 B
C
Raw Normal View History

#ifndef CODE_Z_FBDEMO_WIPE1_H
#define CODE_Z_FBDEMO_WIPE1_H 1
2023-03-02 09:37:47 -05:00
#include "align_asset_macro.h"
#define dsTransWipeVtx "__OTR__code/z_fbdemo_wipe1/sTransWipeVtx"
static const ALIGN_ASSET(2) char sTransWipeVtx[] = dsTransWipeVtx;
2023-02-14 08:29:46 -05:00
#define dsTransWipeTex "__OTR__code/z_fbdemo_wipe1/sTransWipeTex"
static const ALIGN_ASSET(2) char sTransWipeTex[] = dsTransWipeTex;
#endif // CODE_Z_FBDEMO_WIPE1_H