Browse Source

Fehelende Verweisung korrigiert

dragonflysots 5 years ago
parent
commit
f48e5477b4
3 changed files with 3 additions and 3 deletions
  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 View File

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

+ 1
- 1
sots-private

1
-Subproject commit b694b658783ac98f01c3f018b13ff0c27e99d36e
1
+Subproject commit 2c1c3a42917f30cf0b6d08a627a9e960705b42f6

+ 1
- 1
src/include/constants/trainer.h View File

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