aboutsummaryrefslogtreecommitdiff
path: root/entity/init.gbasm
AgeCommit message (Expand)Author
33 hoursAdd static human at campsiteHEADlatestmainAstatin
10 daysFix health not updated on death, fix penguin freeze not working on bunny blin...Astatin
2025-07-01Make dungeon flag skip floor count, disable top bar & disable attack menuAstatin
2025-06-10Add support for multi bank dataAstatin
2025-06-03Add loading from pregenerated collision mapAstatin
2025-05-09Refactoring the animations/directions + entities turn function with macros + ...Astatin
2025-05-09Refactor viewport to not need Fix_Bunny_Screen anymore and "fix" it before ev...Astatin
2025-05-07I was adding the frog and then broke everything to fix the viewport thingyAstatin
2025-05-02Make stairs avoid bunny roomAstatin
2025-04-29It's broken but I wanted to make the spawning rate vary by floorAstatin
2025-04-29add earcopter + freeze as learned items + fix collision after item pick upAstatin
2025-04-11Add per entity spawning rateAstatin
2025-03-19Fix infinite loop on respawn enemyAstatin
2025-03-18Fix RET instead of RETI from interruptAstatin
2025-03-18Add generation events to be executed on floor generationAstatin
2025-03-13Adding multi-step dialogueAstatin
2025-03-11Add invincible friendly bunny you can talk toAstatin
2025-03-07Add floor counter + a lot of little bug fixesAstatin
2025-02-28Fix entity corruption on spawn entity right after entity cancel from collisio...Astatin
2025-02-27Fix entities and objects spawning on top of each otherAstatin
2025-02-11Updating current focused attack cost + changing the cursor when not enough po...Astatin
2025-02-04Add penguins that can freeze the bunny and run away when it's already frozenAstatin
2025-02-04Add mana points for fox on laser useAstatin
2025-01-16Move basic enemy attack & walker AI to enemiesattacksAstatin
2025-01-10Fix first turn collisions + loosing pc on tile loadingAstatin
2025-01-10Emptying dialogue buffer on close dialogueAstatin
2025-01-07Add support for multiple enemies loaded (up to 4 loaded at dungeon gen time)Astatin
2024-12-24Draw cat spriteAstatin
2024-12-17Respawn enemies in other rooms when less than 5 enemies aliveAstatin
2024-12-10Unfreeze the foxiesAstatin
2024-11-11Health persistent across dungeons + initial bunny direction fixAstatin
2024-11-05Add a jump table macroAstatin
2024-11-05Use jump tables for entities turn AIs + actions on entity interactionAstatin
2024-11-01Add dialogue box poggiesAstatin
2024-10-29Bunny can be attacked and deadgeAstatin
2024-10-29Bunny can attack foxesAstatin
2024-10-22Add white window at the top for future health barAstatin
2024-10-15Increase size of entities arrayAstatin
2024-10-10Fox spawn in random rooms (but the first one randomly got all the same room rip)Astatin
2024-10-10Fox not getting stuck on walls when followingAstatin
2024-10-08Fix foxe's movementsAstatin
2024-09-26[WIP and completely broken] Reworking the bunny movements & display to decore...Astatin
2024-09-19Read action buttons and set it in the entity direction highest nibbleAstatin