From 44ecd35d892c1def5ab9aa15c25fc25451d1b5d2 Mon Sep 17 00:00:00 2001 From: mariob92 <21146795-mariob92@users.noreply.gitlab.com> Date: Mon, 9 Sep 2024 19:06:52 +0200 Subject: [PATCH] renamed code_C3B20.c to file.c --- decompressed.pal.yaml | 2 +- decompressed.us.v10.yaml | 2 +- src/core2/{code_C3B20.c => file.c} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/core2/{code_C3B20.c => file.c} (100%) diff --git a/decompressed.pal.yaml b/decompressed.pal.yaml index 99b320e4..8a8cf512 100644 --- a/decompressed.pal.yaml +++ b/decompressed.pal.yaml @@ -843,7 +843,7 @@ segments: # - [0x1018B00, c, code_C31A0] #DONE # - [0x1018D60, c, rand] #DONE # - [0x10193A0, c, code_C3A40] #DONE - # - [0x1019480, c, code_C3B20] #DONE + # - [0x1019480, c, file] #DONE # - [0x1019C80, c, code_C4320] #DONE # - [0x101A8A0, c, code_C4F40] #DONE # - [0x101ADA0, c, code_C5440] #DONE diff --git a/decompressed.us.v10.yaml b/decompressed.us.v10.yaml index 7c80d57b..4d9a22d3 100644 --- a/decompressed.us.v10.yaml +++ b/decompressed.us.v10.yaml @@ -843,7 +843,7 @@ segments: - [0x1018B00, c, code_C31A0] #DONE - [0x1018D60, c, rand] #DONE - [0x10193A0, c, code_C3A40] #DONE - - [0x1019480, c, code_C3B20] #DONE + - [0x1019480, c, file] #DONE - [0x1019C80, c, code_C4320] #DONE - [0x101A8A0, c, code_C4F40] #DONE - [0x101ADA0, c, code_C5440] #DONE diff --git a/src/core2/code_C3B20.c b/src/core2/file.c similarity index 100% rename from src/core2/code_C3B20.c rename to src/core2/file.c