Files
tww/include/d/res/res_tlogoe3.h
T

36 lines
791 B
C

#ifndef RES_TLOGOE3_H
#define RES_TLOGOE3_H
#include "global.h" // IWYU pragma: keep
#if VERSION == VERSION_PAL
enum TLOGOE3_RES_FILE_ID { // IDs and indexes are synced
/* BCK */
TLOGOE3_BCK_TITLE_SHIP=0x8,
/* BDLM */
TLOGOE3_BDL_SUBTITLE_KIRARI_E=0xB,
TLOGOE3_BDL_SUBTITLE_START_ANIM_E=0xC,
TLOGOE3_BDL_TITLE_SHIP=0xD,
/* BPK */
TLOGOE3_BPK_TITLE_SHIP=0x10,
/* BTK */
TLOGOE3_BTK_SUBTITLE_KIRARI_E=0x13,
TLOGOE3_BTK_SUBTITLE_START_ANIM_E=0x14,
/* SCRN */
TLOGOE3_BLO_TITLE_LOGO_E=0x17,
/* TIMG */
TLOGOE3_BTI_C_NINTENDO_E=0x1A,
TLOGOE3_BTI_DUMMY=0x1B,
TLOGOE3_BTI_LOGO_ZELDA_JPA=0x1C,
TLOGOE3_BTI_LOGO_ZELDA_MAIN=0x1D,
TLOGOE3_BTI_PRESS_START=0x1E,
};
#endif
#endif /* RES_TLOGOE3_H */