mirror of
https://github.com/FireEmblemUniverse/fireemblem8u.git
synced 2024-11-23 05:10:00 +00:00
11 lines
207 B
C
11 lines
207 B
C
#pragma once
|
|
|
|
/* Banims index, W.I.P */
|
|
|
|
enum banim_indexes {
|
|
BANIM_INDEX_MYRRH_MAIN = 0xC4,
|
|
BANIM_INDEX_MYRRH_INTRO = 0xC5,
|
|
BANIM_INDEX_MYRRH_EXIT = 0xC6,
|
|
BANIM_INDEX_MYRRH_NOWPN = 0xC7,
|
|
};
|