aboutsummaryrefslogtreecommitdiff
path: root/tiles.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'tiles.gbasm')
-rw-r--r--tiles.gbasm2
1 files changed, 2 insertions, 0 deletions
diff --git a/tiles.gbasm b/tiles.gbasm
index bc5e6e6..5d82543 100644
--- a/tiles.gbasm
+++ b/tiles.gbasm
@@ -69,8 +69,10 @@ Reload_Entities_Tile_Data:
LD A, (BC)
LD E, A
+ LD B, B
LD BC, $00c0
CALL =memcpy
+ LD B, B
POP DE
POP HL