Browse Source

fix music and symbol table

SBird1337 7 years ago
parent
commit
7d42eee476
2 changed files with 4 additions and 2 deletions
  1. 2
    0
      bpre.sym
  2. 2
    2
      src/music/battle_music_lookup.c

+ 2
- 0
bpre.sym View File

157
 trainerbattle_message_4 = 0x020386C8;
157
 trainerbattle_message_4 = 0x020386C8;
158
 trainerbattle_unknown = 0x020386CC;
158
 trainerbattle_unknown = 0x020386CC;
159
 
159
 
160
+song_play_for_text = 0x080722A0|1;
161
+
160
 item_get_quality = 0x0809A948|1;
162
 item_get_quality = 0x0809A948|1;
161
 item_get_x12 = 0x0809A924|1;
163
 item_get_x12 = 0x0809A924|1;
162
 
164
 

+ 2
- 2
src/music/battle_music_lookup.c View File

73
             break;
73
             break;
74
     }
74
     }
75
 
75
 
76
-    //song_play_for_text(song);
76
+    song_play_for_text(song);
77
 }
77
 }
78
 
78
 
79
 void mhk_wild_poke_def_music(void) {
79
 void mhk_wild_poke_def_music(void) {
80
-    //song_play_for_text(SEQ_BGM_VIC_POKE);
80
+    song_play_for_text(SEQ_BGM_VIC_POKE);
81
 }
81
 }
82
 
82
 
83
 u16 mhk_species_to_song(u16 species) {
83
 u16 mhk_species_to_song(u16 species) {