diff options
author | camthesaxman <cameronghall@cox.net> | 2017-12-05 11:55:48 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-12-05 11:55:48 -0600 |
commit | caa13f877797edbb7a1e13bf00b537bafbd4315a (patch) | |
tree | b5f49b410072efbee9d5a9e3c5a632a9482cc895 /src/hall_of_fame.c | |
parent | 54da96309186b98263b4434911e1c5b8d4b4e3ec (diff) |
convert some constants to C headers
Diffstat (limited to 'src/hall_of_fame.c')
-rw-r--r-- | src/hall_of_fame.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hall_of_fame.c b/src/hall_of_fame.c index bc7177bd7..421f24a0e 100644 --- a/src/hall_of_fame.c +++ b/src/hall_of_fame.c @@ -15,7 +15,7 @@ #include "window.h" #include "bg.h" #include "species.h" -#include "game_stat.h" +#include "constants/game_stat.h" #include "blend_palette.h" #include "string_util.h" #include "m4a.h" @@ -24,6 +24,7 @@ #include "trig.h" #include "rng.h" #include "event_data.h" +#include "overworld.h" struct HallofFameMon { |