aboutsummaryrefslogtreecommitdiff
path: root/utils.gbasm
AgeCommit message (Expand)Author
47 hoursAdd campsite mapAstatin
2025-08-06Add click sound effect on menu open, dialogue next & menu arrow movesAstatin
2025-07-29Add title screenAstatin
2025-06-17loading ldtk tilemaps + adding dungeon structure that can be loaded at runtimeAstatin
2025-06-10Add support for multi bank dataAstatin
2025-05-09Refactor viewport to not need Fix_Bunny_Screen anymore and "fix" it before ev...Astatin
2025-05-07I was adding the frog and then broke everything to fix the viewport thingyAstatin
2025-04-29Add Load_Dungeon functionAstatin
2025-04-11Add per entity spawning rateAstatin
2025-04-08Add loading screen with the floor count on dungeon generationAstatin
2025-03-18Add generation events to be executed on floor generationAstatin
2025-02-25Fix initialization and flickering issuesAstatin
2025-02-06Stop changing window lcdc values mid-frame to avoid UBAstatin
2025-02-06Add energy points to the guiAstatin
2025-01-10Use new relative label thingyAstatin
2024-12-12Fix copy dialogue buffer update outside of VBlank (+ add dbg for lcd status a...Astatin
2024-11-29Add animation displayAstatin
2024-11-11Add dungeon menu choice selection modeAstatin
2024-11-05Add a jump table macroAstatin
2024-10-31Add font and Print_str routineAstatin
2024-09-26[WIP and completely broken] Reworking the bunny movements & display to decore...Astatin
2024-09-12Fix ghost entites bug (bzero but very unoptimized ewwwAstatin
2024-08-29Fix issues related to VBlank wait in sameboy + Add stairs interactionsAstatin
2024-08-22Stored the rooms + spawn the bunny at the top left (sometimes) of the roomAstatin
2024-08-15Displaying pre-generated dungeonAstatin