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

36 lines
791 B
C

#ifndef RES_TLOGOE4_H
#define RES_TLOGOE4_H
#include "global.h" // IWYU pragma: keep
#if VERSION == VERSION_PAL
enum TLOGOE4_RES_FILE_ID { // IDs and indexes are synced
/* BCK */
TLOGOE4_BCK_TITLE_SHIP=0x8,
/* BDLM */
TLOGOE4_BDL_SUBTITLE_KIRARI_E=0xB,
TLOGOE4_BDL_SUBTITLE_START_ANIM_E=0xC,
TLOGOE4_BDL_TITLE_SHIP=0xD,
/* BPK */
TLOGOE4_BPK_TITLE_SHIP=0x10,
/* BTK */
TLOGOE4_BTK_SUBTITLE_KIRARI_E=0x13,
TLOGOE4_BTK_SUBTITLE_START_ANIM_E=0x14,
/* SCRN */
TLOGOE4_BLO_TITLE_LOGO_E=0x17,
/* TIMG */
TLOGOE4_BTI_C_NINTENDO_E=0x1A,
TLOGOE4_BTI_DUMMY=0x1B,
TLOGOE4_BTI_LOGO_ZELDA_JPA=0x1C,
TLOGOE4_BTI_LOGO_ZELDA_MAIN=0x1D,
TLOGOE4_BTI_PRESS_START=0x1E,
};
#endif
#endif /* RES_TLOGOE4_H */