index
:
bunny-game.git
keep-for-reproducing-bug
main
Gameboy game I'm making live on twitch in Assembly :3
Astatin <
[email protected]
>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
entity
/
bunny.gbasm
Age
Commit message (
Expand
)
Author
9 days
Fix entities blinking not reset when frozen
Astatin
2025-08-22
Fix bug sound effect & bug health underflow
Astatin
2025-08-19
Add insect bite & frog grab sound effects + disallow 2 sound effects at once
Astatin
2025-08-12
Add jump, damage, earcoptr and hop sound effects
Astatin
2025-07-09
Fix bunny start moving before generation events
Astatin
2025-05-15
Fix some bugs owl found
Astatin
2025-05-13
Add bugs and poison
Astatin
2025-05-09
Refactoring the animations/directions + entities turn function with macros + ...
Astatin
2025-05-09
Refactor viewport to not need Fix_Bunny_Screen anymore and "fix" it before ev...
Astatin
2025-05-07
I was adding the frog and then broke everything to fix the viewport thingy
Astatin
2025-04-11
Add per entity spawning rate
Astatin
2025-03-25
Separate modes VBlank functions
Astatin
2025-03-18
Add generation events to be executed on floor generation
Astatin
2025-03-13
Adding multi-step dialogue
Astatin
2025-03-11
Add invincible friendly bunny you can talk to
Astatin
2025-03-04
Fix out of VBlank on dialogue open (most of the time) + object remove
Astatin
2025-02-28
Fix entity corruption on spawn entity right after entity cancel from collisio...
Astatin
2025-02-25
Fix initialization and flickering issues
Astatin
2025-02-18
Did a bunch of things I honestly don't remember everything but now basic atta...
Astatin
2025-02-17
update health display on death + change direction with B+arrows
Astatin
2025-02-14
Fix bunny position predictions + add a bunch of ToDo
Astatin
2025-02-04
Add penguins that can freeze the bunny and run away when it's already frozen
Astatin
2025-01-24
Fix XY/YX/BC/CB issue thingy
Astatin
2025-01-24
Add laser enemy attack
Astatin
2025-01-16
Move basic enemy attack & walker AI to enemiesattacks
Astatin
2025-01-10
Use new relative label thingy
Astatin
2025-01-10
tmp commit
Astatin
2024-12-17
Respawn enemies in other rooms when less than 5 enemies alive
Astatin
2024-12-09
Add freeze status on enemies near bunny when freeze used
Astatin
2024-11-15
Fix the hop map loading + animation entity + object loading
Astatin
2024-11-14
[WIP] Adding hop attack (still need to enable back the normal map loading, th...
Astatin
2024-11-11
Add dungeon menu choice selection mode
Astatin
2024-11-05
Add a jump table macro
Astatin
2024-11-05
Use jump tables for entities turn AIs + actions on entity interaction
Astatin
2024-10-29
Bunny can be attacked and deadge
Astatin
2024-10-29
Bunny can attack foxes
Astatin
2024-10-22
Add white window at the top for future health bar
Astatin
2024-10-15
Increase size of entities array
Astatin
2024-10-08
Fix foxe's movements
Astatin
2024-10-01
Fix bunny display and add attack animation
Astatin
2024-09-26
[WIP and completely broken] Reworking the bunny movements & display to decore...
Astatin
2024-09-19
Read action buttons and set it in the entity direction highest nibble
Astatin