aboutsummaryrefslogtreecommitdiff
path: root/game/entities.asm
AgeCommit message (Collapse)Author
2023-05-12Add player bulletsJuan J. Martinez
Also a changes in the entity system: - don't preserve the BG (always erase black) - skip unused entities - fix in the reserved size (and entity is 8 bytes) - allocate new entities
2023-05-11Add starfield effectJuan J. Martinez
2023-05-10Add frame support, updated spriteJuan J. Martinez
2023-05-10Add missing commentJuan J. Martinez
2023-05-10Removed subroutine as it is more readable like thisJuan J. Martinez
2023-05-09PlaygroundJuan J. Martinez
Potential example game.