aboutsummaryrefslogtreecommitdiff
path: root/tiles.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-11-11 17:56:54 +0900
committerAstatin <[email protected]>2024-11-11 17:56:54 +0900
commitd605c2900ae7c62f1937e250a2ae489678d99214 (patch)
tree4c1fc76f3b9e50b5f8461784fc349bff685e465a /tiles.gbasm
parent5eb8b27696e9fa2f60fd75ffb1b31fe049fcc772 (diff)
Add dungeon menu choice selection 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 dcef5a9..b5da2a3 100644
--- a/tiles.gbasm
+++ b/tiles.gbasm
@@ -15,7 +15,7 @@ Load_Tile:
LD HL, $9200
LD DE, =BG_Tile_Image_Data
- LD BC, $0490
+ LD BC, $04a0
CALL =memcpy
RET