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
/
map
/
objects.gbasm
Age
Commit message (
Expand
)
Author
2025-08-19
Do not close dialogue on start button
Astatin
2025-08-07
Add heal sound effect + remove useless tile loads
Astatin
2025-08-07
Add menu, next floor, attack cancel/arrow move failed sound effects
Astatin
2025-06-10
Add support for multi bank data
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-05-06
Stop animation step when dialog go up
Astatin
2025-05-02
Make stairs avoid bunny room
Astatin
2025-05-02
Fix fimshes and give them a placeholder items to drop
Astatin
2025-04-29
Add Load_Dungeon function
Astatin
2025-04-29
add earcopter + freeze as learned items + fix collision after item pick up
Astatin
2025-04-11
Make hop the only default attack and make cats drop heal
Astatin
2025-04-08
Add loading screen with the floor count on dungeon generation
Astatin
2025-03-07
Add floor counter + a lot of little bug fixes
Astatin
2025-03-07
Fix walk on deleted objects + fix out of vblank on dialogue close and object ...
Astatin
2025-03-04
Fix out of VBlank on dialogue open (most of the time) + object remove
Astatin
2025-02-27
Fix entities and objects spawning on top of each other
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-14
Fix bunny position predictions + add a bunch of ToDo
Astatin
2025-02-14
Fix laser animation + make EP work + add leaf to restore EP
Astatin
2025-01-22
Add laser animation and change animation steps to decrement
Astatin
2025-01-16
Move basic enemy attack & walker AI to enemiesattacks
Astatin
2025-01-10
Use new relative label thingy
Astatin
2024-12-18
Spawn a carrot in every level and make sure that it doesn't collide with
Astatin
2024-11-15
Fix the hop map loading + animation entity + object loading
Astatin
2024-11-05
Add a jump table macro
Astatin
2024-11-01
Fix windows display and stairs on sameboy
Astatin
2024-11-01
Add dialogue box poggies
Astatin
2024-09-13
Just realized the new levels were carved on top of the previous level >.<
Astatin
2024-09-10
Optimize object displays and preload map scrolling to stay in VBlank
Astatin
2024-08-29
Fix issues related to VBlank wait in sameboy + Add stairs interactions
Astatin
2024-08-27
Add objects and spawn bunny & goal in a random room
Astatin