Browse Source

Neue Scripts (Spiel enthält noch viele Bugs

DragonflySotS 7 years ago
parent
commit
3671b012aa
2 changed files with 2 additions and 2 deletions
  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 View File

@@ -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')