diff options
author | Astatin <[email protected]> | 2024-08-15 22:46:34 +0900 |
---|---|---|
committer | Astatin <astatin@redacted> | 2024-08-15 22:46:34 +0900 |
commit | c5ee7cfdd9ecb83bc1547a66ab1895685e49aaa4 (patch) | |
tree | 648bd418cb427c6f88a471bd46349aba8361f26c /tiles.gbasm | |
parent | 16e0ec4460954b65f3b972fab00f3ad7527062ff (diff) |
Generate a single tunnel in dungeon generation
Diffstat (limited to 'tiles.gbasm')
-rw-r--r-- | tiles.gbasm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tiles.gbasm b/tiles.gbasm index b66222c..faeda8d 100644 --- a/tiles.gbasm +++ b/tiles.gbasm @@ -127,3 +127,4 @@ Load_Number_Font: ; Load number font into the tilemap at tiles 0x10-0x1f INC DE DEC B JR NZ, =Load_Number_Font.loop + RET |