Commit Graph

14 Commits

Author SHA1 Message Date
Eduardo Quezada
75df4dcd07
Fully sync Heap functions with pokeheartgold (#621) 2025-08-23 14:31:51 -07:00
metallicity
9ca1e6e420
Document script_manager (#650) 2025-08-04 14:09:56 -07:00
Eduardo Quezada
e2a3e1303a
Sync Heap functions with pokeheartgold (#584) 2025-07-11 19:03:34 -07:00
Gudf
ad162a3369 Switch to enum NarcID, standardize names
Some checks are pending
build / build (push) Waiting to run
This replaces instances of NARC IDs with type `int` or `u32` to use
`enum NarcID` instead, and replaces most instances of a NARC ID to be
named `narcID` instead of `narc`, `narcIndex` or `narcIdx`. The name
wasn't replaced where the original one was more descriptive.
2025-04-20 17:40:00 -07:00
Eduardo Quezada
7e36d72ab5 Version changes 2025-03-06 22:18:26 -03:00
Viperio19
abbd9245e8 Adding a macro, returning an enum, and using constants 2025-01-19 02:01:50 +01:00
Viperio19
03e75a046a Minor improvements to main.c, map_header_data.c and map_header.c 2024-12-18 15:07:04 +01:00
Rachel
36045f723b Format the source tree 2024-07-06 14:40:34 -07:00
cbt6
7bcbe42908 Rename map scripts to init scripts 2024-06-29 14:07:10 +08:00
tillgeissler
3bddfb91e5 Rename encounter_data.h -> wild_encounters.h 2024-06-17 21:14:23 +02:00
tillgeissler
43c0e6849b Continue documenting wild encounter including PR feedback 2024-06-15 04:38:51 +02:00
tillgeissler
3c0db94c5e Rename UnkStruct_ov6_02242634 to WildEncounterData 2024-06-13 23:22:39 +02:00
cbt6
40ff14af06 Address review comments 2024-06-12 11:40:13 +08:00
cbt6
088c4f3552 Document map_header_data.c 2024-06-09 10:25:01 +08:00