Commit Graph

106 Commits

Author SHA1 Message Date
VicSevenT
89fc30b759
Document Great Marsh Tram (#1005)
Some checks are pending
build / build (push) Waiting to run
2026-03-16 16:20:35 -07:00
CharlesFolz4
cc846e7d55
Document Contest script commands (#982) 2026-03-15 13:56:52 -07:00
scbroede
fbcfa7400a
document most start menu code (#991)
Some checks are pending
build / build (push) Waiting to run
2026-03-08 11:12:02 -07:00
VicSevenT
90791df9ca
Document Field Warp animations and transition (#942) 2026-02-16 10:37:24 -08:00
Eduardo Quezada
a177c127cb
Convert multiple u32 heapID to enum HeapID heapID (#895) 2026-01-16 14:37:55 -08:00
CharlesFolz4
a134c45fa0
Document link contest records (#874) 2026-01-16 14:07:13 -08:00
Eduardo Quezada
8bcb66b1f2
Convert multiple int heapID to enum HeapID heapID (#879) 2026-01-08 16:36:05 -08:00
Eduardo Quezada
84ba2c9077
Strbuf to String (#847) 2025-12-14 10:36:00 -05:00
metallicity
6c0ca8639c
Document TV broadcast commands and some internals (#724) 2025-10-31 20:46:14 -07:00
metallicity
748c228868
Document pokecenter common scripts and animation (#690) 2025-09-12 13:26:06 -07:00
scbroede
e98ffd9388
document safari game scripts and text (#725) 2025-09-03 19:29:07 -07:00
Metallicity
8ab1ed8b11 Document PC animations 2025-08-28 19:06:12 -07:00
metallicity
c78e72d9ae
Document elevator scripts and animation (#717)
Some checks failed
build / build (push) Has been cancelled
2025-08-29 06:31:13 +08:00
Rachel
92b87b88c2
Document ov05_021F08CC as Fishing (#699) 2025-08-23 11:46:48 -07:00
CharlesFolz4
74fc215b41 Update text bank and enum names 2025-08-23 14:13:14 -04:00
scbroede
af1c790766
document gts + networking (#673)
Co-authored-by: ellieplayswow <164806095+ellieplayswow@users.noreply.github.com>
2025-08-23 10:41:11 -07:00
CharlesFolz4
9260704d9f Document some fishing functions 2025-08-19 22:58:40 -04:00
ItsLeaze
5f5ee9bce1
Document HM Cut-In (#684)
Some checks are pending
build / build (push) Waiting to run
2025-08-19 09:38:17 -07:00
Eduardo Quezada
e1874d99c1
Renamed option struct elements (#550) 2025-06-22 10:55:07 -07:00
Eduardo Quezada
cb8dd96354
Rename SaveData uses (#519) 2025-05-23 22:57:46 -07:00
Eduardo Quezada
e7d42fb976
Heap ID breadcrums: Revengeance (#463)
* Heap_AllocFromHeapAtEnd Heap ID breadcrums

* Consistent heapID capitalization

* More Heap IDs

* A little bit more Heap IDs

* More and more Heap IDs

* Stopping for today

* MOAR

* more and more

* Back from the Heap ID mines

* A couple more
2025-04-20 12:50:46 -07:00
Kuruyia
b39948b1f2 Identify functions related to dynamic map features
This renames the init/free and collision check functions related to
dynamic map features, according to the maps where they are used.

Signed-off-by: Kuruyia <github@kuruyia.net>
2025-03-24 10:11:14 +01:00
RavePossum
ad79c0418c unk_0200762C -> pokemon_sprite 2025-03-09 19:24:44 -04:00
RavePossum
f0ff83c47a Remove pokemon sprite struct def file and move to unk_0200762C.h 2025-03-09 19:24:43 -04:00
RavePossum
fa983cf03b Move PokemonSpriteTemplate to pokemon sprite struct def header 2025-03-09 19:24:43 -04:00
RavePossum
d0f759ca3b Mass rename ArchivedSprite -> PokemonSpriteTemplate 2025-03-09 19:23:08 -04:00
Eduardo Quezada
85b106badc Document params used with Heap_AllocFromHeap - Part 5 2025-03-04 18:50:21 -03:00
Rachel
41abbde3c6 Mass terminology update: CellActor -> Sprite, etc. 2025-02-13 18:43:23 -08:00
cbt6
809b571fa8 Address review feedback 2025-02-13 16:03:24 +08:00
cbt6
f60f44f3cf Document npc_trade.c 2025-02-13 12:16:23 +08:00
Rachel
f1ac42f387
Merge pull request #361 from lhearachel/sprite-util
Some checks failed
build / build (push) Has been cancelled
Document sprite_util.c
2025-02-05 21:27:40 -08:00
TheSylphIsIn
38a4eed067 wild_encounter PR cleanup 2025-02-05 01:16:46 -05:00
Rachel
6ae0808081 Document sprite_util structs 2025-02-04 18:52:36 -08:00
Rachel
7f3e09fc33 Identify unk_020093B4 -> sprite_util 2025-02-04 18:52:36 -08:00
TheSylphIsIn
5cfa8894af Finish documenting special_encounter
Documents the last unknown components of SpecialEncounter. Also some other things, sorry.
2025-02-04 16:52:48 -05:00
TheSylphIsIn
b4229dbac1 Honey Trees
Documents honey_tree. Mostly. There are some functions related to the overworld tree shaking animation that I didn't document, but it's at least contextually obvious what the end result is.

Also might have a bit of roamer stuff, idk, this commit was sitting for 2 weeks
2025-02-03 22:44:28 -05:00
TheSylphIsIn
233169c647 FEEBAS
Document OV6_02247660, which handles Feebas tile fishing. Could probably be merged into another file but I leave decisions like that to the smart people.
2025-01-27 00:17:43 -05:00
TheSylphIsIn
c21bf5586d Document ov6_02240D5C -> WildEncounter_TryWildEncounter
This had a lot of collateral because it also touches Poke Radar, Roamers, Repels, etc
2025-01-26 22:13:21 -05:00
TheSylphIsIn
03684d7360 Great Marsh lookout documentation
Documents:
 - great_marsh_lookout, which handles the scene launched by interacting with the binoculars in the Great Marsh lookout
 - great_marsh_binoculars, which handles the map/mon sprite view part of that scene
 - some incidental stuff I found while working on those, including the func that loads dual slot encounters and some stuff with the SpecialEncounter struct
2025-01-19 16:06:39 -05:00
Viperio19
da15089bc3 Remove more unnecessary scope blocks and replace taskMan in files from this PR with task 2024-11-21 08:07:02 +01:00
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