summaryrefslogtreecommitdiff
path: root/src/data/transitions.c
AgeCommit message (Collapse)Author
2025-03-09add enum for transition shapeHenny022p
2025-03-09replace ScreenTransitionData with TransitionHenny022p
the struct did exist twice
2023-06-10Extract some map data definitionsoctorock
2022-09-03Extract some dataoctorock
Sort data according to the compilation using they belong to. Extract background animations.
2022-03-23warp and transition typeHenny022p
2022-03-23done with room namesHenny022p
2022-03-23more room namesHenny022p
2022-03-21added WarpType enumHenny022p
and some cleanup
2022-03-21added RoomID enumHenny022p
2022-03-20clean usage of transitions in existing codeHenny022p
2022-03-20use area id enumHenny022p
2022-03-20extract room transition dataHenny022p