Commit 17dc0b7 1 parent fcaa48f commit 17dc0b7 Copy full SHA for 17dc0b7
File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 7
7
#include <src/include/pokemon_app.h>
8
8
#include <src/include/pokemon_data.h>
9
9
10
- struct patch_list {
11
- uint8_t index ;
12
- struct patch_list * next ;
13
- };
10
+ struct patch_list ;
14
11
15
12
struct patch_list * plist_alloc (void );
16
13
Original file line number Diff line number Diff line change 1
1
#include <src/include/pokemon_app.h>
2
- #include <src/views/trade_patch_list.h>
2
+
3
+ struct patch_list {
4
+ uint8_t index ;
5
+ struct patch_list * next ;
6
+ };
3
7
4
8
struct patch_list * plist_alloc (void ) {
5
9
struct patch_list * plist = NULL ;
Original file line number Diff line number Diff line change 99
99
100
100
#include <src/include/pokemon_app.h>
101
101
#include <src/include/pokemon_data.h>
102
- #include <src/views/trade_patch_list .h>
102
+ #include <src/include/patch_list .h>
103
103
104
104
/* Uncomment the following line to enable graphics testing for the different
105
105
* phases of the trade view. Pressing the okay button will step through each
You can’t perform that action at this time.
0 commit comments