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

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

@@ -41,7 +41,7 @@ u8 npc_dynamic_load_palette(u16 tag) {
41 41
     store_entry = npc_dynamic_allocate_palette(tag);
42 42
     if (store_entry == -1) {
43 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 45
         stored_palettes[0].reference_count++;
46 46
         return 0;
47 47
     }