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
/
tiles.gbasm
Age
Commit message (
Expand
)
Author
2025-06-10
Add support for multi bank data
Astatin
2025-06-06
Divide by 4 the size of tree tiledata
Astatin
2025-06-06
Add script to extract build/tileset.png from Load_Tile routine in tiles.gbasm
Astatin
2025-05-13
Add bugs and poison
Astatin
2025-04-11
Make hop the only default attack and make cats drop heal
Astatin
2025-04-08
Fix frame specific and sameboy specific bug with loading screens
Astatin
2025-03-13
Adding multi-step dialogue
Astatin
2025-03-11
Add invincible friendly bunny you can talk to
Astatin
2025-03-07
Add floor counter + a lot of little bug fixes
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
Fix first turn collisions + loosing pc on tile loading
Astatin
2025-01-07
Add support for multiple enemies loaded (up to 4 loaded at dungeon gen time)
Astatin
2024-12-12
Fix unnecessarily large memcpy
Astatin
2024-12-10
Add earcoptr animation
Astatin
2024-11-29
Add animation display
Astatin
2024-11-11
Add dungeon menu choice selection mode
Astatin
2024-11-01
Add dialogue box poggies
Astatin
2024-10-31
Add bold/slim font palette + top bar border
Astatin
2024-10-31
Add script to generate dialogue data from text
Astatin
2024-10-31
Add font and Print_str routine
Astatin
2024-10-28
Print health on top of the screen
Astatin
2024-09-10
Optimize object displays and preload map scrolling to stay in VBlank
Astatin
2024-08-31
Add tileset generation script
Astatin
2024-08-27
Add objects and spawn bunny & goal in a random room
Astatin
2024-08-15
Generate a single tunnel in dungeon generation
Astatin
2024-08-15
Displaying pre-generated dungeon
Astatin
2024-08-11
Make leaf tiles depend on surrounding tiles
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
2024-08-04
Scrolling when bunny goes out of center
Astatin
2024-08-03
Initial commit
Astatin