diff options
author | camthesaxman <cameronghall@cox.net> | 2017-09-12 16:59:12 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-09-12 16:59:12 -0500 |
commit | 637102683c6e4d0535966ab9b213b8c93c97945c (patch) | |
tree | 0b0b18080402bf7cca5a2ea67031deb01a135469 /src/hof_pc.c | |
parent | a185f8a26dc5e5a04908c272ab54bede7af8a10c (diff) |
rename rom_4.c to overworld.c
Diffstat (limited to 'src/hof_pc.c')
-rw-r--r-- | src/hof_pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hof_pc.c b/src/hof_pc.c index 83d39a9b5..aeeb7fe17 100644 --- a/src/hof_pc.c +++ b/src/hof_pc.c @@ -2,7 +2,7 @@ #include "hall_of_fame.h" #include "main.h" #include "palette.h" -#include "rom4.h" +#include "overworld.h" #include "script.h" #include "script_menu.h" #include "task.h" |