mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Renamed D_* prefixed functions to func_*
This commit is contained in:
@@ -11,10 +11,10 @@ MAP_FILEPATH = BUILD_DIR + '/dkr.map'
|
||||
ROM_FILEPATH = BUILD_DIR + '/dkr.z64'
|
||||
|
||||
FUNCTIONS_TO_CALC = [
|
||||
('func_8003B4BC', 'D_800DCDD0'),
|
||||
('func_80068158', 'D_800DD320'),
|
||||
('func_80019808', 'D_800DC690'),
|
||||
('D_80024D54', 'D_800DCEA0')
|
||||
('func_80024D54', 'D_800DCEA0'),
|
||||
('func_8003B4BC', 'D_800DCDD0'),
|
||||
('func_80068158', 'D_800DD320')
|
||||
]
|
||||
|
||||
def getMatches(string, regex):
|
||||
|
||||
Reference in New Issue
Block a user