Skip to content

Commit c09abdd

Browse files
committed
Adjusted various functions
1 parent 7b2f688 commit c09abdd

File tree

12 files changed

+894
-945
lines changed

12 files changed

+894
-945
lines changed

ttyd-tools/rel/include/menufunctions.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ int32_t getTotalItems();
2626
void getUpperAndLowerBounds(int32_t arrayOut[2], uint32_t currentMenu);
2727
uint32_t *getPouchAddressAndSize(uint32_t tempArray[2]);
2828
bool checkForItemsOnNextPage(uint32_t currentPage);
29+
bool checkErrorMessageReqs();
2930
bool checkForClosingErrorMessage();
3031

3132
void correctInventoryCurrentMenuOptionAndPage(uint32_t maxOptionsPerPage);

ttyd-tools/rel/include/patch.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
namespace mod::patch {
66

77
void clear_DC_IC_Cache(void *ptr, uint32_t size);
8+
void writeStandardBranches(void *address, void functionStart(), void functionBranchBack());
89
void writeBranch(void *ptr, void *destination);
910
void writeBranchLR(void *ptr, void *destination);
1011
void writeBranchMain(void *ptr, void *destination, uint32_t branch);

0 commit comments

Comments
 (0)