diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2023-03-09 01:53:38 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-08 23:53:38 -0500 |
| commit | 496b4928ea8bdf310949a88bbe221d91c2d3ebff (patch) | |
| tree | 8f343d0cdca849fa49dac2f269867a74af915a3b /tools/sizes/code_functions.csv | |
| parent | 2f1e7b3de8695c8f093c18ee6fe2e9e5c4c9e15a (diff) | |
Rename `GameInfo` to `RegEditor` (#1178)
* Rename RegEditor and move it to regs.h
* bring over some minor doc from oot
* add missing include
* Update tools/disasm/variables.txt
Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
* update comment
* bss
---------
Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
Diffstat (limited to 'tools/sizes/code_functions.csv')
| -rw-r--r-- | tools/sizes/code_functions.csv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sizes/code_functions.csv b/tools/sizes/code_functions.csv index 0f80073e7..7c36208b8 100644 --- a/tools/sizes/code_functions.csv +++ b/tools/sizes/code_functions.csv @@ -1033,7 +1033,7 @@ asm/non_matchings/code/code_800E8EA0/Actor_TrackPoint.s,Actor_TrackPoint,0x800E8 asm/non_matchings/code/code_800E8EA0/Actor_TrackPlayerSetFocusHeight.s,Actor_TrackPlayerSetFocusHeight,0x800E9138,0x46 asm/non_matchings/code/code_800E8EA0/Actor_TrackPlayer.s,Actor_TrackPlayer,0x800E9250,0x44 asm/non_matchings/code/z_common_data/func_800E9360.s,func_800E9360,0x800E9360,0x20 -asm/non_matchings/code/z_debug/GameInfo_Init.s,GameInfo_Init,0x800E93E0,0x24 +asm/non_matchings/code/z_debug/Regs_Init.s,Regs_Init,0x800E93E0,0x24 asm/non_matchings/code/z_debug_display/DebugDisplay_Init.s,DebugDisplay_Init,0x800E9470,0x6 asm/non_matchings/code/z_debug_display/DebugDisplay_AddObject.s,DebugDisplay_AddObject,0x800E9488,0x37 asm/non_matchings/code/z_debug_display/DebugDisplay_DrawObjects.s,DebugDisplay_DrawObjects,0x800E9564,0x24 |
