Commit Graph

362 Commits

Author SHA1 Message Date
Rachel
58abb1920a Document and clean up BattleMessage_Print 2024-02-09 21:17:38 -08:00
Rachel
1374012d92 Document BattleMessage_Format 2024-02-09 20:52:00 -08:00
Rachel
e13b99d606 sub_0200C388 -> StringFormatter_Format 2024-02-09 20:46:37 -08:00
Rachel
730c99d60e Clean up and document BattleMessage_CheckSide 2024-02-09 20:28:47 -08:00
Rachel
61202bde13 Label routines used by BattleMessage_Print 2024-02-09 19:59:13 -08:00
Rachel
f9f322f442 Clean up WaitForBattleMessagePrint and BattleDisplay_PrintMessage 2024-02-09 19:56:39 -08:00
Rachel
54f84b4925 Rename some functions in battle_display.c 2024-02-09 19:45:24 -08:00
Rachel
c6b4546a92 Rename some files in overlay 16 according to function 2024-02-09 19:40:47 -08:00
Rachel
08dca8b324 Document core routines for printing text in battle 2024-02-09 19:30:33 -08:00
Rachel
8176ae0ffe Clean up improper include guard on party_gauge.h 2024-02-08 22:26:50 -08:00
Rachel
8d4cd6b9da Clean up [Show,Hide]Pokeballs routines 2024-02-08 22:19:03 -08:00
Rachel
3228d2422a Document [Show,Hide]Arrow 2024-02-08 22:19:03 -08:00
Rachel
6a178edfe3 Document SpriteTemplate struct 2024-02-08 22:19:03 -08:00
Rachel
613541aaf9 Label sprite-drawing routines used by party gauge tasks 2024-02-08 22:19:03 -08:00
Rachel
3f108548fa Document externally-visible functions for the party gauge 2024-02-08 22:19:03 -08:00
Rachel
2e2b185a0d Label routines for loading graphics resources from open NARCs
Names are copied from pokeheartgold.
2024-02-08 22:19:03 -08:00
Rachel
3fdcf8791b Synchronize struct names for graphics rendering with pokeheartgold 2024-02-08 22:19:03 -08:00
Rachel
06517be4e4 ov16_0226D094 -> party_gauge, label external routines 2024-02-08 22:19:03 -08:00
Rachel
f896d7f911 Label fields for top-level PartyGauge struct 2024-02-08 08:56:19 -08:00
Rachel
7e3fba41f9 Document enum values for controlling PartyGauge display 2024-02-08 08:54:12 -08:00
Rachel
575607a3e2 Document Battler-level PartyGauge routines 2024-02-07 16:27:04 -08:00
Rachel
f75124a49e Label struct fields for PartyGaugeTask 2024-02-07 16:17:21 -08:00
Rachel
bc303a1a86 Label core routines and struct fields for party gauge 2024-02-07 16:17:04 -08:00
Rachel
b0077dd410 Document BattleIO routines for the party gauge 2024-02-07 15:35:05 -08:00
Rachel
d64f2f90ee Document PartyGaugeData_New routine 2024-02-07 13:55:12 -08:00
Rachel
2a1de2dda8 Label PartyGaugeData struct and member fields 2024-02-07 13:29:26 -08:00
Rachel
393b24ab89
Merge pull request #139 from lhearachel/json2bin_constgen
Migrate json2bin scripts to constgen headers
2024-02-07 09:04:46 -08:00
Rachel
fdc5540fb7 Move consts used by json2bin to constgen 2024-02-06 22:29:22 -08:00
Rachel
aa7792cf03 Clean up [Get,Set]DataInternal functions in pokemon.c 2024-02-06 15:14:25 -08:00
Rachel
9246e4b890 Bulk rename known values for enum PokemonDataParam 2024-02-06 15:08:04 -08:00
Rachel
29a6c70d69 Document remaining fields in PokemonDataBlock structs + update Doxygen comments 2024-02-06 14:07:36 -08:00
froggestpsirit
2039f30af6 Pokeradar cleanup 2024-02-03 11:21:06 -05: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
Maja Kądziołka
f3604018fe
Label some code referenced by main (#133)
* main callback, hblank

* HandleConsoleFold

* WaitFrame, SoftReset, UpdateSound

* HeapCanary

* Label the RTC code

* Address review comments
2024-01-29 12:14:41 -08: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
2443a136ee
Merge pull request #129 from lhearachel/pokemon_cries
Document routines for initializing Pokemon cries
2024-01-28 14:59:01 -08:00
Maja Kądziołka
e4edaa7744
Apply suggestions from review 2024-01-28 02:57:28 +01:00
Maja Kądziołka
2a325ba041
File reading functions 2024-01-28 02:15:42 +01:00
Maja Kądziołka
af2ac550b1
Label touch input processing 2024-01-28 02:05:15 +01:00
Maja Kądziołka
27c4682368
Label pad input processing 2024-01-28 01:51:16 +01:00
Rachel
9535a09487 First pass at labelling AI script commands 2024-01-26 21:49:07 -08:00
Rachel
620cab7dc0 Document entry-routines for playing Pokemon cries 2024-01-26 21:41:57 -08:00
Rachel
825e3f3cc4 Label functions used for playing Pokemon cries 2024-01-26 20:48:55 -08:00
Rachel
4739e0ed14 Label + document ChatotCry struct 2024-01-26 20:43:50 -08:00
Rachel
7e1574a1ee
Merge pull request #126 from lhearachel/hidden_items
Document hidden field items table
2024-01-25 11:13:56 -08:00
Rachel
2cec41cc12 Document hidden field items table 2024-01-25 10:35:46 -08:00
Rachel
09e74fff71 Document mid-turn switch AI functions 2024-01-24 22:33:30 -08:00
Rachel
b876960686 Document AI-visible damage calc 2024-01-24 22:33:25 -08:00
Rachel
60661e1270 Document simple non-command static functions in trainer_ai.c 2024-01-24 22:25:07 -08:00