mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-10 22:31:52 -04:00
Res enum comments
This commit is contained in:
@@ -39,7 +39,7 @@ class camera_class;
|
||||
class J2DOrthoGraph;
|
||||
class dDemo_actor_c;
|
||||
|
||||
enum ALWAYS_RES_FILE_IDS {
|
||||
enum ALWAYS_RES_FILE_ID { // IDs and indexes are synced
|
||||
/* BCK */
|
||||
ALWAYS_BCK_FA=0xC,
|
||||
ALWAYS_BCK_OBM_SYOUGEKISW=0xD,
|
||||
|
||||
@@ -82,7 +82,7 @@ enum Action {
|
||||
ACTION_ITAI_MOVE = 0x3,
|
||||
};
|
||||
|
||||
enum AM_RES_FILE_IDS {
|
||||
enum AM_RES_FILE_ID { // IDs and indexes are synced
|
||||
/* BAS */
|
||||
AM_BAS_BOM_NOMI=0x5,
|
||||
AM_BAS_BOM_NOMI2=0x6,
|
||||
|
||||
Reference in New Issue
Block a user