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:
Fazana
2022-10-30 19:58:59 +00:00
committed by GitHub
parent 72cfe9e0fa
commit e47fc4b0ef
56 changed files with 3988 additions and 4535 deletions
+1 -1
View File
@@ -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')
]