Skip to content

Commit

Permalink
Merge pull request #51 from UsernameFodder/renaming
Browse files Browse the repository at this point in the history
Rename some functions for pmdsky-debug sync
  • Loading branch information
AnonymousRandomPerson authored Dec 27, 2023
2 parents e2425df + 38625d6 commit 8742a9c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tools/sync_pmdsky_debug/symbol_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
'_secure': 'SECURE',
'_start_AutoloadDoneCallback': 'StartAutoloadDoneCallback',
'_start_ModuleParams': 'START_MODULE_PARAMS',
'MIi_UncompressBackward': 'MIiUncompressBackward',
'OSi_ReferSymbol': 'OSiReferSymbol',
'SVC_CpuSet': 'SvcCpuSet',
'SVC_SoftReset': 'SvcSoftReset',
'SVC_WaitByLoop': 'SvcWaitByLoop',
'SVC_CpuSet': 'Svc_CpuSet',
'SVC_SoftReset': 'Svc_SoftReset',
'SVC_WaitByLoop': 'Svc_WaitByLoop',
}

MIXED_CASE_SYMBOLS_ARM7 = {
Expand Down

0 comments on commit 8742a9c

Please sign in to comment.