Commit Graph

922 Commits

Author SHA1 Message Date
wildfire
331d1aeaa1 Build pl_pokezukan.narc and shinzukan.narc from json 2024-02-08 13:33:35 +00:00
wildfire
7d5c5640e4 Create Sinnoh Pokedex json 2024-02-08 12:42:04 +00: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
390a04b02b
Merge pull request #138 from lhearachel/poke_struct_docs
Clean up documentation in Pokemon structs
2024-02-07 08:52:00 -08:00
Rachel
05288e102d Delete leftover json2bin consts definitions 2024-02-06 22:32:43 -08:00
Rachel
4dcd0bdd7b Migrate movedata.py to constgen headers 2024-02-06 22:32:43 -08:00
Rachel
fc3d1f102b Migrate trainer_data.py to constgen headers 2024-02-06 22:32:40 -08:00
Rachel
646db45f4a Migrate pokemon_wotbl_data.py to constgen headers 2024-02-06 22:29:26 -08:00
Rachel
71d2e0fa1b Migrate pokemon_personal_data.py to constgen headers 2024-02-06 22:29:26 -08:00
Rachel
3f630c978e Migrate pl_poke_data.py to constgen headers 2024-02-06 22:29:26 -08:00
Rachel
58fbb5c3aa Migrate evo.py to constgen headers 2024-02-06 22:29:26 -08:00
Rachel
2021ba8eaa Migrate encounters.py to constgen headers 2024-02-06 22:29:26 -08:00
Rachel
b4d2a18077 Use an env for json2bin to support constgen modules 2024-02-06 22:29:26 -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
Rachel
3dfe74e7dc
Merge pull request #137 from froggestspirit/main
Pokeradar Documentation
2024-02-04 10:22:43 -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
Rachel
b6626c5c6b
Merge pull request #118 from pret/feature/clangd_compatible_compile_commands
GCC-friendly compile_commands.json maker
2024-01-31 08:34:14 -08:00
Rachel
24b821fda9
Convert Nitro palette for pl_poke_icon to JASC (#136) 2024-01-30 15:54:44 -08:00
Rachel
8756e1dc86
Specify indices for entries in sNarcPaths at initialization (#135) 2024-01-30 10:47:33 -08: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
Rachel
448a3aff79
Merge pull request #130 from lhearachel/python38
Update json2bin for python3.8 compatibility
2024-01-28 14:48:36 -08:00
Rachel
8f791deecc
Update INSTALL.md with correct msys2 binutils package (#132)
* Update INSTALL.md with correct msys2 binutils package

* Use MINGW_PACKAGE_PREFIX + update path
2024-01-28 14:13:15 -08:00
Rachel
0cc483b6c4
Merge pull request #131 from meithecatte/input-mostly
Label input processing and other small stuff
2024-01-27 18:37:52 -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
Maja Kądziołka
b28150a287
replace.sh: replace all occurences
Without the /g flag, only the first occurence on each line will get
replaced.
2024-01-28 01:19:39 +01:00
Rachel
30f15cf146 Update json2bin for python3.8 compatibility 2024-01-27 13:49:49 -08:00
Rachel
8f8326ca35
Merge pull request #128 from lhearachel/trainer_ai
First pass at labelling AI script commands
2024-01-27 12:17:15 -08: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
fcfa72049f
Merge pull request #125 from lhearachel/trainer_ai
Document non-command routines for trainer AI
2024-01-25 11:05:44 -08:00
Rachel
2cec41cc12 Document hidden field items table 2024-01-25 10:35:46 -08:00
Rachel
edbdf71c8b Document item-use decision routine 2024-01-24 22:33:30 -08:00
Rachel
09e74fff71 Document mid-turn switch AI functions 2024-01-24 22:33:30 -08:00
Rachel
9c18db8384 Document TrainerAI_CalcAllDamage and TrainerAI_GetStats 2024-01-24 22:33:30 -08:00
Rachel
f66f8951db Document AI-visible variable move-type calculation routine 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