Browse Source

update submodule path

SBird1337 7 years ago
parent
commit
31c74ab687
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      .gitmodules
  2. 1
    1
      src/overworld/dynamic_overworld.c

+ 1
- 1
.gitmodules View File

3
 	url = ssh://sotshost:/home/sots/sots-private.git
3
 	url = ssh://sotshost:/home/sots/sots-private.git
4
 [submodule "battle_engine"]
4
 [submodule "battle_engine"]
5
 	path = battle_engine
5
 	path = battle_engine
6
-	url = https://github.com/EternalCode/battle_engine
6
+	url = https://github.com/SBird1337/battle_engine
7
 [submodule "g3headers"]
7
 [submodule "g3headers"]
8
 	path = g3headers
8
 	path = g3headers
9
 	url = https://github.com/SBird1337/g3headers
9
 	url = https://github.com/SBird1337/g3headers

+ 1
- 1
src/overworld/dynamic_overworld.c View File

41
     store_entry = npc_dynamic_allocate_palette(tag);
41
     store_entry = npc_dynamic_allocate_palette(tag);
42
     if (store_entry == -1) {
42
     if (store_entry == -1) {
43
         /* we do not have allocation space left */
43
         /* we do not have allocation space left */
44
-        dprintf("ATTENTION: TRIED TO ALLOCATE DYNOVER PALETTE WITHOUT SPACE LEFT, INCREASING ZERO REFERENCE\n");
44
+        dprintf("npc_dynamic: ATTENTION - TRIED TO ALLOCATE DYNOVER PALETTE WITHOUT SPACE LEFT, INCREASING ZERO REFERENCE\n");
45
         stored_palettes[0].reference_count++;
45
         stored_palettes[0].reference_count++;
46
         return 0;
46
         return 0;
47
     }
47
     }