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
Age
Commit message (
Collapse
)
Author
2024-11-11
Add dungeon menu choice selection mode
Astatin
2024-11-07
Fix rollback on mode change
Astatin
2024-11-07
Fix out of VBlank VRAM update + add pause actions toggle on OpenDialogue
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-11-01
Add dialogue box poggies
Astatin
2024-10-31
Add font and Print_str routine
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-10
Fox spawn in random rooms (but the first one randomly got all the same room rip)
Astatin
2024-10-10
Fox not getting stuck on walls when following
Astatin
2024-10-10
Randomly swap fox following bunny axis
Astatin
2024-10-08
Fox following bunny (WIP)
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 ↵
Astatin
decorelate the bunny from moving animation
2024-09-19
Read action buttons and set it in the entity direction highest nibble
Astatin