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
/
definitions.gbasm
Age
Commit message (
Expand
)
Author
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-14
[WIP] Adding hop attack (still need to enable back the normal map loading, th...
Astatin
2024-11-12
Add attack menu on start
Astatin
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 bold/slim font palette + top bar border
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
Fox following bunny (WIP)
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
2024-09-17
Add entities collisions
Astatin
2024-09-12
Fix ghost entites bug (bzero but very unoptimized ewww
Astatin
2024-09-10
Entities now have their own behaviour function (including bunny)
Astatin
2024-09-10
Use DMA OAM transfer to write entities to OAM
Astatin
2024-09-10
Optimize object displays and preload map scrolling to stay in VBlank
Astatin
2024-09-03
Rewrite Display_Bunny to be able to display multiple entities
Astatin
2024-08-31
Add tileset generation script
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
2024-08-22
Stored the rooms + spawn the bunny at the top left (sometimes) of the room
Astatin
2024-08-20
Random walker mitosis + Add rooms at the end of random walk
Astatin
2024-08-15
Generate a single tunnel in dungeon generation
Astatin
2024-08-15
Displaying pre-generated dungeon
Astatin
2024-08-14
Add RNG + do some tests with is_solid
Astatin
2024-08-09
Turn off screen during initialization to be compatible with sameboy
Astatin
2024-08-08
Add Is_Solid routine
Astatin
2024-08-06
Bunny now change direction and F O L I A G E
Astatin
[prev]