aboutsummaryrefslogtreecommitdiff
path: root/tiles.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'tiles.gbasm')
-rw-r--r--tiles.gbasm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tiles.gbasm b/tiles.gbasm
index 3e91a30..bc5e6e6 100644
--- a/tiles.gbasm
+++ b/tiles.gbasm
@@ -11,7 +11,7 @@ Load_Tile:
LD HL, $9100
LD DE, =GUI_Border_Data
- LD BC, $0090
+ LD BC, $00d0
CALL =memcpy
LD HL, $9200