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
/
gui.gbasm
Age
Commit message (
Expand
)
Author
7 days
FINALLY FIX DEATH FRAME GLITCH THINGY WOOOOHOOOOO
Astatin
9 days
Add little cute arrow thingy after music ended on dead dialogue + mayhaps gli...
Astatin
9 days
Add Game Over music & dialogue box + button press after music end restarts
Astatin
2025-08-19
Do not close dialogue on start button
Astatin
2025-08-07
Add menu, next floor, attack cancel/arrow move failed sound effects
Astatin
2025-08-06
Add click sound effect on menu open, dialogue next & menu arrow moves
Astatin
2025-07-01
Make dungeon flag skip floor count, disable top bar & disable attack menu
Astatin
2025-06-10
Add support for multi bank data
Astatin
2025-05-20
Fix object not deleted when dialogue open on specific frame
Astatin
2025-04-11
Make hop the only default attack and make cats drop heal
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-27
Fix entities and objects spawning on top of each other
Astatin
2025-02-18
Did a bunch of things I honestly don't remember everything but now basic atta...
Astatin
2025-02-14
Fix laser animation + make EP work + add leaf to restore EP
Astatin
2025-02-11
Updating current focused attack cost + changing the cursor when not enough po...
Astatin
2025-02-06
Stop changing window lcdc values mid-frame to avoid UB
Astatin
2025-02-06
Add energy points to the gui
Astatin
2025-01-10
Use new relative label thingy
Astatin
2025-01-10
Emptying dialogue buffer on close dialogue
Astatin
2025-01-07
Add support for multiple enemies loaded (up to 4 loaded at dungeon gen time)
Astatin
2024-12-12
Fix copy dialogue buffer update outside of VBlank (+ add dbg for lcd status a...
Astatin
2024-12-10
Add earcoptr animation
Astatin
2024-12-09
Add freeze status on enemies near bunny when freeze used
Astatin
2024-11-29
Add animation display
Astatin
2024-11-18
Enter a new mode when dead
Astatin
2024-11-18
Check collisions on hop and cancel if collision
Astatin
2024-11-15
Fix the hop map loading + animation entity + object loading
Astatin
2024-11-12
Add attack menu on start
Astatin
2024-11-11
Add dungeon menu choice selection mode
Astatin
2024-11-07
Fix out of VBlank VRAM update + add pause actions toggle on OpenDialogue
Astatin