diff options
author | Astatin <[email protected]> | 2025-04-29 15:51:10 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-04-29 15:51:10 +0200 |
commit | c7d3a2929e9ed719b342e92a54d292d57ee105d2 (patch) | |
tree | 6e845d6163b59fbc2978f4cbadefb4fb5357126a /utils.gbasm | |
parent | 7faf16e4453f935ee1159d32ddc2a6501ea91bbb (diff) |
Add Load_Dungeon function
Diffstat (limited to 'utils.gbasm')
-rw-r--r-- | utils.gbasm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils.gbasm b/utils.gbasm index 38ae74a..7ce588a 100644 --- a/utils.gbasm +++ b/utils.gbasm @@ -220,6 +220,7 @@ Print_str: ; Memory Tilemap position in HL, Text address in BC, FF ended strlen: ; Text address in HL, FF ended. Result in A PUSH HL PUSH BC + LD B, $00 .loop: LD A, (HL+) CP $FF |