mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-08 20:20:04 -04:00
19 lines
293 B
C
19 lines
293 B
C
#ifndef RES_SSS_H
|
|
#define RES_SSS_H
|
|
|
|
#include "global.h"
|
|
|
|
enum SSS_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BCK */
|
|
SSS_BCK_SSS_HIRAKU=0x5,
|
|
SSS_BCK_SSS_TOJIRU=0x6,
|
|
|
|
/* BMD */
|
|
SSS_BMD_SSS_HAND=0x9,
|
|
|
|
/* TEX */
|
|
SSS_BTI_SSS=0xC,
|
|
};
|
|
|
|
#endif /* RES_SSS_H */
|