diff options
author | Astatin <[email protected]> | 2025-03-18 19:12:59 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2025-03-18 19:12:59 +0900 |
commit | 579e73311319868d8b186e3442098358d839b3b3 (patch) | |
tree | b21d556c7c6a5e72b0c25a224711c2e553e46abb /entity/bunny.gbasm | |
parent | a29c10798a8064542ac04a5160baaa9b406ef239 (diff) |
Add generation events to be executed on floor generation
Diffstat (limited to 'entity/bunny.gbasm')
-rw-r--r-- | entity/bunny.gbasm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/entity/bunny.gbasm b/entity/bunny.gbasm index 32cff97..29f66d9 100644 --- a/entity/bunny.gbasm +++ b/entity/bunny.gbasm @@ -147,7 +147,6 @@ Move_Bunny: DEC A DAA LD (HL+), A - DBG SET 3, (HL) LD A, $24 |