aboutsummaryrefslogtreecommitdiff
path: root/entity/bunny.gbasm
AgeCommit message (Expand)Author
9 daysFix entities blinking not reset when frozenAstatin
2025-08-22Fix bug sound effect & bug health underflowAstatin
2025-08-19Add insect bite & frog grab sound effects + disallow 2 sound effects at onceAstatin
2025-08-12Add jump, damage, earcoptr and hop sound effectsAstatin
2025-07-09Fix bunny start moving before generation eventsAstatin
2025-05-15Fix some bugs owl foundAstatin
2025-05-13Add bugs and poisonAstatin
2025-05-09Refactoring the animations/directions + entities turn function with macros + ...Astatin
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-11Add per entity spawning rateAstatin
2025-03-25Separate modes VBlank functionsAstatin
2025-03-18Add generation events to be executed on floor generationAstatin
2025-03-13Adding multi-step dialogueAstatin
2025-03-11Add invincible friendly bunny you can talk toAstatin
2025-03-04Fix out of VBlank on dialogue open (most of the time) + object removeAstatin
2025-02-28Fix entity corruption on spawn entity right after entity cancel from collisio...Astatin
2025-02-25Fix initialization and flickering issuesAstatin
2025-02-18Did a bunch of things I honestly don't remember everything but now basic atta...Astatin
2025-02-17update health display on death + change direction with B+arrowsAstatin
2025-02-14Fix bunny position predictions + add a bunch of ToDoAstatin
2025-02-04Add penguins that can freeze the bunny and run away when it's already frozenAstatin
2025-01-24Fix XY/YX/BC/CB issue thingyAstatin
2025-01-24Add laser enemy attackAstatin
2025-01-16Move basic enemy attack & walker AI to enemiesattacksAstatin
2025-01-10Use new relative label thingyAstatin
2025-01-10tmp commitAstatin
2024-12-17Respawn enemies in other rooms when less than 5 enemies aliveAstatin
2024-12-09Add freeze status on enemies near bunny when freeze usedAstatin
2024-11-15Fix the hop map loading + animation entity + object loadingAstatin
2024-11-14[WIP] Adding hop attack (still need to enable back the normal map loading, th...Astatin
2024-11-11Add dungeon menu choice selection modeAstatin
2024-11-05Add a jump table macroAstatin
2024-11-05Use jump tables for entities turn AIs + actions on entity interactionAstatin
2024-10-29Bunny can be attacked and deadgeAstatin
2024-10-29Bunny can attack foxesAstatin
2024-10-22Add white window at the top for future health barAstatin
2024-10-15Increase size of entities arrayAstatin
2024-10-08Fix foxe's movementsAstatin
2024-10-01Fix bunny display and add attack animationAstatin
2024-09-26[WIP and completely broken] Reworking the bunny movements & display to decore...Astatin
2024-09-19Read action buttons and set it in the entity direction highest nibbleAstatin