diff options
-rw-r--r-- | include/songs.h | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/include/songs.h b/include/songs.h index 37c4f16b4..efa4dc3b8 100644 --- a/include/songs.h +++ b/include/songs.h @@ -461,6 +461,57 @@ enum /*0x22C*/ BGM_FRLG_TRAINER_TOWER, /*0x22D*/ BGM_FRLG_HALL_OF_FAME_PALLET_TOWN, /*0x22E*/ BGM_FRLG_TEACHY_TV, + PH_TRAP_BLEND, + PH_TRAP_HELD, + PH_TRAP_SOLO, + PH_FACE_BLEND, + PH_FACE_HELD, + PH_FACE_SOLO, + PH_CLOTH_BLEND, + PH_CLOTH_HELD, + PH_CLOTH_SOLO, + PH_DRESS_BLEND, + PH_DRESS_HELD, + PH_DRESS_SOLO, + PH_FLEECE_BLEND, + PH_FLEECE_HELD, + PH_FLEECE_SOLO, + PH_KIT_BLEND, + PH_KIT_HELD, + PH_KIT_SOLO, + PH_PRICE_BLEND, + PH_PRICE_HELD, + PH_PRICE_SOLO, + PH_LOT_BLEND, + PH_LOT_HELD, + PH_LOT_SOLO, + PH_GOAT_BLEND, + PH_GOAT_HELD, + PH_GOAT_SOLO, + PH_THOUGHT_BLEND, + PH_THOUGHT_HELD, + PH_THOUGHT_SOLO, + PH_CHOICE_BLEND, + PH_CHOICE_HELD, + PH_CHOICE_SOLO, + PH_MOUTH_BLEND, + PH_MOUTH_HELD, + PH_MOUTH_SOLO, + PH_FOOT_BLEND, + PH_FOOT_HELD, + PH_FOOT_SOLO, + PH_GOOSE_BLEND, + PH_GOOSE_HELD, + PH_GOOSE_SOLO, + PH_STRUT_BLEND, + PH_STRUT_HELD, + PH_STRUT_SOLO, + PH_CURE_BLEND, + PH_CURE_HELD, + PH_CURE_SOLO, + PH_NURSE_BLEND, + PH_NURSE_HELD, + PH_NURSE_SOLO, }; #endif // GUARD_SONGS_H |