Document bard music (#2053)
* Missing bard song limit constants * Index bard sound arrays with word constants * Document bard music
This commit is contained in:
@@ -649,8 +649,8 @@ struct MauvilleManBard
|
||||
{
|
||||
/*0x00*/ u8 id;
|
||||
/*0x01*/ //u8 padding1;
|
||||
/*0x02*/ u16 songLyrics[BARD_SONG_LENGTH];
|
||||
/*0x0E*/ u16 temporaryLyrics[BARD_SONG_LENGTH];
|
||||
/*0x02*/ u16 songLyrics[NUM_BARD_SONG_WORDS];
|
||||
/*0x0E*/ u16 newSongLyrics[NUM_BARD_SONG_WORDS];
|
||||
/*0x1A*/ u8 playerName[PLAYER_NAME_LENGTH + 1];
|
||||
/*0x22*/ u8 filler_2DB6[0x3];
|
||||
/*0x25*/ u8 playerTrainerId[TRAINER_ID_LENGTH];
|
||||
|
||||
Reference in New Issue
Block a user