diff --git a/ld/gamefiles.inc b/ld/gamefiles.inc index ac5daa4c1..0e6a68989 100644 --- a/ld/gamefiles.inc +++ b/ld/gamefiles.inc @@ -95,7 +95,7 @@ src/game/game_0b3350.o (section); \ src/game/game_0b63b0.o (section); \ src/game/game_0c33f0.o (section); \ - src/game/game_0c3620.o (section); \ + src/game/bondcutscene.o (section); \ src/game/bondwalk.o (section); \ src/game/bondmove.o (section); \ src/game/bondgrab.o (section); \ diff --git a/src/game/game_0c3620.c b/src/game/bondcutscene.c similarity index 100% rename from src/game/game_0c3620.c rename to src/game/bondcutscene.c diff --git a/src/game/bondmove.c b/src/game/bondmove.c index 896860032..aa36f060f 100644 --- a/src/game/bondmove.c +++ b/src/game/bondmove.c @@ -22,7 +22,7 @@ #include "game/game_0b0420.h" #include "game/game_0b3350.h" #include "game/game_0b63b0.h" -#include "game/game_0c3620.h" +#include "game/bondcutscene.h" #include "game/game_0fd660.h" #include "game/game_113220.h" #include "game/game_127910.h" diff --git a/src/include/game/game_0c3620.h b/src/include/game/bondcutscene.h similarity index 65% rename from src/include/game/game_0c3620.h rename to src/include/game/bondcutscene.h index 98f141504..5e1706b2b 100644 --- a/src/include/game/game_0c3620.h +++ b/src/include/game/bondcutscene.h @@ -1,5 +1,5 @@ -#ifndef IN_GAME_GAME_0C3620_H -#define IN_GAME_GAME_0C3620_H +#ifndef IN_GAME_BONDCUTSCENE_H +#define IN_GAME_BONDCUTSCENE_H #include #include "types.h"