mirror of
https://github.com/zeldaret/tmc
synced 2026-08-16 13:17:13 -04:00
Decompile manager21
This commit is contained in:
+2
-2
@@ -28,7 +28,7 @@ void SetRoomFlag(u32);
|
||||
extern u32 gGlobalFlags;
|
||||
extern u32 gRoomFlags;
|
||||
|
||||
enum {
|
||||
typedef enum {
|
||||
FLAG_NONE,
|
||||
/*0x01*/ LV0_CLEAR, /* */
|
||||
/*0x02*/ LV1_CLEAR, /* */
|
||||
@@ -130,6 +130,6 @@ enum {
|
||||
/*0x62*/ MAZE_CLEAR, /* Cleared Castle maze */
|
||||
/*0x63*/ TINY_ENTRANCE, /* Ezlo described entrances */
|
||||
/*0x64*/ CASTLE_BGM, /* Castle intro BGM */
|
||||
};
|
||||
} Flags;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user