diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2023-12-24 23:52:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-24 15:52:09 -0700 |
| commit | 670a930f31691535813b1df2692a2f76bbb9136c (patch) | |
| tree | 899656cc954453cc1848ffc2fd827e9905e9e337 /src/debug | |
| parent | f1befa8bcd4e8caed3006db489d033c91b60e34b (diff) | |
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
Diffstat (limited to 'src/debug')
| -rw-r--r-- | src/debug/all_variables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug/all_variables.h b/src/debug/all_variables.h index 531bd8d5c..8825e111b 100644 --- a/src/debug/all_variables.h +++ b/src/debug/all_variables.h @@ -13,7 +13,7 @@ #include <code_800029B0.h> #include <code_80004740.h> #include <code_80005FD0.h> -#include <code_8001F980.h> +#include <render_player.h> #include <player_controller.h> #include <code_8003DC40.h> #include <code_80057C60.h> @@ -24,7 +24,7 @@ #include <code_80091440.h> #include <code_80091750.h> #include <code_800AF9B0.h> -#include <code_800B45E0.h> +#include <save.h> #include <code_80280000.h> #include <podium_ceremony_actors.h> #include <code_80281780.h> |
