summaryrefslogtreecommitdiff
path: root/src/menu
AgeCommit message (Collapse)Author
2025-03-09cleanup unused and transitive includesHenny022p
2025-03-09cleanup structures.hHenny022p
2025-03-09cleanup headersHenny022p
2025-03-09cleanup graphics codeHenny022p
a bit
2025-03-09replace ScreenTransitionData with TransitionHenny022p
the struct did exist twice
2024-02-16Remove fakematch for KinstoneMenu_080A4494 using DWORD (#694)KEKW555
* Remove fakematch for KinstoneMenu_080A4494 using DWORD * Fix fint
2024-02-16Use standard union for Div Mod (#693)KEKW555
* Cleanup ui.c div and mod * Cleanup divRem in pauseMenu.c * Add non matchings * Consistent defines * Restore comment
2024-01-21Patch 1 (#692)Lemeon
* True Match sub_080A5F48 matched sub_080A5F48 using typecast on Div. * True Match DrawChargeBar Matched DrawChargeBar using typecast on Div * Update ui.c changed gUnk_0200AF00 to gHUD. this change is not yet in the repo, which the nonmatch website uses * Update ui.c changes to how my code looks * Update ui.c ; * Update pauseMenu.c * Update ui.c * Update ui.c whitespace... * Update pauseMenu.c fighting with the lint system * Update ui.c that should be the right format now
2024-01-06Merge branch 'master' into tilemap-docsoctorock
2023-12-30create enemy struct and enemy flagstheo3
2023-12-30label BounceUpdate asmtheo3
2023-12-31Merge branch 'master' into tilemap-docsoctorock
2023-12-28message definitionstheo3
2023-12-28fix fakematch in LinkHoldingItem_Action3theo3
2023-12-28Merge branch 'master' into tilemap-docsoctorock
2023-12-24Match SortKinstoneBagHenny022p
extract kinstone related data from SaveFile into it's own struct Co-authored-by: KEKW555 <152369890+KEKW555@users.noreply.github.com>
2023-11-30Update kinstoneMenu.cLemeon
changed the names for the unknowns
2023-11-30Update kinstoneMenu.cLemeon
matched KinstoneMenu_080A414C
2023-08-23Merge branch 'master' into InputsReinmmar
2023-08-15Labeled all unlabeled inputs(if I didn't miss any)Reinmmar
2023-08-14renamed variablesReinmmar
2023-08-14Inputs labeled and renamed functions and variablesReinmmar
2023-08-06Merge pull request #620 from Henny022p/savefilenotyourav
SaveFile cleanup
2023-08-02SaveFile cleanup part 3Henny022p
2023-08-02SaveFile cleanup part 1Henny022p
2023-08-01Create new entity structs for NPCsoctorock
2023-07-05various small documentation changesHenny022p
made during SGDQ23 while working on multiworld randomizer Co-authored-by: Ibot02 <jtp.jtp@gmx.de>
2023-06-10Extract some map data definitionsoctorock
2023-05-31Merge remote-tracking branch 'upstream/master' into tilemap-docsoctorock
2023-04-29Name the special values used with Kinstone FusionsCatobat
2023-04-28Document structs for interacting with entitiesCatobat
2023-04-27struct_03003DF0 seems to use struct_03003DF8Catobat
2023-04-24Fix dungeon item mixupCatobat
2023-01-08Names in KinstoneWorldEvent structCatobat
2023-01-08Name more functionsCatobat
2023-01-08Name some more functions in common.cCatobat
2023-01-08Name some functions in common.cCatobat
2023-01-07Give unk118 and unk12B in SaveFile namesCatobat
2022-12-22Fix palette groupsoctorock
2022-12-11Extract area metadataoctorock
2022-12-11Extract dungeon mapsoctorock
2022-10-08Extract some dataoctorock
And split up subtasks and world events.
2022-09-03Extract some dataoctorock
Sort data according to the compilation using they belong to. Extract background animations.
2022-08-26Match KinstoneMenu_Type1Tal Hayon
2022-08-09Document some player item stuffoctorock
2022-08-08Various documentationsTal Hayon
2022-08-07Use negative values where appropriateTal Hayon
2022-08-06Document various fields and functionsTal Hayon
2022-07-25Rename objectsoctorock
2022-06-22Should be the rest of themElliptic Ellipsis