mirror of
https://github.com/n64decomp/sm64
synced 2026-05-12 17:18:14 +00:00
12 lines
325 B
Plaintext
12 lines
325 B
Plaintext
diff a/include/seq_ids.h b/include/seq_ids.h (rejected hunks)
|
|
@@ -42,6 +42,9 @@ enum SeqId {
|
|
SEQ_EVENT_CUTSCENE_ENDING, // 0x20
|
|
SEQ_MENU_FILE_SELECT, // 0x21
|
|
SEQ_EVENT_CUTSCENE_LAKITU, // 0x22 (not in JP)
|
|
+ SEQ_DROWN, // 0x23
|
|
+SEQ_SUPER,
|
|
+SEQ_EMERALD,
|
|
SEQ_COUNT
|
|
};
|
|
|