mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-09 12:13:51 -05:00
27 lines
995 B
C
27 lines
995 B
C
#ifndef POKEHEARTGOLD_CONSTANTS_STD_SCRIPT_H
|
|
#define POKEHEARTGOLD_CONSTANTS_STD_SCRIPT_H
|
|
|
|
#define std_nurse_joy 2002
|
|
#define std_bag_is_full 2009
|
|
#define std_wifi_club_closed 2025
|
|
#define std_play_friend_music 2029
|
|
#define std_fade_end_friend_music 2030
|
|
#define std_play_rival_intro_music 2031
|
|
#define std_give_item_verbose 2033
|
|
#define std_play_mom_music 2036
|
|
#define std_play_follow_music 2037
|
|
#define std_fade_end_mom_music 2038
|
|
#define std_phone_call 2039
|
|
#define std_play_kimono_girl_music 2067
|
|
#define std_fade_end_kimono_girl_music 2068
|
|
#define std_play_rival_outro_music 2070
|
|
#define std_fade_end_rival_outro_music 2071
|
|
|
|
#define std_wireless_colosseum 9001
|
|
#define std_union_room 9003
|
|
#define std_trainer_card_explain 9017
|
|
|
|
#define std_pokedex_evaluation 9951
|
|
|
|
#endif //POKEHEARTGOLD_CONSTANTS_STD_SCRIPT_H
|