Commit Graph

66 Commits

Author SHA1 Message Date
Rachel
54bf0780b7 Identify unk_02051D8C -> field_battle_data_transfer 2024-11-09 20:08:53 -08:00
Rachel
b83538a1c5 Identify unk_020508D4 -> field_task; rename FieldTask -> FieldTaskFunc, TaskManager -> FieldTask 2024-11-03 16:08:01 -08:00
Rachel
119135dde3 Document location.c, TryLoadingSave, StartNewSave 2024-11-01 11:03:29 -07:00
Adrienn Tindall
b21c778ada Requested Changes + Much more documentation 2024-10-01 23:20:30 -04:00
Rachel
36045f723b Format the source tree 2024-07-06 14:40:34 -07:00
Rachel
16c3fb89fe
Merge pull request #235 from lhearachel/game-records
Document game_records.c
2024-06-23 18:16:07 -07:00
Rachel
9daf10bbf6 Name all struct members and function params of type GameRecords* 2024-06-23 01:17:54 -07:00
Rachel
b6471d27b3 Rename UnkStruct_0202CD88 -> GameRecords 2024-06-23 01:11:12 -07:00
tillgeissler
617b9e051d Merge branch 'main' into wild-encounter-data 2024-06-22 03:12:21 +02:00
Rachel
807da949ab
Merge pull request #233 from TrainerRiley/rename_poketch_system_vars
Rename all PoketchSystem, PoketchData, and PoketchButtonManager variables in the codebase
2024-06-21 15:10:38 -07:00
Trainer Riley
79fe26b4e1 Rename all PoketchData variables in the codebase 2024-06-21 12:48:39 -07:00
Fexty12573
3c96d1ab7f PR Feedback: Move struct definitions and fix includes 2024-06-21 18:20:45 +02:00
Rachel
a015d5d476
Merge pull request #229 from Fexty12573/bag
Document Bag Logic
2024-06-21 07:38:03 -07:00
Fexty12573
772fbe7450 Rename Bag struct 2024-06-21 07:38:54 +02:00
Fexty12573
d23b72bc38 Rename bag files and remove decl files 2024-06-21 07:38:54 +02:00
Fexty12573
196772122e Rename variables/fields where Camera is used 2024-06-21 07:38:20 +02:00
Fexty12573
64b250a7f0 Rename camera struct and document basic functions 2024-06-21 07:38:20 +02:00
Fexty12573
0856417f39 Rename camera files 2024-06-21 07:38:20 +02:00
tillgeissler
8d39b5fc85 Document many more functions and scructs for WildEncounters 2024-06-18 02:44:19 +02:00
tillgeissler
f344424ed9 Rename WaterEncounterData -> WaterEncounter; GrassEncounterData -> GrassEncounter 2024-06-18 02:10:47 +02:00
tillgeissler
3bddfb91e5 Rename encounter_data.h -> wild_encounters.h 2024-06-17 21:14:23 +02:00
tillgeissler
bf083bb18d Replace char by s8 type 2024-06-16 20:59:56 +02:00
tillgeissler
af8e4634b7 fix SBIN checksum comparison 2024-06-16 18:45:54 +02:00
tillgeissler
43c0e6849b Continue documenting wild encounter including PR feedback 2024-06-15 04:38:51 +02:00
tillgeissler
5af14e70d8 Rename WildEncounterData variables 2024-06-14 01:40:00 +02:00
tillgeissler
3c0db94c5e Rename UnkStruct_ov6_02242634 to WildEncounterData 2024-06-13 23:22:39 +02:00
Adrienn Tindall
10d33c357a Name journal files 2024-06-02 22:07:41 -04:00
Adrienn Tindall
aea5b883ff Identify Journal struct 2024-06-02 06:31:53 -04:00
Adrienn Tindall
2b17be4805 Every instance of FieldSystem 2024-05-27 17:33:40 -04:00
Adrienn Tindall
35de262ebd UnkStruct_02049FA8 -> Location 2024-05-19 18:04:51 -04:00
RavePossum
554577e509 move options struct definition to options file, mass rename to game_options 2024-04-14 16:17:45 -04:00
Adrienn Tindall
6bae1c3e78 Identify TaskManager 2024-04-12 21:42:04 -04:00
Rachel
9890becf13 StringFormatter -> StringTemplate 2024-04-10 15:23:32 -07:00
Rachel
42ebc60be3 Collapse struct typedef into unk_0200B358.h 2024-04-10 15:12:59 -07:00
Adrienn Tindall
0f2291efad Destroy all traces of struct_0203CDB0 2024-04-02 11:51:00 -04:00
Adrienn Tindall
360517a451 UnkStruct_0203CDB0 -> FieldSystem 2024-04-01 12:44:02 -04: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
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
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
Rachel
2a88567e80 Rename AnimationControlFlags -> Options + label struct fields 2024-02-19 11:25:30 -08:00
Rachel
ec274059e8 Label structs and functions used by Healthbar_DrawBattlerName
- UnkStruct_0200B358 → StringFormatter
- ov16_0223E0D0 → BattleSystem_StringFormatter
- sub_0200B5CC → StringFormatter_BufferNickname
- sub_0201D7E0 → PrintStringWithColorAndMargins
- sub_0201A870 → BGL_AddFramelessWindow
- sub_02021F98 → SpriteActor_ImageProxy
2024-02-11 12:18:32 -08:00
Bepis
7287ea0105
Finish struct renames 2024-02-12 05:03:35 +11:00
Bepis
21c031dc4d
Rename typedef to PokedexData 2024-02-12 05:03:34 +11:00
Frogg
c15039e2cb
Merge branch 'pret:main' into main 2024-01-31 19:19:45 -05:00
FroggestSpirit
1ad4045316 Initial pokeradar documentation 2024-01-31 19:15:28 -05:00
Rachel
b7fffbfc76
Rebase + clean-up PR#115 with current project state (#134)
* improving readability

also seemingly located the party healing function

* readability

* clean it up

* Update pokemon.h

* add function names

Adds names to many unnamed functions for readability. Also adds names to a couple structs.

* add function names

* add struct names

* more functions with human names

* rename chatotcrydata

* doxygen documentation

* update box mon function

ProcessBoxPokemonWithTrainerInfo is now UpdateBoxMonStatusAndTrainerInfo and all params are labeled

* fixing formatting

---------

Co-authored-by: Jack <schoenjack98@gmail.com>
2024-01-28 19:05:12 -08:00
Rachel
4739e0ed14 Label + document ChatotCry struct 2024-01-26 20:43:50 -08:00
lhearachel
c851345e8a Document extern functions in trainer_data.c 2023-10-30 09:41:06 -07:00