mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-11 13:10:02 -04:00
15 lines
236 B
C
15 lines
236 B
C
#ifndef RES_PNAME_H
|
|
#define RES_PNAME_H
|
|
|
|
#include "global.h"
|
|
|
|
enum PNAME_RES_FILE_ID { // IDs and indexes are synced
|
|
/* SCRN */
|
|
PNAME_BLO_PLACE_NAME=0x4,
|
|
|
|
/* TIMG */
|
|
PNAME_BTI_PN_01=0x7,
|
|
};
|
|
|
|
#endif /* RES_PNAME_H */
|