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 /utils.gbasm | |
parent | a29c10798a8064542ac04a5160baaa9b406ef239 (diff) |
Add generation events to be executed on floor generation
Diffstat (limited to 'utils.gbasm')
-rw-r--r-- | utils.gbasm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils.gbasm b/utils.gbasm index a8696ed..fe03152 100644 --- a/utils.gbasm +++ b/utils.gbasm @@ -1,3 +1,5 @@ +; Baguette is tasty nomnom 🥖(๑ᵔ⤙ᵔ๑) + memcpy: ; src = DE, dest = HL, n = BC .loop: LD A, (DE) |