mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-26 17:52:03 -04:00
17 lines
261 B
C
17 lines
261 B
C
#ifndef RES_JBO_H
|
|
#define RES_JBO_H
|
|
|
|
#include "global.h"
|
|
|
|
enum JBO_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BCK */
|
|
JBO_BCK_IN1=0x4,
|
|
JBO_BCK_OUT1=0x5,
|
|
JBO_BCK_UMARERU1=0x6,
|
|
|
|
/* BMDM */
|
|
JBO_BMD_JH=0x9,
|
|
};
|
|
|
|
#endif /* RES_JBO_H */
|