瀏覽代碼

Fehelende Verweisung korrigiert

dragonflysots 5 年之前
父節點
當前提交
f48e5477b4
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1
    1
      data/pkmn_tables/pokemon_stats.s
  2. 1
    1
      sots-private
  3. 1
    1
      src/include/constants/trainer.h

+ 1
- 1
data/pkmn_tables/pokemon_stats.s 查看文件

@@ -3,7 +3,7 @@
3 3
 #include <constants/egggroup.h>
4 4
 #include <constants/ep.h>
5 5
 #include <constants/gender.h>
6
-#include <pymap_constants.h>
6
+#include <items.h>
7 7
 #include <constants/ptypes.h>
8 8
 
9 9
 .text

+ 1
- 1
sots-private

@@ -1 +1 @@
1
-Subproject commit b694b658783ac98f01c3f018b13ff0c27e99d36e
1
+Subproject commit 2c1c3a42917f30cf0b6d08a627a9e960705b42f6

+ 1
- 1
src/include/constants/trainer.h 查看文件

@@ -1,5 +1,5 @@
1 1
 #include <constants/pkmns.h>
2
-#include <pymap_constants.h>
2
+#include <items.h>
3 3
 #include <constants/moves.h>
4 4
 
5 5
 #ifndef TRAINER_IDS_H