mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Couple matches (#270)
* match func_80077268 * Update borders.c * Update borders.h * game.c labels * rename border * match func_80068BF4 and func_80069484 * Update camera.c * camera.c labels * more camera.c documentation oh god this is gonna be another one of THOSE PR's again isn't it? * Update camera.c * destruction * nonmatching func_80002DF8 * make clean now removes the linker * Update unknown_003260.c * match func_800A0EB4 * match render_background * fix warnings * style fixes * label indicator arrows in the UI * requested changes * struct renames * match func_800A7B68 * Update README.md * match func_800A5A64 * Fix unforgivable typo sorry im not a fake fan I sware on me nan * Update README.md * more detailed documentation of game_ui * match func_800A01A0 * prelim changes * oh no * nonmatching func_80024D54 * labbel * fix build * fix context warnings * match func_800A7520 * fixes * requested changes
This commit is contained in:
@@ -13,7 +13,7 @@ ROM_FILEPATH = BUILD_DIR + '/dkr.z64'
|
||||
FUNCTIONS_TO_CALC = [
|
||||
# function checksum variable func size variable
|
||||
('func_80019808', 'gFunc80019808Checksum', 'gFunc80019808Length'),
|
||||
('func_80024D54', 'gTractionTableChecksum', 'gFunc80024D54Length'),
|
||||
('render_scene', 'gTractionTableChecksum', 'gFunc80024D54Length'),
|
||||
('obj_loop_goldenballoon', 'gObjLoopGoldenBalloonChecksum', 'gObjLoopGoldenBalloonLength'),
|
||||
('func_80068158', 'gFunc80068158Checksum', 'gFunc80068158Length')
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user