Shipwright/soh/assets/code/fbdemo_wipe1/z_fbdemo_wipe1.h
Adam Bird 024c5e0b5f
Sync asset names with decomp documentation (#3153)
* sync asset names with decomp

* whitespace and tweak
2023-09-10 12:21:56 -05:00

13 lines
395 B
C

#ifndef CODE_Z_FBDEMO_WIPE1_H
#define CODE_Z_FBDEMO_WIPE1_H 1
#include "align_asset_macro.h"
#define dsTransWipeVtx "__OTR__code/z_fbdemo_wipe1/sTransWipeVtx"
static const ALIGN_ASSET(2) char sTransWipeVtx[] = dsTransWipeVtx;
#define dsTransWipeTex "__OTR__code/z_fbdemo_wipe1/sTransWipeTex"
static const ALIGN_ASSET(2) char sTransWipeTex[] = dsTransWipeTex;
#endif // CODE_Z_FBDEMO_WIPE1_H