Skip to content

Commit

Permalink
Merge pull request #386 from gamemasterplc/main
Browse files Browse the repository at this point in the history
Finish ztardll
  • Loading branch information
gamemasterplc authored Aug 8, 2024
2 parents 55b1d6c + 87533ab commit c1c5063
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 153 deletions.
4 changes: 2 additions & 2 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -1569,9 +1569,9 @@ def Rel(lib_name, objects):
"ztardll",
objects={
Object(Matching, "REL/executor.c"),
Object(NonMatching, "REL/ztardll/main.c"),
Object(Matching, "REL/ztardll/main.c"),
Object(Matching, "REL/ztardll/font.c"),
Object(NonMatching, "REL/ztardll/select.c"),
Object(Matching, "REL/ztardll/select.c"),
},
),
]
Expand Down
2 changes: 2 additions & 0 deletions src/REL/ztardll/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Process *lbl_1_bss_68;
s32 lbl_1_bss_64;
s32 lbl_1_bss_60;
s16 lbl_1_bss_5E;
s16 lbl_1_bss_5C;

s16 lbl_1_bss_5A;
s16 lbl_1_bss_58;
s32 lbl_1_bss_54;
Expand Down
Loading

0 comments on commit c1c5063

Please sign in to comment.