aboutsummaryrefslogtreecommitdiff
path: root/tiles.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-08-15 22:46:34 +0900
committerAstatin <astatin@redacted>2024-08-15 22:46:34 +0900
commitc5ee7cfdd9ecb83bc1547a66ab1895685e49aaa4 (patch)
tree648bd418cb427c6f88a471bd46349aba8361f26c /tiles.gbasm
parent16e0ec4460954b65f3b972fab00f3ad7527062ff (diff)
Generate a single tunnel in dungeon generation
Diffstat (limited to 'tiles.gbasm')
-rw-r--r--tiles.gbasm1
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