소스 검색

Neue Scripts (Spiel enthält noch viele Bugs

DragonflySotS 7 년 전
부모
커밋
3671b012aa
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      sots-private
  2. 1
    1
      src/overworld/tileset_animation/text_animator.c

+ 1
- 1
sots-private

@@ -1 +1 @@
1
-Subproject commit 167d6ba7217429473bd6499da7d0c927270f55e3
1
+Subproject commit d4558f3477b4d6bf47fb733a18f6f1af8933b513

+ 1
- 1
src/overworld/tileset_animation/text_animator.c 파일 보기

@@ -9,7 +9,7 @@
9 9
 #define CANVAS_FIRST ((u8 *)(574 * 0x20 + 0x06000000))
10 10
 #define CANVAS_SECOND ((u8 *)(592 * 0x20 + 0x06000000))
11 11
 
12
-static const char *map_texts[] = {"--------", "< Carun City", "Route 2 >", NULL};
12
+static const char *map_texts[] = {"--------", "< Carun City", "Route 2 >", "< Route 3", "< Urbania City", "Route 5 >", "< Route 6", NULL};
13 13
 
14 14
 s16 char_to_tile_index(char chr) {
15 15
     if (chr >= 'A' && chr <= 'P')