Rename code_8001F980 to render_player and code_800B45E0 to save (#507)

* Update and rename code_8001F980.c to render_player.c

* Rename code_8001F980.h to render_player.h

* rename import file to render_player

* Update and rename code_80004740.c to save.c

* Rename code_80004740.h to save.h
This commit is contained in:
coco875
2023-12-24 23:52:09 +01:00
committed by GitHub
parent f1befa8bcd
commit 670a930f31
30 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
#include "kart_attributes.h"
#include "racing/memory.h"
#include "math_util.h"
#include "code_8001F980.h"
#include "render_player.h"
#include "code_8008C1D0.h"
#include "collision.h"
#include "waypoints.h"