Commit Graph

13 Commits

Author SHA1 Message Date
Eduardo Quezada
75df4dcd07
Fully sync Heap functions with pokeheartgold (#621) 2025-08-23 14:31:51 -07:00
h2o-DS
72a0a05de8
Document pokedex_graphics (#507)
Some checks failed
build / build (push) Has been cancelled
* Document pokedex_graphics

ov21_021D1FA4 -> pokedex_graphics
UnkStruct_ov21_021D22F8 -> PokedexSpeciesLabel
UnkStruct_ov21_021D23F8 -> FadeTransition
UnkStruct_ov21_021D2584 -> PokedexCursorGraphics
UnkStruct_ov21_021D2648 -> CursorTransformation
UnkStruct_ov21_021D3124 -> PokedexCursorManager

* Fade to Blend

Changed `FadeTransition` to `PokedexBlendTransition`
Changed corresponging function names
Added species enum
Created `MAX_SPRITE_RESOURCE_DS`

* Format

* Update max_sprite_resource

Co-authored-by: Rachel <lhearachel@proton.me>

* Update max_sprite_resource_gen4

---------

Co-authored-by: Rachel <lhearachel@proton.me>
2025-05-19 10:42:55 -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
Rachel
41abbde3c6 Mass terminology update: CellActor -> Sprite, etc. 2025-02-13 18:43:23 -08:00
Rachel
02870538aa Identify unk_0200C6E4 -> sprite_system and document structs 2025-02-13 18:37:08 -08:00
Rachel
97d1986ee1 Collapse NARC struct decl into narc.h, clean up narc.c 2024-10-23 13:48:18 -07:00
Rachel
803799e7bd Document structs declared in palette.h 2024-10-23 13:27:54 -07:00
Fexty12573
ae58a0c00c PR Feedback: AddTable -> Extend, field/parameter naming 2024-07-08 19:39:22 +02:00
Fexty12573
6334d6fbd2 clang format 2024-07-07 11:09:04 +02:00
Fexty12573
fee17fe9ad Fix pointer alignment 2024-07-07 10:39:01 +02:00
Fexty12573
862e363271 Update terminology (cell -> sprite, char -> tiles 2024-07-07 10:39:01 +02:00
Fexty12573
97932c582a Move sprite resource structs to header and remove decl files 2024-07-07 10:38:52 +02:00
Fexty12573
737ba286c6 SpriteResource cleanup 2024-07-07 10:18:43 +02:00