Rename game_0c3620.c to bondcutscene.c

This commit is contained in:
Ryan Dwyer 2020-04-05 12:28:17 +10:00
parent 1b0b70d10f
commit a11e19683e
4 changed files with 4 additions and 4 deletions

View File

@ -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); \

View File

@ -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"

View File

@ -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 <ultra64.h>
#include "types.h"