mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-12 05:44:27 -05:00
18 lines
678 B
C
18 lines
678 B
C
#ifndef POKEHEARTGOLD_CONSTANTS_STD_SCRIPT_H
|
|
#define POKEHEARTGOLD_CONSTANTS_STD_SCRIPT_H
|
|
|
|
#define std_bag_is_full 2009
|
|
#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
|
|
|
|
#endif //POKEHEARTGOLD_CONSTANTS_STD_SCRIPT_H
|