aboutsummaryrefslogtreecommitdiff
path: root/tiles.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-08-15 16:38:19 +0900
committerAstatin <astatin@redacted>2024-08-15 16:38:19 +0900
commit16e0ec4460954b65f3b972fab00f3ad7527062ff (patch)
tree352401c64d31c7779a991ef58b9bfd645f5573e8 /tiles.gbasm
parentf9f115384757135fa8488bd43eb3e5e91cc243d9 (diff)
Displaying pre-generated dungeon
Diffstat (limited to 'tiles.gbasm')
-rw-r--r--tiles.gbasm13
1 files changed, 0 insertions, 13 deletions
diff --git a/tiles.gbasm b/tiles.gbasm
index 81a8a10..b66222c 100644
--- a/tiles.gbasm
+++ b/tiles.gbasm
@@ -102,19 +102,6 @@ Number_Font_Data:
.DB $00, $7e, $60, $7c, $60, $60, $7e, $00 ; E
.DB $00, $7e, $60, $7c, $60, $60, $60, $00 ; F
-memcpy: ; src = DE, dest = HL, n = BC
- Load_Tile.loop0:
- LD A, (DE)
- LD (HL+), A
- INC DE
- DEC BC
- XOR A
- CP B
- JR NZ =Load_Tile.loop0
- CP C
- JR NZ =Load_Tile.loop0
- RET
-
Load_Tile:
LD HL, $8020
LD DE, =OBJ_Tile_Image_Data