Skip to content

Commit

Permalink
Merge pull request #296 from lhearachel/ov21-struct-fix
Browse files Browse the repository at this point in the history
Fix casing on includes for struct_ov21_021D3208.h
  • Loading branch information
lhearachel authored Nov 10, 2024
2 parents ade9035 + 285d4da commit 9bd8fa9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/overlay021/pokedex_sort.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#ifndef POKEPLATINUM_POKEDEXSORT_H
#define POKEPLATINUM_POKEDEXSORT_H

#include "overlay021/STRUCT_OV21_021D3208.h"
#include "overlay021/species_caught_status.h"
#include "overlay021/struct_ov21_021D3208.h"
#include "overlay021/struct_ov21_021D3320.h"

#include "strbuf.h"
Expand Down
2 changes: 1 addition & 1 deletion src/overlay021/ov21_021D0D80.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "struct_decls/struct_0209ACBC_decl.h"
#include "struct_defs/struct_02099F80.h"

#include "overlay021/STRUCT_OV21_021D3208.h"
#include "overlay021/funcptr_ov21_021E9B74.h"
#include "overlay021/funcptr_ov21_021E9B9C.h"
#include "overlay021/ov21_021D1FA4.h"
Expand Down Expand Up @@ -39,6 +38,7 @@
#include "overlay021/struct_ov21_021D13FC.h"
#include "overlay021/struct_ov21_021D157C.h"
#include "overlay021/struct_ov21_021D22F8.h"
#include "overlay021/struct_ov21_021D3208.h"
#include "overlay021/struct_ov21_021D3320.h"
#include "overlay021/struct_ov21_021D3FE0_decl.h"
#include "overlay021/struct_ov21_021D423C_decl.h"
Expand Down
2 changes: 1 addition & 1 deletion src/overlay021/pokedex_sort.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

#include "struct_decls/pokedexdata_decl.h"

#include "overlay021/STRUCT_OV21_021D3208.h"
#include "overlay021/sorted_pokedex.h"
#include "overlay021/species_caught_status.h"
#include "overlay021/struct_ov21_021D3208.h"
#include "overlay021/struct_ov21_021D3320.h"

#include "core_sys.h"
Expand Down

0 comments on commit 9bd8fa9

Please sign in to comment.