mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-29 16:44:40 -04:00
15 lines
230 B
C
15 lines
230 B
C
#ifndef RES_VBOOT_H
|
|
#define RES_VBOOT_H
|
|
|
|
#include "global.h"
|
|
|
|
enum VBOOT_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
VBOOT_BDL_VBOOT=0x4,
|
|
|
|
/* BTK */
|
|
VBOOT_BTK_VBOOT=0x7,
|
|
};
|
|
|
|
#endif /* RES_VBOOT_H */
|