소스 검색

update blackboard

SBird1337 5 년 전
부모
커밋
55df17bec1
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      g3headers
  2. 1
    1
      src/specials/scenes/blackboard_intro.c

+ 1
- 1
g3headers

@@ -1 +1 @@
1
-Subproject commit 0720ece1962863ff019180c54d999f6f03715f1d
1
+Subproject commit 67148f99854803cb7e03b0efa64b38a1285dc8db

+ 1
- 1
src/specials/scenes/blackboard_intro.c 파일 보기

@@ -59,7 +59,7 @@ void blackboard_loop(u8 id) {
59 59
             if(!pal_fade_control.active){
60 60
                 task_del(id);
61 61
                 scene_free_bg_maps();
62
-                set_callback2(c2_exit_to_overworld_2_switch);
62
+                set_callback2(c2_exit_to_overworld_1_continue_scripts_and_music);
63 63
                 set_callback1(c1_overworld);
64 64
             }
65 65
         break;