From a11e19683eaf10f81862f2f5f94d8f31d8475ec5 Mon Sep 17 00:00:00 2001 From: Ryan Dwyer Date: Sun, 5 Apr 2020 12:28:17 +1000 Subject: [PATCH] Rename game_0c3620.c to bondcutscene.c --- ld/gamefiles.inc | 2 +- src/game/{game_0c3620.c => bondcutscene.c} | 0 src/game/bondmove.c | 2 +- src/include/game/{game_0c3620.h => bondcutscene.h} | 4 ++-- 4 files changed, 4 insertions(+), 4 deletions(-) rename src/game/{game_0c3620.c => bondcutscene.c} (100%) rename src/include/game/{game_0c3620.h => bondcutscene.h} (65%) 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"