Commit Graph

19 Commits

Author SHA1 Message Date
RavePossum
765930de28 Add constgen enum for poketch apps 2024-07-22 09:23:21 -04:00
Rachel
36045f723b Format the source tree 2024-07-06 14:40:34 -07:00
Trainer Riley
85d3c6c204 Name a couple more functions and variables 2024-04-06 18:15:53 -07:00
Trainer Riley
45739073c0 Update dot art function names 2024-03-31 22:12:19 -07:00
Trainer Riley
40018b162c renamed pedometer functions + tweaked a couple variable names 2024-03-31 21:53:00 -07:00
Trainer Riley
18d5079853 Renamed functions for clarity and removed redundant comments. 2024-03-30 14:21:33 -07:00
Trainer Riley
b96f8b96db Change unrelated enums to defines and update src and dst parameters 2024-03-29 23:26:49 -07:00
Trainer Riley
b757633b2e Finished documenting PoketchData 2024-03-29 21:49:31 -07:00
TrainerRiley
1a6121494b
Merge branch 'pret:main' into PoketchData_Calendar 2024-03-24 15:09:09 -07:00
TrainerRiley
39978b4d5f
update comments on enum values
Co-authored-by: cbt6 <91667135+cbt6@users.noreply.github.com>
2024-03-24 13:01:56 -07:00
Trainer Riley
4ec1ab0482 Add names & comments to variables and functions for the calendar in PoketchData. Also style guide cleanup. 2024-03-24 00:57:50 -07:00
ravepossum
07ead576ee rename savedata.c and .h 2024-03-23 15:46:18 -04:00
ravepossum
60b004087c move savedata struct declaration out of separate file 2024-03-23 14:57:18 -04:00
Trainer Riley
51752d105a simplified SaveData_PoketchData, doxygenized comments, and more style guide/formatting cleanup 2024-03-22 14:53:59 -07:00
Trainer Riley
c070a7802d Replaced defines with enums, moved struct definition to the header file (and removed the old declaration header), and formatting/style guide fixes 2024-03-22 14:11:17 -07:00
Trainer Riley
706285ed88 Remove unnamed poketch data file & rename struct declaration file 2024-03-21 20:34:10 -07:00
Trainer Riley
68965f6495 Updated comments and replaced more magic numbers with defined values.
It looks like it was safe to add the save_table header in the c file; the rom still matches.
2024-03-21 19:57:13 -07:00
Trainer Riley
12dd7cc9cd More functions in PoketchData named, variables named, and comments added to all known Poketch functions so far. 2024-03-21 00:06:38 -07:00
Trainer Riley
666bcd3092 Poketch Data - named most variables in the struct, named many of its functions, and started adding comments. 2024-03-20 00:09:58 -07:00