mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-11 13:24:17 -05:00
14 lines
230 B
C
14 lines
230 B
C
#ifndef GUARD_SEQDATA_H
|
|
#define GUARD_SEQDATA_H
|
|
|
|
typedef struct NNSSndSeqParam {
|
|
u16 bankNo;
|
|
u8 volume;
|
|
u8 channelPrio;
|
|
u8 playerPrio;
|
|
u8 playerNo;
|
|
u16 reserved;
|
|
} NNSSndSeqParam;
|
|
|
|
#endif //GUARD_SEQDATA_H
|