Sync asset names with decomp documentation (#3153)

* sync asset names with decomp

* whitespace and tweak
This commit is contained in:
Adam Bird
2023-09-10 19:21:56 +02:00
committed by GitHub
parent c3d32182a5
commit 024c5e0b5f
136 changed files with 4956 additions and 4956 deletions

View File

@@ -15,7 +15,7 @@ static const ALIGN_ASSET(2) char sTransCircleRippleTex[] = dsTransCircleRippleTe
#define dsTransCircleStarburstTex "__OTR__code/z_fbdemo_circle/sTransCircleStarburstTex"
static const ALIGN_ASSET(2) char sTransCircleStarburstTex[] = dsTransCircleStarburstTex;
#define dsCircleWipeVtx "__OTR__code/z_fbdemo_circle/sCircleWipeVtx"
static const ALIGN_ASSET(2) char sCircleWipeVtx[] = dsCircleWipeVtx;
#define dsTransCircleVtx "__OTR__code/z_fbdemo_circle/sTransCircleVtx"
static const ALIGN_ASSET(2) char sTransCircleVtx[] = dsTransCircleVtx;
#endif // CODE_Z_FBDEMO_CIRCLE_H

View File

@@ -3,10 +3,10 @@
#include "align_asset_macro.h"
#define dsTriforceWipeDL "__OTR__code/z_fbdemo_triforce/sTriforceWipeDL"
static const ALIGN_ASSET(2) char sTriforceWipeDL[] = dsTriforceWipeDL;
#define dsTransTriforceDL "__OTR__code/z_fbdemo_triforce/sTransTriforceDL"
static const ALIGN_ASSET(2) char sTransTriforceDL[] = dsTransTriforceDL;
#define dsTriforceWipeVtx "__OTR__code/z_fbdemo_triforce/sTriforceWipeVtx"
static const ALIGN_ASSET(2) char sTriforceWipeVtx[] = dsTriforceWipeVtx;
#define dsTransTriforceVtx "__OTR__code/z_fbdemo_triforce/sTransTriforceVtx"
static const ALIGN_ASSET(2) char sTransTriforceVtx[] = dsTransTriforceVtx;
#endif // CODE_Z_FBDEMO_TRIFORCE_H

View File

@@ -3,10 +3,10 @@
#include "align_asset_macro.h"
#define dsWipe1Vtx "__OTR__code/z_fbdemo_wipe1/sWipe1Vtx"
static const ALIGN_ASSET(2) char sWipe1Vtx[] = dsWipe1Vtx;
#define dsTransWipeVtx "__OTR__code/z_fbdemo_wipe1/sTransWipeVtx"
static const ALIGN_ASSET(2) char sTransWipeVtx[] = dsTransWipeVtx;
#define dsWipe1Tex "__OTR__code/z_fbdemo_wipe1/sWipe1Tex"
static const ALIGN_ASSET(2) char sWipe1Tex[] = dsWipe1Tex;
#define dsTransWipeTex "__OTR__code/z_fbdemo_wipe1/sTransWipeTex"
static const ALIGN_ASSET(2) char sTransWipeTex[] = dsTransWipeTex;
#endif // CODE_Z_FBDEMO_WIPE1_H