Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the big code_80091750.c rename #684

Merged
merged 48 commits into from
Jan 4, 2025
Merged
Show file tree
Hide file tree
Changes from 34 commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
4915880
some rename
coco875 Sep 17, 2024
87e7caa
type menu
coco875 Sep 17, 2024
066d18b
continue rename and place const
coco875 Sep 22, 2024
6200329
Renames and doc
MegaMech Sep 22, 2024
43b7e41
more
MegaMech Sep 23, 2024
a87c898
buffer vars
MegaMech Sep 23, 2024
d5fc322
Merge pull request #22 from MegaMech/patch-1
coco875 Sep 23, 2024
575f451
clang format
coco875 Sep 23, 2024
97be909
Merge pull request #21 from coco875/clang-format
coco875 Sep 23, 2024
7c85cac
continue rename
coco875 Sep 23, 2024
e6f33c4
some rename and get it compile (but don't match for obscure reason)
coco875 Sep 24, 2024
55a0a3c
Merge branch 'master' into text-documentation
coco875 Sep 26, 2024
bfaab29
Merge branch 'master' into text-documentation
coco875 Sep 27, 2024
0bca03b
get it match again and fix some warning
coco875 Sep 27, 2024
c5a7d0a
fix all warning
coco875 Sep 27, 2024
0ee98ae
Merge remote-tracking branch 'origin/master' into HEAD
AloXado320 Oct 6, 2024
9ad4f29
Match 6 functions
AloXado320 Oct 6, 2024
52d8c3e
continue rename
coco875 Oct 7, 2024
8050db3
load img renames and first step or label menu items
AloXado320 Oct 13, 2024
d797a97
MenuItem struct names and some rename
AloXado320 Oct 19, 2024
0c7bb8f
rename around
coco875 Dec 19, 2024
ad04dc6
rename code_80091750 to menu_item
coco875 Dec 19, 2024
df687d0
clean up a little
coco875 Dec 19, 2024
fdc201b
Merge branch 'master' into text-documentation
coco875 Dec 19, 2024
a6daa22
Update menu_item.h
coco875 Dec 19, 2024
59c798f
Merge remote-tracking branch 'upstream/master' into text-documentation
coco875 Dec 19, 2024
5e6eb4f
document waypoint and more
coco875 Dec 20, 2024
faa4e33
Revert "document waypoint and more"
coco875 Dec 20, 2024
a12d3de
apply review
coco875 Dec 22, 2024
5f2a062
Update menu_item.c
coco875 Dec 22, 2024
bf11acc
fix some review
coco875 Dec 23, 2024
4eff788
rename func_8009E620 to clear_menus
coco875 Dec 27, 2024
0981c70
do a rename
coco875 Dec 30, 2024
47f15ac
apply review
coco875 Dec 31, 2024
f6bcddf
finish rename normally
coco875 Dec 31, 2024
62f1475
more small rename
coco875 Dec 31, 2024
5a39047
few fix of name
coco875 Jan 1, 2025
7a4c911
few more fix
coco875 Jan 1, 2025
13fd875
minor fix
coco875 Jan 2, 2025
bda3b70
Update menus.c
coco875 Jan 2, 2025
1f5b4b9
last rename normally
coco875 Jan 2, 2025
2888157
Update render_menus.s
MegaMech Jan 3, 2025
5a563a2
Update menu_items.c
MegaMech Jan 3, 2025
3e37390
Renames seg2 textures.c
MegaMech Jan 3, 2025
fe7f18a
Merge pull request #25 from MegaMech/patch-2
coco875 Jan 3, 2025
da00037
MENU_ITEMtype --> MENU_ITEM_TYPE
coco875 Jan 3, 2025
3b07895
remove a useless parameter
coco875 Jan 3, 2025
927ed1e
func_80099110 --> clear_menu_textures
coco875 Jan 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ include $(MAKEFILE_SPLIT)
# These are files that need to be encoded into EUC-JP in order for the ROM to match
# We filter them out from the regular C_FILES since we don't need nor want the
# UTF-8 versions getting compiled
EUC_JP_FILES := src/ending/credits.c src/code_80005FD0.c src/code_80091750.c
EUC_JP_FILES := src/ending/credits.c src/code_80005FD0.c src/menu_items.c
C_FILES := $(filter-out %.inc.c,$(filter-out $(EUC_JP_FILES),$(foreach dir,$(SRC_DIRS),$(wildcard $(dir)/*.c))))
S_FILES := $(foreach dir,$(ASM_DIRS),$(wildcard $(dir)/*.s))
# Include source files in courses/course_name/files.c but exclude .inc.c files.
Expand Down
146 changes: 0 additions & 146 deletions asm/non_matchings/code_80091750/func_80099184.s

This file was deleted.

112 changes: 0 additions & 112 deletions asm/non_matchings/code_80091750/func_80099394.s

This file was deleted.

100 changes: 0 additions & 100 deletions asm/non_matchings/code_80091750/func_8009952C.s

This file was deleted.

Loading